Re: it's just simple questions..please answer these.



On 24 Nov 2005 23:23:13 -0800, "yakuza" <koninja@xxxxxxxxxxx> wrote:

>hi nice to see all of you here this group
>I've got some problems in doing mathematics. and they are so simple
>so please don't go off now~~!
>first of all the statement of the exercise is 'perform the indicated
>operations on a calculator. Assume that all numbers are approximate.'
>and the problems are
>
>1. 3.168 + 53.91 ÷ (-17.85)
>2. 0.0350 - 0.0450/1.909 <---- as you knew, on
>the right is a fraction.
>
>as you knew
>
>the operations with approximate numbers
>1. When approximate numbers are added or subtracted, the result is
>expressed with the precision of the least precise number.
>2. When approximate numbers are multiplied or divided, the result is
>expressed with the accuracy of the least accurate number.
>3. When the root of an approximate number is found, the result is
>expressed with the accuracy of the number.
>and in the addition, where there is a combination of operations, the
>final operation determines how the final result is to be rounded off.
>for instance,
>in 38.3 - 12.9(-3.58) = 84.482, we know that
> 38.3 - 12.9(-3.58) = 38.3 + 46.182 = 84.482
>if those numbers are approximate, we must round off the result to
>tenths, which means the sum is 84.5
>(if my explanations are not sufficient then request more and then I'll
>do more)
>in the book, the solutions are written as
>
>1. 0.148
>2. 0.0114
>
>do you think it is right? I think it is strange. I think the solutions
>to them is to be written as
>
>1. 0.15
>2. 0.011
>
>what do you think of it???????????????????????????????????????
>please give some advice about it.

Your book should discuss 'significant digits' or 'significant
figures', and 'decimal places'.

These links should help:
http://mathworld.wolfram.com/SignificantDigits.html
http://www.physics.uoguelph.ca/tutorials/sig_fig/SIG_dig.htm


Problem 1. 3.168 + 53.91 ÷ (-17.85)

53.91 / (-17.85) => -3.020
3.168 + (-3.020) => 0.148


Problem 2. 0.0350 - 0.0450/1.909

0.0450 / 1.909 => 0.0236
0.0350 - 0.0236 => 0.0114

It is not correct to 'round' intermediate calculations the way I did
here. I did it anyway as my best attempt to show why your book gives
the answers it does.

.



Relevant Pages

  • Re: Assembly Language - Mathematics WITHOUT maths coprocessor
    ... However, since we're not free to keep an endless supply of digits in our numbers, we're frequently forced to truncate the precision of our numbers even when we're not at the end of our calculation. ... For example, add and subtract don't give us any extra bits of precision, so we don't have to do any rounding when we do an add or subtract, and doing so would definately be a bad idea. ... It's just that people say "you should round until the end" because people usually round when they reduce precision, and they usually don't reduce precision until the end. ... When someone puts 2 / 3 into a calculator, and the calculator says the answer is 0.666666667, no one ever says that the calculator rounded the result, but that's what it did, because it had to reduce it's precision to 9 decimal places, and that's how that last 6 became a 7. ...
    (alt.lang.asm)
  • Re: VALUES ARE DIFFERENT THAN CALCULATOR
    ... change my spreadsheet to precision as displayed, though, so that will at least help when I add everything up. ... How do I get my formulas to come out the same as the calculator? ... perform calculations it uses the underlying value then rounds to display 2 digits. ... You need to round the values first, as suggested, then perform the calculation. ...
    (microsoft.public.excel.newusers)
  • Re: Precision problem in VBasic 6
    ... When a number cannot be represented with the limits of precision of the ... calculator calculates to more significant digits than it displays. ...
    (microsoft.public.vb.general.discussion)
  • Re: Rounding?
    ... If Cost Center is 13601, then multiply by .85, ... "Running Microsoft Access 2000" ... >>You cannot use the Round function in Access 97. ... >>> round as a calculator world round. ...
    (microsoft.public.access.queries)
  • Re: Rounding?
    ... You cannot use the Round function in Access 97. ... "Running Microsoft Access 2000" ... "SQL Queries for Mere Mortals" ... > round as a calculator world round. ...
    (microsoft.public.access.queries)