document.write( "Question 910235: Find four consecutive odd integers whose sum is 56. \n" ); document.write( "
Algebra.Com's Answer #552334 by Lenzky(18)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the first number \n" ); document.write( " x+2 be the second \n" ); document.write( " x+4 be the third \n" ); document.write( " x+6 be the fourth\r \n" ); document.write( "\n" ); document.write( "(x)+(x+2)+(x+4)+(x+6) = 56 combine similar terms \n" ); document.write( "x+x+x+x = 56-2-4-6 \n" ); document.write( "4x = 44 divide both side by 4 to get x \n" ); document.write( "x= 11\r \n" ); document.write( "\n" ); document.write( "x+2=? \n" ); document.write( "11+2= 13\r \n" ); document.write( "\n" ); document.write( "x+4=? \n" ); document.write( "11+4= 15\r \n" ); document.write( "\n" ); document.write( "x+6=? \n" ); document.write( "11+6=17\r \n" ); document.write( "\n" ); document.write( "CHECKING \n" ); document.write( "11+13+15+17= 56 \n" ); document.write( "56 = 56 \n" ); document.write( " |