document.write( "Question 826187: the sum of four consecutive even integers is 2 more than five times the first integer.Find the smallest integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #497927 by Seutip(231)![]() ![]() You can put this solution on YOUR website! It's easy:\r \n" ); document.write( "\n" ); document.write( "Let x - be the first integer, since it is consecutive even we must add 2 \n" ); document.write( " x+2 - be the second integer \n" ); document.write( " x+4 - be the third integer (x+2+2) \n" ); document.write( " x+6 - be the fourth integer (x+2+2+2)\r \n" ); document.write( "\n" ); document.write( "x+x+2+x+4+x+6 = 5(x)+2 This is how you interpret it.\r \n" ); document.write( "\n" ); document.write( "Simplify then find x :)\r \n" ); document.write( "\n" ); document.write( "4x+12=5x+2 \n" ); document.write( "x=10\r \n" ); document.write( "\n" ); document.write( "So the first integer is 10, next is 12, then 14, and 16.\r \n" ); document.write( "\n" ); document.write( "The smallest integer is 10. :) \r \n" ); document.write( "\n" ); document.write( "HOPE THAT HELPS!\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "x+x+2+x+4+x+6 = 5(x)+2 \n" ); document.write( "10+10+2+10+4+10+6 = 5(10) +2 \n" ); document.write( "52=52 \n" ); document.write( " |