Brazilian university grade conversion
Brazilian universities grade on a continuous 0 to 10 scale (the nota), with the pass mark set by each institution at typically 5.0, 6.0, or 7.0. To apply to a US program you need that expressed as a 4.0 GPA. This converter applies a piecewise mapping anchored to your pass mark and weights the result by credit hours.
How it works
The tool maps each nota to a US grade point using these bands (pass mark = P):
9.0 - 10.0 -> 4.0 (A)
8.0 - 8.9 -> 3.5 (A-/B+)
7.0 - 7.9 -> 3.0 (B)
6.0 - 6.9 -> 2.5 (B-/C+)
P - 5.9 -> 2.0 (C)
below P -> 0.0 (F)
When the pass mark is 6.0, any grade below 6.0 is a fail and maps to 0.0; the 6.0-6.9 band then represents the lowest passing grades. When the pass mark is 5.0, grades from 5.0 to 5.9 pass and map to 2.0.
The weighted GPA is:
GPA = sum(gradePoint_i * credits_i) / sum(credits_i)
Rows with no grade or no credits are ignored.
Tips and notes
- If your university uses concept grades (A, B, C, D, E) instead of numbers, convert them to the middle of each band first.
- Brazilian credit hours (creditos) often equal weekly contact hours; use whatever weighting your transcript provides.
- For official admissions, a credential evaluation service applies its own table, so treat this as a planning figure.