InterviewSolution
Saved Bookmarks
| 1. |
Calculate Arithmetic mean from the following data 7 13 15 20 40 30 by shortcut assumed method |
|
Answer» MEAN is equal to SUM of all observations/ total numbers first ARRANGE it in ASCENDING order 7+13+15+20+30+40/6 95/6 == 15.833333...... |
|