1. Calculating a fair competition score
Event JudgeBackground
A gymnastics competition uses 10 judges, but occasionally one judge gives an unusually harsh or generous score.
Problem
Calculate a fair average score by dropping the highest and lowest scores to prevent bias.
How to use
Enter the 10 scores into the dataset field and set the trim percentage to 10%.
{"dataset": "8.5, 8.7, 8.8, 8.9, 9.0, 9.1, 9.1, 9.2, 9.3, 10.0", "trimPercent": 10, "decimalPlaces": 2}Outcome
The 8.5 (lowest) and 10.0 (highest) scores are removed, and the remaining 8 scores are averaged for a fair final result.