

InterviewSolution
Saved Bookmarks
1. |
All the students of a class performed poorly inMathematics. The teacher decided to give grace marks of 10 to each of thestudents. Which of the following statistical measures will not change evenafter the grace marks were given ?(1) median (2) mode(3) variance (4) mean |
Answer» `y= x+10 ; bar(.y) = bar (.x) + 10 ` `sigma = sqrt((sum(x- bar (.x)))/n)` `= sqrt((sum(y- 10 - bar(.y) + 10))/n)` `= sqrt((sum(y- bar (.y)))/n)` variance does not change option 3 is correct |
|