Question 1148840
start with:
sqrt(125^x) = 5/(25^x)
rewrite it as:
(125^x)^(1/2) = 5/(25^x)
simplify that to:
125^(x/2) = 5/(25^x)
multiply both sides of that equation by 25^x to get:
125^(x/2) * 25^x = 5
take the log of both sides of this equation to get:
log(125^(x/2) * 25^x) = log(5)
use log rules to translate that to:
log(125^(x/2)) + log(25^x) = log(5)
simplify that to:
x/2 * log(125) + x * log(25) = log(5)
factor out the x to get:
x * (1/2 * log(125) + log(25)) = log(5)
divide both sides of that equation by (1/2 * log(125) + log(25)) to get:
x = log(5) / (1/2 * log(125) + log(25))
solve for x to get:
x = .2857142857
replace x in the original equation to get:
sqrt(125^x) = 5/(25^x) becomes sqrt(125^.2857142857) = 5 / 25^.2857142857 which becomes 1.993235316 = 1.993235316 which is true.


your solution is that the value for x is .2857142857


the properties of logs that were used are:


log(a * b) = log(a) + log(b) and log(a^x) = x*log(a)