document.write( "Question 86333: Hello,
\n" );
document.write( "This question is not about complex numbers but I could not find any other catagory to put it under. It's solving problems by using first-degree open sentences. The question is, \"Find three consecutive even numbers whose sum is
\n" );
document.write( " -90\" \n" );
document.write( "
Algebra.Com's Answer #62484 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Find three consecutive even numbers whose sum is -90 \n" ); document.write( ": \n" ); document.write( "x + (x+2) + (x+4) = -90 \n" ); document.write( "3x + 6 = -90 \n" ); document.write( "3x = -90 - 6 \n" ); document.write( "3x = -96 \n" ); document.write( "x = -32 \n" ); document.write( ": \n" ); document.write( "numbers would be -32, -30, -28 \n" ); document.write( " |