Test Score Average Calculator Formula
Understand the math behind the test score average calculator. Each variable explained with a worked example.
Formulas Used
Average Score
average = sum_scores / 4Total Points
total = sum_scoresScore Range
range = max(test1, max(test2, max(test3, test4))) - min(test1, min(test2, min(test3, test4)))Variables
| Variable | Description | Default |
|---|---|---|
test1 | Test 1 Score | 85 |
test2 | Test 2 Score | 92 |
test3 | Test 3 Score | 78 |
test4 | Test 4 Score | 88 |
sum_scores | Derived value= test1 + test2 + test3 + test4 | calculated |
How It Works
How to Calculate Test Score Average
The test score average is the arithmetic mean of all test scores.
Formula
Average = (Test 1 + Test 2 + ... + Test N) / N
This gives equal weight to every test.
Worked Example
A student has four test scores: 85, 92, 78, 88.
test1 = 85test2 = 92test3 = 78test4 = 88
- 01Sum = 85 + 92 + 78 + 88 = 343
- 02Average = 343 / 4 = 85.75
- 03Range = 92 - 78 = 14
Ready to run the numbers?
Open Test Score Average Calculator