InterviewSolution
Saved Bookmarks
| 1. |
What is the average of 15, 25, 35, 45 and 50?1. 242. 343. 264. 32 |
|
Answer» Correct Answer - Option 2 : 34 Given: 15, 25, 35, 45 and 50 Formula used: Average = (Sum of observation)/(Total number of observation) Calculation: Sum of numbers is ⇒15 + 25 + 35 + 45 + 50 = 170 Total number of observation is 5 So, average will be ⇒170/5 = 34 ∴ The average of 15, 25, 35, 45 and 50 is 34. |
|