InterviewSolution
Saved Bookmarks
| 1. |
The average of three numbers be 21. If two of the numbers are 4 and 12, what is the remaining number?1. 202. 303. 474. 52 |
|
Answer» Correct Answer - Option 3 : 47 Concept: \(\rm Mean\ of\ 'n'\ observations=\dfrac{Sum\ of\ observations}{n}\).
Calculation: Let's say that the third number is x. So, Numbers are 4, 12 and x Here n = 3 As we know, \(\rm Mean\ of\ 'n'\ observations=\dfrac{Sum\ of\ observations}{n}\) ∴ \(\rm 21=\dfrac{4+12+\rm x}{3}\) ⇒ x + 16 = 63 ⇒ x = 47. |
|