how do you solve exponential equations with added bases

135 Views Asked by At

im confused on how you solve a question like this: $$ 3^{x+2} + 3^{x-1} = 27 $$

would you do: $$ 2(3)^{2x}-1 = 3^3 $$

but when I try this way its wrong, please help me thanks.

5

There are 5 best solutions below

0
On

Here's a hint:

$$ 3^{x+2} = 3^3 \cdot 3^{x-1}. $$

If you use this formula to make a substitution in the equation in your question, the rest of the steps may be easier to see.

0
On

use that $$3^x\cdot 9+\frac{1}{3}\cdot 3^x=27$$ and we have $$3^x \cdot \frac{28}{3}=27$$

0
On

Let $u = 3^{x-1}$. Then $ 3^{x+2} = 3^3 \cdot u = 27 u$. Now solve $$ 27 u + u = 27 \implies u = \frac{27}{28} $$ Then $$ 3^x-1 = \frac{27}{28} \\ 3^x = \frac{55}{28} \\ x = \log_3\left( \frac{55}{28} \right) $$

0
On

Hint

$$3^{x+2} + 3^{x-1} = 3^x\times 3^2+3^x \times 3^{-1}=9\times 3^x+\frac 13\times 3^x=(9+\frac 13)\times 3^x=\frac{28}3\times 3^x$$ Now, define $y=3^x$, solve the equation for $y$ and use logarithms.

I am sure that you can take it from here.

0
On

$3^{x+2}+3^{x−1}=27$

$3^{x+2}+3^{x−1}=3^{2}\cdot3^{x}+3^{-1}\cdot3^{x}=(3^{2}+3^{-1})\cdot3^{x}$

$(3^{2}+3^{-1})\cdot3^{x}=\frac{28}{3}\cdot3^x=27$

$3^x=\frac{81}{28}$

$x=\log_3(\frac{81}{28})$