InterviewSolution
Saved Bookmarks
| 1. |
Find the value of x, if the average of the following numbers is 27.24, 8, 35, 40, x, 26, 32, 52 1. -22. 13. 24. -1 |
|
Answer» Correct Answer - Option 4 : -1 Given: Average = 27 Number of values = 8 Formula used: Average = sum of value/number of values Calculation: according to question ⇒ (24 + 8 + 35 + 40 + x + 26 + 32 + 52)/8 = 27 ⇒ (217 + x)/8 = 27 ⇒ 217 + x = 216 ⇒ x = 216 - 217 ⇒ x = -1 ∴ Value of x is -1. |
|