1

I need to convert $\log_{10}(1.07366)$ to decimal. Need the equation for the same.

Jithin
  • 33

1 Answers1

2

If you just want to compute the outcome, you need to find a logarithm table (http://www.sosmath.com/tables/logtable/logtable.html) or a calculator that can calculate logarithms. Most give you the natural logarithm (ln - the base e logarithm). So you need to convert. The way to do it is to use the formula: $$log_b(a)=\frac{ln(a)}{ln(b)}$$

mousomer
  • 395
  • 2
  • 7