-1

$$100 = 200(2)^x$$

Given all numbers in the equation, how do I find $x$?

mrp
  • 5,086

4 Answers4

0

Hint : Take the logarithm on both sides and use $log(a^n)=n\ log(a)$ and $log(ab)=log(a)+log(b)$

Peter
  • 84,454
  • If you divide by $200$ first, you do not need the second equation. – Peter Aug 22 '15 at 19:39
  • But he'll need to evaluate $\log_2\frac12$, that is, to solve the equation $\frac12=2^y$ for $y$, which is exactly the problem he's trying to solve in the first place! – hmakholm left over Monica Aug 22 '15 at 19:42
  • My hint leads him to $log(\frac{1}{2})=y\ log(2)$. The rest should be easy. It does not even matter, if he uses $log_{10}$ or ln, unless he uses two DIFFERENT logarithms. – Peter Aug 22 '15 at 19:44
0

cancalling with $100$ we get $$2^{-1}=2^x$$ thus we get $$x=-1$$

0

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.

0

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