Explanation
How Grade Average Calculator works
The grade average combines several individual grades into a single figure. In the simplest case every grade counts equally – then the average is the arithmetic mean of all grades.
As soon as individual results count differently – for example exams versus oral grades, or modules with different ECTS credits – a weighted average is formed. Each grade is multiplied by its weight, all products are added up and divided by the sum of the weights.
Ø = (n₁ + n₂ + … + nₖ) / kAll grades are added up and divided by their count k.
Ø = Σ(nᵢ · gᵢ) / Σ gᵢEach grade nᵢ is multiplied by its weight gᵢ; the sum is divided by the sum of the weights.
Whether you enter the weights as 2 and 1 or as 4 and 2 does not change the result – all that matters is their ratio to one another.