Final exam grade needed
Before a final exam it helps to know exactly what score you need to hit your target course grade. This calculator solves the weighted-average equation so you can plan: it tells you the minimum final-exam score required, and warns you if your goal is mathematically out of reach or already locked in.
How it works
Your overall course grade is a weighted average of your current grade and your final-exam score. If the final is worth a fraction w of the grade, your current work is worth 1 - w:
overall = current * (1 - w) + finalScore * w
Setting overall to your target and solving for the final score:
finalScore = (target - current * (1 - w)) / w
For example, with a current grade of 82, a target of 80, and a final worth 30% (w = 0.30):
finalScore = (80 - 82 * 0.70) / 0.30 = (80 - 57.4) / 0.30 = 75.33
So you would need about 75.3% on the final. If the result exceeds 100 it is impossible without extra credit; if it is 0 or below you have already met your goal.
Tips and notes
- Enter weights as percentages (for example 30 for a final worth 30% of the grade); the tool converts to a decimal.
- The math assumes the final is graded on the same 0-100 scale as your current grade.
- If your syllabus drops your lowest score or curves, the real requirement may be lower than shown.