0

$1/2 \log c = 0.915$. Calculate $c$.

It is a basic math problem but my answers are not matching with the alternatives.

  1. $1/2 \log c= c^{1/2}$
  2. $ c^{1/2}= 0.915$
  3. $c = 0.915 \times 0.915=0.83448$

but the answers is $0.15$.

Vlad
  • 6,710

1 Answers1

1

You went from $\log(c^{1/2})=0.915$ to $c^{1/2}=0.915$. That is not a valid transition.

$$ \frac12\log c=0.915\\ \log(c^{1/2})=0.915\\ c^{1/2}=10^{0.915}=8.22\\ c=8.22^2=67.6 $$

Arthur
  • 199,419