InterviewSolution
Saved Bookmarks
| 1. |
Find the mean of all the factors of 20. |
|
Answer» We know that All the factors of 20 = 1, 2, 4, 5, 10 and 20 So we get Mean = sum of numbers/ total numbers By substituting the values Mean = (1 + 2 + 4 + 5 + 10 + 20)/6 On further calculation Mean = 42/6 By division Mean = 7 Therefore, the mean of all the factors of 20 is 7. |
|