document.write( "Question 15688: find three consecutive odd integers whose sum is 105 \n" ); document.write( "
Algebra.Com's Answer #7750 by pwac(253)![]() ![]() ![]() You can put this solution on YOUR website! First number is x.So we are looking for: \n" ); document.write( "x+(x+2)+(x+4)=105 Do the sum on left side: \n" ); document.write( "3x+6=105 Subtract 6 from both sides: \n" ); document.write( "3x=99 Divide both sides by 3: \n" ); document.write( "x=33 \n" ); document.write( "x+2=35 \n" ); document.write( "x+4=37 \n" ); document.write( "33+35+37=105\r \n" ); document.write( "\n" ); document.write( "Pete \n" ); document.write( " |