document.write( "Question 796960: find 4 consecutive smallest integers such that the sum of the largest and smallest is 150. \n" ); document.write( "
Algebra.Com's Answer #806280 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: x, (x+2), (x+4), (x+6)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + (x+6) = 150
\n" ); document.write( "2x + 6 = 150
\n" ); document.write( "2x = 144
\n" ); document.write( "x = 72\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 72, 74, 76, and 78.
\n" ); document.write( "
\n" );