$$100 = 200(2)^x$$
Given all numbers in the equation, how do I find $x$?
$$100 = 200(2)^x$$
Given all numbers in the equation, how do I find $x$?
Hint : Take the logarithm on both sides and use $log(a^n)=n\ log(a)$ and $log(ab)=log(a)+log(b)$
If you divide both sides by 200 you end up with $$ \frac12 = 2^x $$ At this point you have to remember that $\frac12$ is exactly how $2^{-1}$ is defined, such that $x=-1$ is a solution.
Notice, we have $$100=200\cdot 2^x$$ Diving both the sides by $100$ we get $$\frac{100}{100}=\frac{200}{100}\cdot 2^x$$
$$1=2\cdot2^x$$ $$1=2^{x+1}$$ $$2^0=2^{x+1}$$ Comparing powers on both the sides, we get $$x+1=0\iff x=-1$$
$100=200 \cdot 2^x$produces $100=200\cdot2^x$ and$.5=2^x$produces $.5=2^x$. – hmakholm left over Monica Aug 22 '15 at 19:56