Final Grade Calculator
Calculates a final course grade from a current grade and a final exam score, each weighted. Enter the current grade, its weight, the exam score, and its weight separated by commas, like "85, 0.7, 90, 0.3".
Calculates a final course grade from a current grade and a final exam score, each weighted. Enter the current grade, its weight, the exam score, and its weight separated by commas, like "85, 0.7, 90, 0.3".
Use cases
- Finding your final grade once the final exam score is in
- Checking what exam score you'd need to reach a target final grade
Examples
70% current grade, 30% final exam
85, 0.7, 90, 0.3
{"final_grade": 86.5}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.