Analizzatore Distribuzione VotiFormula

## 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.

Esempio Risolto

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

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