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 / 4

Total Points

total = sum_scores

Score Range

range = max(test1, max(test2, max(test3, test4))) - min(test1, min(test2, min(test3, test4)))

Variables

VariableDescriptionDefault
test1Test 1 Score85
test2Test 2 Score92
test3Test 3 Score78
test4Test 4 Score88
sum_scoresDerived value= test1 + test2 + test3 + test4calculated

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
  1. 01Sum = 85 + 92 + 78 + 88 = 343
  2. 02Average = 343 / 4 = 85.75
  3. 03Range = 92 - 78 = 14

Ready to run the numbers?

Open Test Score Average Calculator