InterviewSolution
Saved Bookmarks
| 1. |
The average of the runs of a cricket player in 20 matches is 35. If the average of the first 12 matches is 45, find the average of the last 8 matches.1. 182. 163. 204. 22 |
|
Answer» Correct Answer - Option 3 : 20 Given: Average runs of player in 20 matches = 35 Average runs of player in first 12 matches = 45 Formula: Average = (Sum of all observations)/(Total number of all observations) Calculation: Sum of runs of player in 20 matches = 35 × 20 = 700 Sum of runs of player in first 12 matches = 12 × 45 = 540 Sum of runs of player in last 8 matches = 700 - 540 = 160 ∴ Average runs of player in last 8 matches = 160/8 = 20 |
|