document.write( "Question 818934: find two consecutive even integers such that four times the smaller integer is six more than three times the larger integer \n" ); document.write( "
Algebra.Com's Answer #805993 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x = 6 + 3(x+2) \n" ); document.write( "4x = 3x + 12 \n" ); document.write( "x = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 12 and 14. \n" ); document.write( " |