document.write( "Question 499441: Sir Lancelot found four consecutive even integers such that 10 times the sum of the first and the fourth was 24 greater than 9 times the sum of the second and fourth. what were his integers? \n" ); document.write( "
Algebra.Com's Answer #337680 by chessace(471)\"\" \"About 
You can put this solution on YOUR website!
10 * (s + s+6) = 24 + 9 * (s+2 + s+6)
\n" ); document.write( "20 * s + 60 = 24 + 18 * s + 9 * 8
\n" ); document.write( "2 * s = 24 + 72 - 60 = 36
\n" ); document.write( "s = 18
\n" ); document.write( "Numbers are 18 20 22 24\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );