Solve for x: 2^2/log_5 X=1/16
I know how to do the more basic ones, but this one is towards the end of the chapter and is very confusing. How would I go about doing this?
Thanks!![]()
The quick answer (without mathematical syntax):
2^(2/log_5 X)=1/16
2^(2/log_5 X) = 1/2^4
2^(2/log_5 X) = 2^-4
2/log_5 X = -4
2/-4 = log_5 X
X = 5^(-1/2)
= 1/(5^1/2)
Rationalized, this becomes:
Answer:
(5^1/2)/5
Essentially, what you need to do is have the same bases across the board! The first thing I considered was the 16, which could be simplified to base 2 (a base which is common on the left hand side). After the bases are the same on both sides of the equation we can simply acknowledge that both indices must be equal and solve from there!
Make sense?