InterviewSolution
Saved Bookmarks
| 1. |
Find the average of the first 6 multiples of 41. 112. 143. 104. 12 |
|
Answer» Correct Answer - Option 2 : 14 Given First 6 multiples of 4 Concept Average = Sum of all observation/ Number of observation Calculation First 6 multiples of 4 are 4, 8, 12, 16, 20 and 24 Average = (4 + 8 + 12 + 16 + 20 + 24)/6 = 14 |
|