PDA

Click to See Complete Forum and Search --> : Can't figure out this log problem


dimava
May 25th, 2004, 09:54 PM
The answer is 16 but I can only get 8 when I solve it

http://vbforums.com/attachment.php?s=&postid=1699030

alkatran
May 25th, 2004, 09:59 PM
10^(x*y) = (10^x)^y
so:
10^(log10(2) * 4) = (10^log10(2))^4

x^logx(y) = y
so:
(10^log10(2))^4 = 2^4 = 16

dimava
May 25th, 2004, 10:12 PM
thanks, I kept running in the loop of multiplying the 4*2=8

krtxmrtz
May 27th, 2004, 04:03 AM
A similar approach based on the fact that

log(xy) = y * log(x)

4 log10(2) = log10(24) = log10(16)

and by definition, 10log(something) = something