document.write( "Question 417847: find three consecutive even integers such that three times the middle integer is 4 more than the sum of the first and third.\r
\n" );
document.write( "\n" );
document.write( "I did 3(x+2)=x+x+4+4 and the answers I got were 6,8, and 10. is this correct? \n" );
document.write( "
Algebra.Com's Answer #292484 by sudhanshu_kmr(1152) You can put this solution on YOUR website! \n" ); document.write( "3(x+2)=x+(x+4)+4\r \n" ); document.write( "\n" ); document.write( "=> 3x + 6 = 2x + 8\r \n" ); document.write( "\n" ); document.write( "=> 3x - 2x = 8-6\r \n" ); document.write( "\n" ); document.write( "=> x = 2\r \n" ); document.write( "\n" ); document.write( "so, integers are 2, 4 and 6 .\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |