InterviewSolution
Saved Bookmarks
| 1. |
In the following number series, a wrong number is given. Find out the wrong number.24, 13, 14, 22, 45, 112.51. 112.52. 453. 144. 135. 24 |
|
Answer» Correct Answer - Option 1 : 112.5 Given: 24, 13, 14, 22, 45, 112.5 Calculation: The logic that follows here is: 24× 0.5 + 1 = 12 + 1 = 13 13× 1 + 1 = 13 + 1 = 14 14× 1.5 + 1 = 21 + 1 = 22 22× 2 + 1 = 44 + 1 = 45 45× 2.5 + 1 = 112.5 + 1 = 113.5≠ 112.5 There should be 113.5 instead of 112.5. ∴ 112.5 is the wrong term. |
|