document.write( "Question 901359: Four times the greater of two consecutive integers is 18 more than three times the lesser integer. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #805783 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive: x, x+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4(x+1) = 18 + 3x \n" ); document.write( "4x + 4 = 3x + 18 \n" ); document.write( "x = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 14 and 15. \n" ); document.write( " |