InterviewSolution
Saved Bookmarks
| 1. |
The following are the numbers of books issued in a school library during a week:105, 216, 322, 167, 273, 405 and 346.Find the average number of books issued per day. |
|
Answer» It is given that the number of books issued are 105, 216, 322, 167, 273, 405 and 346. We know that Mean = sum of numbers/ total numbers By substituting the values Mean = (105 + 216 + 322 + 167 + 273 + 405 + 346)/ 7 On further calculation Mean = 1834/7 By division Mean = 262 Therefore, the average number of books issued per day is 262. |
|