document.write( "Question 12335: three more than five times a number is less than 18. Find the largest integer for which this is true. \n" ); document.write( "
Algebra.Com's Answer #6255 by bonster(299) ![]() You can put this solution on YOUR website! three more than five times a number is less than 18 \n" ); document.write( "3 more than= +3 \n" ); document.write( "5 times a number=5x \n" ); document.write( "3 more than 5 times a number=5x+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x+3<18 <--subtract 3 from both sides \n" ); document.write( "5x+3-3<18-3 \n" ); document.write( "5x<15 \n" ); document.write( "x<5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if 5 is greater than x, then x can be 4, 3, 2, 1, -1, -2, -3,...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "of the choices, 4 is the greatest integer. \n" ); document.write( " \n" ); document.write( " |