document.write( "Question 337059: Four times the smallest of three consecutive even integers is ten more than three times the largest integer. Find the integers? \n" ); document.write( "
Algebra.Com's Answer #241568 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the integers be x,x+2,x+4
\n" ); document.write( "4x = 3(x+4)+10
\n" ); document.write( "4x=3x+12+10
\n" ); document.write( "4x=3x+22
\n" ); document.write( "add -3x
\n" ); document.write( "4x-3x=22
\n" ); document.write( "x=22
\n" ); document.write( "22,24,26
\n" ); document.write( "
\n" );