document.write( "Question 301674:  How do you round 0.6 to the nearest one-eighth
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #216282 by richwmiller(17219)     You can put this solution on YOUR website! That is the strangest problem. Why eighths? \n" ); document.write( "6/10=x/8 \n" ); document.write( "10x=48 \n" ); document.write( "x=48/10 \n" ); document.write( "x=4.8 \n" ); document.write( "6/10=4.8/8 \n" ); document.write( "or if you want 4.8 is almost 5 \n" ); document.write( " \n" ); document.write( " |