The answer is A. I go through the question in detail in the full solution below (taken from the GMATFix App).
-Patrick
TEST CASES between 10 and 20 until the required difference of 27 is yielded.GmatGreen wrote:If a two-digit positive integer has its digits reversed, the resulting integer differs from the original by 27. By how much do the two digits differ?
A) 3
B) 4
C) 5
D) 6
E) 7
theCodeToGMAT wrote:Original = (10X + y)
Reversed = 10Y + X
10Y + X - 10X - Y = 27
-9X + 9Y = 27
Y - X = 3
[spoiler]{A}[/spoiler]
Will advise you to not to mug-up such shortcuts but rather spend 10 seconds more to reach to such solutions... Trust me, GMAT doesn't need such shortcuts..Abhishek009 wrote:theCodeToGMAT wrote:Original = (10X + y)
Reversed = 10Y + X
10Y + X - 10X - Y = 27
-9X + 9Y = 27
Y - X = 3
[spoiler]{A}[/spoiler]
There is a cute rule for solving these quickly ...
Remeber the form as any number ( having 2 digits ) when reversed forms -> 9y - 9x
Here 9y - 9x = 27
x - y = 3
Solution:GmatGreen wrote:If a two-digit positive integer has its digits reversed, the resulting integer differs from the original by 27. By how much do the two digits differ?
A) 3
B) 4
C) 5
D) 6
E) 7

36 & 63 is another good example.GMATGuruNY wrote:TEST CASES between 10 and 20 until the required difference of 27 is yielded.GmatGreen wrote:If a two-digit positive integer has its digits reversed, the resulting integer differs from the original by 27. By how much do the two digits differ?
A) 3
B) 4
C) 5
D) 6
E) 7
Case 1: 12 and 21
21-12 = 9.
Doesn't work.
Case 2: 13 and 31
31-13 = 18.
Doesn't work.
Case 3: 14 and 41
41-14 = 27.
Success!
Difference between the digits = 4-1 = 3.
The correct answer is A.