Bunuel
If x and y are consecutive positive integers such that x < y, which of the following statements is true without any exceptions?
I. (x + 1)(y - 1) = xy
II. (x + y)^2 leaves a remainder of 1 when divided by 8
III. The difference between the larger number and the sum of the remainders when x and y are divided by each other is 1.
A. I only
B. II only
C. III only
D. I and II only
E. II and III only
If x and y are consecutive positive integers with x < y, we can write: y = x + 1 and x = y - 1
SI: (x + 1) * (y - 1) = y * x --- replacing x+1 with y and replacing y-1 with x -
TrueOr: (x + 1) * (y - 1) = y * (x + 1 - 1) = y * x --- replacing y with x + 1 and vice-versa
SII: Since x and y are consecutive, one will be even and the other will be odd. Let the even number be 2k and the odd be 2k+1
=> Sum of the numbers = 2k + 2k+1 = 4k+1
=> Squafre of this sum = 16k^2 + 8k + 1
Since 16k^2 and 8k are both divisible by 8, dividing this by 8 will always leave remainder 1.
For example: x=2,y=3 => (x+y)^2 = 25 - remainder when divided by 8 is 1 -
TrueSIII: Since x < y, if x is divided by y, it will give quotient 0 and remainder equal to x (example: 3 divided by 4 leaves remainder 3)
Since y is 1 greater than x, when y is divided by x, it will leave remainder 1 (and also quotient 1)
Thus: Difference between the larger number and the sum of the remainders when x and y are divided by each other
= y - (x + 1) = 0 -
FalseAns D