Bunuel
If b and c are positive integers such that \(\sqrt{11+b√c} + \sqrt{11-b√c}=6\) where \(b\sqrt{c}\) is in simplest radical form, what is the value of \(b^{2}c\)?
(A) 72
(B) 76
(C) 80
(D) 82
(E) 90
Let us replace \(b√c = a\); we need to determine the value of \(b^{2}c = a^2\)
Approach 1:
\(\sqrt{11+a} + \sqrt{11-a}=6\)
Squaring: \(11 + a + 11 - a + 2\sqrt{(11+a)(11-a)} = 36\)
\(=> 22 + 2\sqrt{(121-a^2)} = 36\)
\(=> 2\sqrt{(121-a^2)} = 14\)
\(=> \sqrt{(121-a^2)} = 7\)
Squaring: \(121-a^2 = 49\)
\(=> a^2 = 72\)
ALTERNATE:\(\sqrt{11+a} + \sqrt{11-a}=6\)
Let P = \(\sqrt{11+a}\) and Q = \(\sqrt{11-a}\)
Thus: \(P + Q=6\) ... (i)
Thus: \(P^2 - Q^2 = (11+a) - (11-a) = 2a\) ... (ii)
Dividing (ii) by (i):
\(P - Q = a/3\) ... (iii)
Adding (i) and (iii): \(2P = 6 + a/3\)
\(=> P = (18+a)/6\)
Thus: \(P = \sqrt{11+a} = (18+a)/6\)
\(=> \sqrt{11+a} = (18+a)/6\)
Squaring: \(11 + a = (324 + a^2 + 36a)/36\)
\(=> 396 + 36a = 324 + a^2 + 36a\)
\(=> a^2 = 72\)