I am given the equation:
5 * 3^x = 2 * 7^x
The text book and everywhere online shows me how to do this when the variable is only on one side or when it can be subtracted/added, not when it is tied to a multiplication.
Of course the latter is going to be on the test and not what is taught in the book.
How am I supposed to edit this to get rid of the two down votes? Was this question already asked? What could've I possibly typed in to get my answer?
$5*3^x = 2*7^x$ so
$\log (5*3^x) = \log(2*7^x)$
$\log 5 + \log 3^x = \log 2 + \log 7^x$
$\log 5 + x\log 3 = \log 2 + x \log 7$.
Now just treat those logs as constants.....
Hint:
$x \log 3 - x \log 7 = \log 2 - \log 5$
$x (\log 3 - \log 7) = \log 2 - \log 5$
$x = \frac {\log 2 - \log 5}{\log 3 - \log 7}$.