Bunuel
How many positive integers n exist such that both 48n + 4 and 27n + 19 are perfect squares?
A. 0
B. 1
C. 2
D. 3
E. 4
\(48n + 4 = x^2\) ⇒ \(n = \frac{x^2 - 4}{48}\)
\(27n + 19 = y^2\) ⇒ \(n = \frac{y^2 - 19}{27}\)
\(\frac{x^2 - 4}{48} = \frac{y^2 - 19}{27}\)
Multiplying both sides by \(3\)
\(\frac{x^2 - 4}{16} = \frac{y^2 - 19}{9}\)
\(9x^2 - (4*9) = 16y^2 - (16*19)\)
\((16*19) - (4*9) = 16y^2 - 9x^2\)
\( 16y^2 - 9x^2 =4 ((4*19) - (1*9))\)
\( (4y+3x)(4y-3x) =4 ((4*19) - (1*9))\)
\( (4y+3x)(4y-3x) =4*(67)\)
Case 1\(4y + 3x = 67\)
\(4y - 3x = 04\)
Adding both the equations
\(8y = 71\)
The value of y results in a fraction. Hence, we can ignore this.
Case 2\(4y + 3x = 134\)
\(4y - 3x = 02\)
Adding both the equations
\(8y = 136\)
\(y = 17\)
To find the value of \(x\), we can substitute the value of \(y\) in the equation \(4y - 3x = 02\)
\(x = 22\)
The value of \(n = 10\)
Case 3\(4y + 3x = 268\)
\(4y - 3x = 01\)
Adding both the equations
\(8y = 269\)
The value of y results in a fraction. Hence, we can ignore this.
Hence, for only one value of \(n\) are both \(48n + 4\) and \(27n + 19\) perfect squares.
Option B