

InterviewSolution
Saved Bookmarks
1. |
Find the mean of 32, 35, 36, 31 and 41. |
Answer» `"Mean" = "sum of observations"/"no. of observations"` `=(32+35+36+31+41)/(5)` `=(175)/(5) = 35` |
|