<p>From McGraw’s 8th practice test.</p>
<p>For every positive 2-digit number, a, with units digit x and tens digit y, let b be the 2-digit number formed by reversing the digits of a. Which of the following expressions is equivalent to a-b?</p>
<p>a) 0
b) 9x-y
c) 9y-x
d) 9(x-y)
e) 9(y-x)</p>
<p>The example I used was 97 - 79. In 97, a, x is clearly 7 and y is clearly 9.
97 - 79 = 18. Therefore I picked e, which suited my example.
However, it turns out that the correct answer is (d). I guess it works for some cases.</p>
<p>Answer explanation:
You are given that a is a number with units digit x and tens digit y. Therefore, x is equivalent to 10 times y, and a = xy = 10x+y. You are given that b is formed by reversing the digits of a. Therefore, b = yx = 10y+x. Set up and equation and solve for a-b as follows:
a - b = (10x+y)-(10y+x)
= 10x + y - 10y - x
= 9x - 9y
=9(x-y)</p>
<p>The part I don’t understand is “Therefore, x is equivalent to 10 times y”, and why my example is wrong.
Thanks a lot!</p>