InterviewSolution
Saved Bookmarks
| 1. |
The difference between two digit number and the number obtained by interchanging the positions of its digits is 36. The difference between the two digits of that number is: (A) 4 (B) 3 (C) 6 (D) 5 |
|
Answer» (A) 4 Let original two digit number = (10x +y) Then, number obtained by interchanging the digits = (10y + x) By the sum, (10x + y) - (10y + x) = 36 = 9x - 9y = 36 9(x - y) = 36 ∴ x - y = 4 |
|