document.write( "Question 355146: How do you find a set of four consecutive odd integers that are positive and whose sum is at most 25? \n" ); document.write( "
Algebra.Com's Answer #253685 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x,x+2,x+4,x+6 \n" ); document.write( "... \n" ); document.write( "x+x+2+x+4+x+6<=25 \n" ); document.write( "4x+12,=25 \n" ); document.write( "4x<=25-12 \n" ); document.write( "4x<=13 \n" ); document.write( "x<=13/4 \n" ); document.write( "x<=3.2 \n" ); document.write( "you need odd +ve integers \n" ); document.write( "1,3,5,7 sum <25 \n" ); document.write( "3,5,7,9 sum <24 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |