document.write( "Question 779248: Find two consecutive integers such that three times the smaller is 5 less than the larger. \n" ); document.write( "
Algebra.Com's Answer #806236 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = (x+1) - 5 \n" ); document.write( "3x = x - 4 \n" ); document.write( "2x = -4 \n" ); document.write( "x = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -2 and -1. \n" ); document.write( " |