Class Average Calculator

Compute the class average from a set of student scores, along with the range and standard deviation.

Class Average

80.2

Highest Score91.0
Lowest Score68.0
Standard Deviation8.43

Class Average vs Score 1

How to Calculate Class Average

The class average (mean) is the sum of all scores divided by the number of students.

Formula

Average = Sum of Scores / Number of Students

Standard Deviation = sqrt(Sum of (Score - Mean)^2 / N)

The standard deviation tells you how spread out the scores are. A smaller SD means students performed more uniformly.

Example Calculation

Six student scores: 85, 72, 91, 68, 77, 88.

  1. 01Total: 85 + 72 + 91 + 68 + 77 + 88 = 481
  2. 02Average: 481 / 6 = 80.2
  3. 03Highest: 91, Lowest: 68
  4. 04Variance: ((4.8^2 + 8.2^2 + 10.8^2 + 12.2^2 + 3.2^2 + 7.8^2) / 6) = 72.8
  5. 05Standard deviation: sqrt(72.8) = 8.53

Frequently Asked Questions

Related Calculators