document.write( "Question 351462: find four consecutive even integers where three times the first is ten more than twice the last \n" ); document.write( "
Algebra.Com's Answer #251222 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let \"N\", \"N%2B2\", \"N%2B4\", and \"N%2B6\" be the consecutive even integers.
\n" ); document.write( "\"3N=10%2B2%2A%28N%2B6%29\"
\n" ); document.write( "\"3N=10%2B2N%2B12\"
\n" ); document.write( "\"3N=2N%2B22\"
\n" ); document.write( "\"N=22\"
\n" ); document.write( "The integers are 22,24,26,and 28.
\n" ); document.write( "
\n" ); document.write( "
\n" );