document.write( "Question 354187: six less than three times a number is less than ten. Find all such numbers. \n" ); document.write( "
| Algebra.Com's Answer #253148 by ewatrrr(24785)     You can put this solution on YOUR website! Hi, \n" ); document.write( "Let n represent the number \n" ); document.write( ". \n" ); document.write( "question states: \n" ); document.write( "3n - 6 < 10 \n" ); document.write( ". \n" ); document.write( "3n <16 \n" ); document.write( ". \n" ); document.write( "n < (16/3) \n" ); document.write( " |