$$\frac {(2^{a+3}+ 2^{a+1}) \cdot 2^{a+2}}{2^{a+3}} = 20$$
- Find the unknown $a$.
So, we began learning exponential equations. However, I want to solve this problem by simpifyling it.
Regards
$$\frac {(2^{a+3}+ 2^{a+1}) \cdot 2^{a+2}}{2^{a+3}} = 20$$
So, we began learning exponential equations. However, I want to solve this problem by simpifyling it.
Regards
What did you already try? Because I think it's good to start to work out the parentheses ( ), for example: $(a + b) \cdot c = ac + bc$
HINTS
Recall the power rules: $2^p \times 2^q = 2^{p+q}$ and $2^p \div 2^q = 2^{p-q}$.
Expand the numerator.
Divide each term in the (expanded) numerator by the denominator.
Take out a common factor on the left, and divide both sides by that common factor.
Solve for $a$.
$$\left(2^{\left(a+3\right)}+2^{\left(a+1\right)}\right)\cdot\frac{2^{\left(a+2\right)}}{2^{\left(a+3\right)}}$$ $$\left(2\cdot2\cdot2^{\left(a+1\right)}+2^{\left(a+1\right)}\right)\cdot\frac{2^{\left(a+1\right)}\cdot2}{2^{\left(a+1\right)}\cdot2\cdot2}$$ $$\left(2\cdot2\cdot2^{\left(a+1\right)}+2^{\left(a+1\right)}\right)\cdot\frac{2}{2\cdot2}$$ $$5\cdot2^{\left(a+1\right)}\cdot\frac{1}{2}$$
Now let's set this equal to 20: $$5\cdot2^{\left(a+1\right)}\cdot\frac{1}{2}=20$$ $$2^{\left(a+1\right)}=8$$ $$a=2=\log_2\left(8\right)-1$$