document.write( "Question 500115: there are three consecutive odd integers and sum of smaller is 49 less than 3 times largest integer find the three odd integer \n" ); document.write( "
Algebra.Com's Answer #337997 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 3 consecutive odd integers: x, x+2, x+4. \n" ); document.write( ". \n" ); document.write( "x + x+2 = 3(x+4) -49 \n" ); document.write( ". \n" ); document.write( "2x +2 = 3x +12 -49 \n" ); document.write( "-x = -39 \n" ); document.write( "x = 39 \n" ); document.write( ". \n" ); document.write( "Always check your work. \n" ); document.write( ". \n" ); document.write( "x + x+2 = 39 + 39 + 2 \n" ); document.write( " = 80 \n" ); document.write( ". \n" ); document.write( "3*(x+4) = 3(43) \n" ); document.write( " = 129 \n" ); document.write( "- 49 \n" ); document.write( "= 80 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "The three consecutive odd integers are: 39, 41, and 43. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |