187k views
0 votes
Please someone help me on this one !! I need to pass this class!

Please someone help me on this one !! I need to pass this class!-example-1
User Void
by
4.5k points

2 Answers

4 votes

Answer:

x=0.5416...................

User Naftis
by
3.9k points
4 votes

9514 1404 393

Answer:

x ≈ -0.5416

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 ...

  • multiply by 10
  • add 7
  • raise 9 to that power
  • multiply by 2
  • add 5

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


2\cdot9^(10x+7)+5-5=70-5\\2\cdot9^(10x+7)=65

undo multiply by 2


\cfrac{2\cdot9^(10x+7)}{2}=(65)/(2)\\\\9^(10x+7)=32.5

undo raise to a power (take logarithms)


(10x+7)\log(9)=\log(32.5)\\\\10x+7=(\log(32.5))/(\log(9))\quad\text{equivalent to $\log_9(32.5)$}

undo add 7


10x+7-7=(\log(32.5))/(\log(9))-7\\\\10x\approx -5.41562

undo multiply by 10


(10x)/(10)\approx(-5.41562)/(10)\\\\x\approx-0.541562\\\\\boxed{x\approx-0.5416}\quad\text{rounded to 4 dp}

User HolisticElastic
by
4.2k points