Weighted Grade Calculator
Calculates a weighted average of scores. Enter each score and its weight as "<score>*<weight>" separated by commas, like "85*0.3, 90*0.4, 78*0.3".
Calculates a weighted average of scores. Enter each score and its
weight as "
Use cases
- Calculating a course grade where categories have different weights
- Combining exam, homework, and project scores by their weight
Examples
Three weighted categories
85*0.3, 90*0.4, 78*0.3
{"weighted_average": 84.9}FAQ
Is my data sent to a server?
Yes — the calculation runs on the server for this tool.