document.write( "Question 505039: find three consecutive odd integers whose sum is 117
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #339763 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Three consecutive odd integers: x, x+2, and x+4. \n" ); document.write( ". \n" ); document.write( "3x +6 = 117 \n" ); document.write( "3x = 111 \n" ); document.write( "x = 37 \n" ); document.write( ". \n" ); document.write( "Check the answer: \n" ); document.write( "37 + 39 + 41 = 117 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: The three numbers are 37, 39, and 41. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " \n" ); document.write( " |