document.write( "Question 784791:
\n" );
document.write( " find four consecutive even integers if the sum of the first and third is 8 less than the sum of the second and fourth \n" );
document.write( "
Algebra.Com's Answer #806204 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: x, (x+2), (x+4), (x+6)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+4) = (x + 2) + (x + 6) - 8 \n" ); document.write( "2x + 4 = 2x \n" ); document.write( "4 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This equation has no solutions. \n" ); document.write( " |