

InterviewSolution
1. |
Which is greater ?(i) 45293 or 45427(ii) 380362 or 381007(iii) 63520 or 63250 |
Answer» (i) 45293 or 45427 We observe that both the numbers are of 5-digits. And at the digits at leftmost and second place from the left are same. But the digits at the third place from the left are different, the first number has 2 and the second number has 4. Since 2 < 4 45427 is greater (ii) 380362 or 381007 We observe that both the numbers are of 6-digits. And at the digits at leftmost and second place from the left are same. But the digits at the third place from the left are different, the first number has 0 and the second number has 1. Since 0 < 1 381007 is greater (iii) 63520 or 63250 We observe that both the numbers are of 5-digits. And at the digits at left most and second place from the left are same. But the digits at the third place from the left are different, the first number has 5 and the second number has 2. Since 5 < 2 63520 is greater |
|