1

I think the answer for this is 0.01, but I'm not sure. Could someone explain the steps in solving the following for $(x/y)$:

$$10 \log_{10} (x/y) = -20$$

I've tried putting $\frac{-20}{10 \log_{10}}$ in Wolfram Alpha, but the answer doesn't look like what I was expecting.

ctote
  • 37

3 Answers3

5

Let $z=x/y$ so you have $$ \begin{split} 10 \log z &= -20 \\ \log z &= -2 \\ 10^{\log z} &= 10^{-2} \\ z &= 0.01 \end{split} $$ assuming your log was base 10. If it was base $e$, the last 2 steps are $$ \begin{split} e^{\log z} &= e^{-2} \\ z &= e^{-2} \end{split} $$

gt6989b
  • 54,422
3

divide both members by 10.

--> log (x/y) = -2

--> 10^-2 = x/y

--> 0.01 = x/y

Diophanties
  • 171
  • 1
  • 1
  • 8
1

ok we have following thing

$log_{10}(x/y)=-2$

or

$(x/y)=10^{-2}$