Practice Normalization (Statistics) in Math
Use these practice problems to test your method after reviewing the concept explanation and worked examples.
Quick Recap
Normalization rescales data to a standard range or distribution โ such as or zero mean and unit variance โ to make different variables comparable.
Converting to a standard reference so you can compare apples to apples.
Showing a random 20 of 50 problems.
Example 1
mediumWhen is normalizing to a rate WORSE than using raw counts? Give a context.
Example 2
mediumTest scores: Raw score 85/100. Class mean=70, SD=10. Z-score normalize this score and explain what it means relative to classmates.
Example 3
easyWhich is the more appropriate normalization to compare disease counts between a small town and a big city: per-capita rate or raw count?
Example 4
easyMin-max normalize the value given the data range is .
Example 5
easyCity A has 500 crimes with population 100,000. City B has 300 crimes with population 50,000. Which city is safer? Calculate crime rates per 100,000 people.
Example 6
mediumMin-max normalize the dataset .
Example 7
easyIn min-max normalization, what does the data set's minimum value always map to?
Example 8
mediumStandardize the value using mean and standard deviation , then interpret the sign and size.
Example 9
hardA student scored 75 in Math () and 80 in English (). In which subject did they perform better relative to their class?
Example 10
easyCountry C has traffic deaths per people. Country D has deaths in a population of . Which has the lower rate?
Example 11
easyRescale the value to given the data range is using min-max normalization.
Example 12
mediumChoose the better normalization denominator for COMPARING air pollution between two cities: total emissions vs emissions per square kilometer. Justify briefly.
Example 13
mediumIndex normalization: set 2020 sales of $200k to index . If 2025 sales are $260k, what is the 2025 index?
Example 14
mediumConvert raw values to proportions of their sum.
Example 15
mediumA salary of $70{,}000 has in a distribution with mean $55{,}000. Find the standard deviation.
Example 16
hardA dataset has , . After z-score normalization, what raw value maps to ?
Example 17
challengeShow that if all data points are identical (say all equal to ), min-max normalization is UNDEFINED. What's the typical workaround?
Example 18
challengeRobust normalization uses median and IQR instead of mean and SD: . Give one advantage over z-score normalization.
Example 19
mediumCrime data: City A has crimes / people; City B has crimes / people. Compute both rates per and say which is higher.
Example 20
easyA test was originally scored out of . Convert a score of to a percentage.