document.write( "Question 5983: Find four consecutive even integers such that if the sum of the first and third is multiplied by 6 the result is 8 more than 10 times the 4th.
\n" ); document.write( "can you please show me the formula also because i have looked all through my text book and it doesnt explain it in detail and skips steps.
\n" ); document.write( "

Algebra.Com's Answer #3153 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let the first even integer be x.
\n" ); document.write( "The second consecutive even integer will be (x + 2)
\n" ); document.write( "The third one will be (x + 4)
\n" ); document.write( "And the fourth one will be (x + 6)\r
\n" ); document.write( "\n" ); document.write( "Now write the necessary equations.\r
\n" ); document.write( "\n" ); document.write( "The sum of the 1st and 3rd multiplied by 6 is:
\n" ); document.write( " 6[x + (x + 4)]
\n" ); document.write( "The result is (=): 8 more (+8) than 10 times the fourth 10(x + 6) or:
\n" ); document.write( " 10(x + 6) + 8 \r
\n" ); document.write( "\n" ); document.write( "Put it all together and solve for x:\r
\n" ); document.write( "\n" ); document.write( "6[x + (x + 4)] = 10(x + 6) + 8 Simplify.
\n" ); document.write( "6[2x + 4] = 10x + 60 + 8
\n" ); document.write( "12x + 24 = 10x + 68 Subtract 10x from both sides.
\n" ); document.write( "2x + 24 = 68 Subtract 24 from both sides.
\n" ); document.write( "2x = 44 Divide both sides by 2.
\n" ); document.write( "x = 22 This is the first even integer.
\n" ); document.write( "x + 2 = 24 This is the second consecutive even integer.
\n" ); document.write( "x + 4 = 26 This is the third consecutive even integer.
\n" ); document.write( "x + 6 = 28 This is the fourth consecutive even integer.\r
\n" ); document.write( "\n" ); document.write( "Check:\r
\n" ); document.write( "\n" ); document.write( "6[x + (x + 4)] = 6[22 + (22 + 4)] = 6[22 + 26] = 6[48] = 288\r
\n" ); document.write( "\n" ); document.write( "10(x + 6) + 8 = 10(22 + 6) + 8 = 10(28) + 8 = 280 + 8 = 288
\n" ); document.write( "
\n" );