InterviewSolution
Saved Bookmarks
| 1. |
Find the mean of the first seven multiples of 5. |
|
Answer» We know that First seven multiples of five = 5, 10, 15, 20, 25, 30 and 35 So we get Mean = sum of numbers/ total numbers By substituting the values Mean = (5 + 10 + 15 + 20 + 25 + 30 + 35)/7 On further calculation Mean = 140/7 By division Mean = 20 Therefore, the mean of first seven multiples of five is 20. |
|