document.write( "Question 17547: When your estimating by clustering how do you know to keep it the same or round it up? For example 8.7+3.21+3.889? \n" ); document.write( "
Algebra.Com's Answer #804431 by CubeyThePenguin(3113) You can put this solution on YOUR website! If the digit is 0, 1, 2, 3, 4 ---> round down \n" ); document.write( "If the digit is 5, 6, 7, 8, 9 --> round up\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8.7 + 3.21 + 3.889 \n" ); document.write( "= 9 + 3 + 4 \n" ); document.write( "= |