Bunuel
If x and y are positive integers such that x^2 - y^2 = 23. What is the value of y?
A. 10
B. 11
C. 12
D. 23
E. Cannot be determined
Alternative Approach: BacksolvingThe answer choices can be easily substituted into the equation, so let's backsolve.Start with choice A (10) because it's the easiest. If y = 10, then \(y^2 = 100\).
If x is then 11, \(x^2 = 121\), and \(121 - 100 = 21\). Not big enough.
But if x is 12, then \(x^2 = 144\), and \(144 - 100 = 44\). Too big.
However, if y = 11 and x = 12, then \(x^2 - y^2 = 144 - 121 = 23\).
The answer is B.Note that the gap between \(10^2\) and \(11^2\) is 21, and the gap between \(11^2\) and \(12^2\) is 23, an increase of 2. This pattern holds true for all squares of positive integers.
The gap between squares of consecutive integers increases by 2 every time:
\(1^2 = 1\)
\(2^2 = 4\) (gap of 3)
\(3^2 = 9\) (gap of 5)
\(4^2 = 16\) (gap of 7)
etc.
Takeaways:
1. Backsolving is an effective approach on a problem like this because the answer choices can be easily substituted into the given equation.
2. Knowing the pattern for squares of consecutive integers can help you quickly zero in on the correct answer.