document.write( "Question 204164: find four consecutive odd integers whose sum is 416 \n" ); document.write( "
Algebra.Com's Answer #154118 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let the four consecutive ODD integers be, x,x+2,x+4,x+6 \n" ); document.write( ". \n" ); document.write( "sum = 416,,,x+(x+2)+(x+4)+(x+6) = 416 \n" ); document.write( ". \n" ); document.write( "4x +12 =416 \n" ); document.write( ". \n" ); document.write( "4x = 404 \n" ); document.write( ". \n" ); document.write( "x=101,,,,,,,numbers are,,,101,,103,,,105,,107,,, \n" ); document.write( ". \n" ); document.write( "check,,,,sum to 416,,,ok \n" ); document.write( " |