

InterviewSolution
Saved Bookmarks
1. |
A farmer bought some sacks of animal feed. The weights of the sacks are given below in kilograms. What is the average weight of the sacks? 49.8, 49.7, 49.5, 49.3, 50,48.9, 49.2, 48.8. |
Answer» (Average weight of the sacks ) = (sum of weight of each sack)/(number of sacks). = (49.8+49.7+49.5+49.3+50+48.9+49.2+48.8)/8 = 395.2/8 = 3952/80 = 49.4 ∴ The average weight of the sacks is 49.4 kg. |
|