Please someone help me on this one !! I need to pass this class!

9514 1404 393
Answer:
x ≈ -0.5416
Step-by-step explanation:
As with any "solve for ..." problem, you essentially want to "undo" what has been done to the variable of interest. Here, if you were to evaluate the left-side expression (where the variable is) for some value of x, you would ...
You want to "undo" these operations in reverse order. That is, you work from the bottom of this list toward the top, using inverse operations along the way.
The inverse of addition is subtraction; the inverse of multiplication is division. The inverse of raising to a power is taking a logarithm.
undo add 5
[tex]2\cdot9^{10x+7}+5-5=70-5\\2\cdot9^{10x+7}=65[/tex]
undo multiply by 2
[tex]\cfrac{2\cdot9^{10x+7}}{2}=\dfrac{65}{2}\\\\9^{10x+7}=32.5[/tex]
undo raise to a power (take logarithms)
[tex](10x+7)\log(9)=\log(32.5)\\\\10x+7=\dfrac{\log(32.5)}{\log(9)}\quad\text{equivalent to $\log_9(32.5)$}[/tex]
undo add 7
[tex]10x+7-7=\dfrac{\log(32.5)}{\log(9)}-7\\\\10x\approx -5.41562[/tex]
undo multiply by 10
[tex]\dfrac{10x}{10}\approx\dfrac{-5.41562}{10}\\\\x\approx-0.541562\\\\\boxed{x\approx-0.5416}\quad\text{rounded to 4 dp}[/tex]