chetan2u
What is the value of 2^x + 2^(-x) ?
\(2^x+2^{-x}=2^x+\frac{1}{2^x}\)
Square both sides..
\(2^{2x}+2^{-2x}+2=4^x+4^{-x}+2\)
(1) x < 0
Does not affect the equation at all..
Insufficient
(2) 4^x + 4^(−x) = 23
So \(4^x+4^{-x}+2=23+2=25\)
Our answer is √25=5
Sufficient
B
chetan2uThank you for your helpful explanation. I do not know why I am so confused but for statement 2 I did as follows:
2^2x + 2^-2x = 23
(2^x + 2^-x)^2 = 23
Then I factored....
(2^x + 2^-x) * (2^x + 2^-x)
To get...
2^2x + 2 + (1/2^x) = 23
2^2x + (1/2^x) = 21
I did not know how to solve from here.
So two questions,
Bunuel mentioned that you need to factor out the (2^x + 2^-x)^2, but it does not look like you did? Second question, if you don't have to factor out the (2^x + 2^-x)^2 to solve, just for my understanding, did I factor out correctly/how would you proceed to solve from here?
Thank you for all of your time and help.