Question 1061208: Log 36 2 + Log 2 6 + Log 36 3 - Log 2 24
Found 2 solutions by Edwin McCravy, math_helper: Answer by Edwin McCravy(20060) (Show Source): Answer by math_helper(2461) (Show Source):
You can put this solution on YOUR website! I assume the first number after "log" is the base. Thus, I assume the problem is

—
Remember, if k = log_b(a) then
In words, the log of a, base b, (here set to k) is the power to which b must be raised to return the original number a.
—
It may seem crazy to use such a mathematical tool like this, but the reason is important. When working with log's (mathematicians would say "working in the log domain"), you can add log's together where you would've needed to otherwise multiply, you can subtract log's where you would have needed to divide, you can multiply exponent*log where you would've had to raise a number to an exponent, etc. A lot of things occurring in nature tend to have exponents in them and often times operating in the log domain on those is faster for a computer program, for example.
—
0.193426 + 2.58496 + 0.30657 - 4.58596 = -1.501004
—
Ans: -1.501004
====
The numbers above correspond to the terms from the original problem. You may wonder where, for example, 0.193426 came from, or how to find it yourself. That number is the exponent to which 36 must be raised in order to give us the number 2: but how did I calculate it? I used the 'Log' button on my calculator. You may now ask, but that uses base=10, so how did you get base=36? Here it is: Log_36(n) = log_10(n)/log_10(36) This can be used for ANY base, and the beauty of it is it shows the power of working in the log domain.
|
|
|