InterviewSolution
Saved Bookmarks
| 1. |
Find the average of 125, 200, 325, 625, 225 and 120?1. 2592. 2703. 2904. 258 |
|
Answer» Correct Answer - Option 2 : 270 Given: The given numbers are 125, 200, 325, 625, 225 and 120. Formula used: Average = (sum of total observations)/(total numbers of observations) Calculation: sum of total observations = 125 + 200 + 325 + 625 + 225 + 120 = 1620 Average = (sum of total observations)/(total numbers of observations) ⇒ Average = 1620/6 = 270 ∴ The average of the numbers is 270. |
|