Given:
1. The list of scores obtained by 3 students in a test is as follows: 21, 25, 32.
2, One of the students found that his score was less by ‘x’ points due to a calculation error.
3. The average of three score increases by 3 points after correcting this error and the median score remains the same before and after correction,
Asked: Which of the following could be the range of list of corrected scores?
1. The list of scores obtained by 3 students in a test is as follows: 21, 25, 32.
Scores = {21,25,32}
2, One of the students found that his score was less by ‘x’ points due to a calculation error.
3. The average of three score increases by 3 points after correcting this error and the median score remains the same before and after correction,
Median = 25 before and after correction
Sum increased by 3*3 = 9 points after correcting the error
x = 9
21 + 9 = 30; Not feasible since median will change
25 + 9 = 34; Not feasible since median will change
32+9 = 41; Feasible since median will remain 25 before and after correction
Corrected Scores = {21,25,41}; Range = 41 - 21 = 20
IMO E