document.write( "Question 913690: find two consecutive even integers such that the smaller added to four times the larger gives the sum 58 \n" ); document.write( "
Algebra.Com's Answer #805744 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( "x + 4(x+2) = 58 \n" ); document.write( "5x + 8 = 58 \n" ); document.write( "5x = 50 \n" ); document.write( "x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 10 and 12. \n" ); document.write( " |