T34:?? You have mystified me. Logarithms are more useful than what? According to my calculator the original expression evaluates to 1.719 * 10^9 My approximation gives 56/32 * 10^9, which if you know your tables simplifies (in your head) to 1.75 * 10^9 What is this 10^8 you quote? And the whole idea of an estimate is to cook the figures, whatever the original numbers may have been. "Cooking the figures" means inventing a problem with numbers which cancel out, or are otherwise easy to manipulate. That's fine for schoolroom exercises, but it doesn't transfer to the real world. OK, I'll admit that 31.3 actually rounds down to 31, which is more like the real situation. But you've still invented the numbers to make use of the 7 x 8 entry in the multiplication table, which is the one beginners always forget. Taking logs gives an order of magnitude estimate. The problem is that log ten isn't a good choice of base. Computer programmers think in terms of log 2, and so you don't get the problem you noted. Log 2 also converts nicely to base 10 - 1024 is roughly 1000, but that was going a stretch too far. Even log 10 will give a ballpark estimate, and you can use the procedure with any numbers.
|