document.write( "Question 520926: Three consecutive even integers are such that the difference of the smallest integer and twice the largest integer is 10. Find the three integers. \n" ); document.write( "
Algebra.Com's Answer #346283 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive even integers are such that the difference of the smallest integer and twice the largest integer is 10. Find the three integers.
\n" ); document.write( "**
\n" ); document.write( "let x=smallest even integer
\n" ); document.write( "x+2=next consecutive even integer
\n" ); document.write( "x+4=largest of 3 consecutive even integers
\n" ); document.write( "..
\n" ); document.write( "2(x+4)-x=10
\n" ); document.write( "2x+8-x=10
\n" ); document.write( "x=10-8=2
\n" ); document.write( "x=2
\n" ); document.write( "x+2=4
\n" ); document.write( "x+4=6
\n" ); document.write( "ans:
\n" ); document.write( "Three consecutive even integers are: 2, 4 & 6
\n" ); document.write( "
\n" );