I have an itching feeling that my method is grasping at too many straws, but it gave me the correct answer. Can anyone give me some feedback on my method for solving the question?
Solve for a to get a = 2:
1. Given: \(a = x + \frac{1}{x}\)
2. \(ax = x^2 + \frac{x}{x}\) -> \(ax = x^2 + 1\)
3. \(0 = x^2 - ax + 1\)
4. \(x^2 - ax + 1 = (x-1)^2\). To complete the expression, a = 2
Solve for b to get b = 0:
1. Given: \(b = x - \frac{1}{x}\)
2. \(bx = x^2 - \frac{x}{x}\) -> \(bx = x^2 - 1\)
3. \(0 = x^2 - bx - 1\)
4. \(x^2 - bx - 1 = (x - 1)(x + 1)\). To complete the expression, b = 0
We plug in a = 2 and b = 0 into \(\frac{(2^a)^2}{(2^b)^2}=?\):
1. \(\frac{(2^a)^2}{(2^b)^2}=?\)
2. \(\frac{{2^{2a}}}{{2^{2b}}}=?\)
3. \(2^{2a} * 2^{-2b}\)
4. \(2^{2(a - b)}\)
5. \(2^{2(2 - 0)}\)
6. \(2^4 = 16\)
My answer is D, 16.
Please let me know if the method I used is incorrect or if you have any improvements on the method used.