Adding 3.6, 4.4, and 5.8: Keeping the Sum 13.8

  • Thread starter Thread starter Frank66
  • Start date Start date
Frank66
Messages
11
Reaction score
0
just a simple question:
having to round up the following numbers:

3.6 +
4.4 +
5.8 = 13.8

I could do this:

4.0 +
4.0 +
6.0 = 14.0

but wanting to keep the sum?
 
Physics news on Phys.org


In general, to be accurate, don't round until after you've finished the arithmetic.
 
Back
Top