0

Solve: $x^3=0.5625$

$$x^3=0.5625/\log_3$$ $$\log_3x^3=\log_3 0.5625$$ $$3\log_3 x=\log_3 0.5625$$ $$\log_3 x=\frac{\log_3 0.5625}{3}$$

How to evaluate $\log_3 0.5625$?

How to change basis in logarithms for simplicity?

For example, if we have $\log_3 0.5625$, how to convert this logarithm such that the basis is not $3$, but $10$ (on my calculator, I only have $10$ as a basis)?

1 Answers1

2

You can use the formula $$\log_a(x) =\frac{\log_b(x)}{\log_b(a)}$$ where $a, b$ are positive numbers. In your case these are 3 and 10.

NDewolf
  • 1,663