document.write( "Question 273241: find two consecutive even integers such that 5 times the first integer is equal to 4 times the second \n" ); document.write( "
Algebra.Com's Answer #199632 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive even integers such that 5 times the first integer is equal to 4 times the second\r \n" ); document.write( "\n" ); document.write( "2 consecutive even integers: x and x+2\r \n" ); document.write( "\n" ); document.write( "5x = 4(x+2) \n" ); document.write( "5x = 4x + 8 \n" ); document.write( "5x - 4x = 8 \n" ); document.write( "x = 8 \n" ); document.write( "x+2 = 10\r \n" ); document.write( "\n" ); document.write( "8 and 10 \n" ); document.write( " \n" ); document.write( " |