Scaled Score Calculator Formula
Understand the math behind the scaled score calculator. Each variable explained with a worked example.
Formulas Used
Scaled Score
scaled = round(scale_min + proportion * (scale_max - scale_min))Raw Percentage
raw_pct = proportion * 100Scale Range
scale_range = scale_max - scale_minVariables
| Variable | Description | Default |
|---|---|---|
raw_score | Raw Score | 45 |
raw_max | Maximum Raw Score | 60 |
scale_min | Scale Minimum | 200 |
scale_max | Scale Maximum | 800 |
proportion | Derived value= raw_score / raw_max | calculated |
How It Works
How to Calculate a Scaled Score
A scaled score converts a raw score to a standardized scale for fair comparison.
Formula
Scaled Score = Scale Min + (Raw Score / Max Raw) x (Scale Max - Scale Min)
This linear mapping preserves relative performance across different test forms.
Worked Example
A student gets a raw score of 45 out of 60, mapped to a 200–800 scale.
raw_score = 45raw_max = 60scale_min = 200scale_max = 800
- 01Proportion = 45 / 60 = 0.75
- 02Scale range = 800 - 200 = 600
- 03Scaled score = round(200 + 0.75 x 600) = round(650) = 650
Ready to run the numbers?
Open Scaled Score Calculator