document.write( "Question 154044: how do you write the decimal approximation to the nearest 10th? \n" ); document.write( "
Algebra.Com's Answer #113407 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Say you had a number: \n" ); document.write( ". \n" ); document.write( "Imagine, if you will, a general decimal number. The location of the digits represents: \n" ); document.write( "a.bcd \n" ); document.write( "^ ^^^ \n" ); document.write( "| |||__ thousandths \n" ); document.write( "| ||___ hundredths \n" ); document.write( "| |____ tenths \n" ); document.write( "|______ units \n" ); document.write( ". \n" ); document.write( "If you are approximating to the nearest tenths, all you need to do is look at the digit to the immediate right (the hundredth) digit. \n" ); document.write( "Two conditions: \n" ); document.write( "#1 \n" ); document.write( "If it is less than 5, eliminate ALL digits to the right of the tenths digit \n" ); document.write( "#2 \n" ); document.write( "If it is 5, or more, eliminate ALL digits to the right of the tenths digit AND increment the tenths digit. \n" ); document.write( ". \n" ); document.write( "For example: \n" ); document.write( "1.23456 \n" ); document.write( "Since the hundredth digit (3) is less than 5, we use condition #1: \n" ); document.write( "1.2 \n" ); document.write( ". \n" ); document.write( "Another example: \n" ); document.write( "1.26789 \n" ); document.write( "Since the hundredth digit (6) is greater than 5, we use condition #2: \n" ); document.write( "1.3 \n" ); document.write( " \n" ); document.write( " |