document.write( "Question 1062335: Find the largest three consecutive even numbers that sum to less than 1000 \n" ); document.write( "
Algebra.Com's Answer #677214 by Boreal(15235) You can put this solution on YOUR website! The average would be 333.3 \n" ); document.write( "332 would be the even number below that. \n" ); document.write( "330, 332, 334 are the numbers. \n" ); document.write( "OR \n" ); document.write( "x, x+2, x+4 \n" ); document.write( "Add them (3x+6<1000) \n" ); document.write( "3x<994 \n" ); document.write( "x<331 2/3, so use 330 as the first number and get the same results above. \n" ); document.write( " |