How do you calculate log _10 (2)?

1 Answer
Mar 10, 2018

log_10(2)~~0.301

Explanation:

Whenever we have a log problem like this, we can simplify using the Change of Base Property/Formula that states

log_a(b)=(log_10(b)/log_10(a))

Which is also equal to

log_a(b)=ln(b)/ln(a), where ln=natural log

In our case, our base (a) is equal to 10, and our b is 2. Using the Change of Base Property, log_10(2) is equal to:

=log_10(2)/(log_10(10))

=>ln2/ln10 (Which is the same thing as log_10(2))

Which, through evaluating with a calculator, we get:

log_10(2)~~0.301