2 questions

G

Guest

Guest
I forget howto do these two types of questions:

SOLVE AND CHECK.
-5^x+2=-1


and


4(6^g+2)=144
 
anna said:
-5^x+2=-1

Start getting x on one side by itself.

-5<sup>x</sup> + 2 = -1

<==> -5<sup>x</sup> = -3

<==> 5<sup>x</sup> = 3

Take log<sub>5</sub> of both sides. (Any base would work, but base 5 looks nicer.)

<==> log<sub>5</sub>(5<sup>x</sup>) = log<sub>5</sub>(3)

log<sub>b</sub>(a) means "the exponent that you put on b to get a". So log<sub>5</sub>(5<sup>x</sup>) means "the exponent that you put on 5 to get 5<sup>x</sup>", which is of course x.

<==> x = log<sub>5</sub>(3)

To check it, plug that back into the original equation and see if it's true.

If you meant 5^(x + 2), rather than 5^x + 2, then you just need to make some little modifications to this.
 
Top