What is #log(5*8)# equal to?
1 Answer
Explanation:
If
#log(xy) = log(x)+log(y)#
(This follows from
In general for any valid base
#log_b b = 1#
(This follows from
So in particular, for common (i.e. base
#log 10 = 1#
It is also useful to know that:
#log 2 ~~ 0.30103#
This is a very good approximation. The actual value is nearer
Putting this all together, we find:
#log(5*8) = log(2*2*10)#
#color(white)(log(5*8)) = log(2)+log(2)+log(10)#
#color(white)(log(5*8)) = 2log(2)+1#
#color(white)(log(5*8)) ~~ 2*0.30103+1 = 1.60206#