Bunuel
Given: x and y are positive integers
To find: remainder when y is divided by x.
For reference, I always write down this equation when I encounter remainder questions:
y = x*q +
rem Here, q is the quotient and rem is the remainder. We have to determine the remainder.
Statement 1: \(\frac{(x + y)^y}{(x + y)^x} = 149\)Let's try to prime factorize 149. For this, we first find out the nearest square root, which is 12 here. We don't consider 13 because square of 13 is 169, a value which is greater than 149.
Therefore, we get that \((x + y)^(y-x) = 149\) {y-x is the power of x+y}
Clearly, 149 is not a square or cube or 4th power, etc. of any positive number ( x + y is a positive number ), thus, we can conclude that -
x + y = 149 and
y - x = 1
Since, y-x = 1, they are consecutive integers.
Therefore, the remainder when x is divided by y will always be 1 (since, y > x).
Sufficient
Statement 2: \(y^2 - x^2 = 149\)
From Statement 1, we already know that 149 is a prime number.
( y - x )( y + x ) = 149
x and y are positive integers, therefore, y + x = 149 and y - x = 1
This statement is also
sufficient.
Correct answer - (D)