document.write( "Question 398319: find four consecutive integers such that the sum of the first and the fourth is 45 \n" ); document.write( "
Algebra.Com's Answer #282277 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
x +x + 3 = 45
\n" ); document.write( "==> 2x = 42
\n" ); document.write( "==> x = 21
\n" ); document.write( "Therefore the four consecutive integers are 21,22,23,24.
\n" ); document.write( "
\n" );