Bunuel
The integers \(x\) and \(y\) are positive, \(x > y + 8\), and \(y > 8\). What is the remainder when \(x^2 − y^2\) is divided by 8?
(1) The remainder when \(x + y\) is divided by 8 is 7.
(2) The remainder when \(x – y\) is divided by 8 is 5.
Concept: Remainder get multiplied and added\(x > y + 8\), and \(y > 8\) MEANS \(y\geq 9\) and \(x\geq 18\)
\(x^2-y^2 = (x-y)(x+y)\). So we have to look for remainder when the sum and difference of x and y are divided by 8.
(1) The remainder when \(x + y\) is divided by 8 is 7.
Nothing about x-y.
Say x=20 and y = 11, the remainder of \((20-11)(20+11) = 9*31=(1+8)(24+7)\) is 1*7.
Say x=21 and y = 10, the remainder of \((21-10)(21+10) = 11*31=(3+8)(24+7)\) is 3*7 or 21 or 16+5 or 5 is the remainder
Insuff
(2) The remainder when \(x – y\) is divided by 8 is 5.
Nothing about x+y.
Say x=23 and y = 10, the remainder of \((23-10)(23+10) = 13*33=(5+8)(32+1)\) is 5*1.
Say x=22 and y = 9, the remainder of \((22-9)(22+9) = 13*31=(5+8)(24+7)\) is 5*7 or 35 or 32+3 or 3 is the remainder
Insuff
Combined
(x+y)(x-y) will give the remainder as the product of remainders of x+y and x-y separately.
So remainder = 7*5 = 35 =32+3.
Thus, 3 is the answer.
Sufficient
C