document.write( "Question 995918: Translate \"Find three consectutive odd integers with the sum of 141\" and find the two integers. \n" ); document.write( "
Algebra.Com's Answer #614576 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the three numbers x, x+2, and x+4 (they're odd so we add two)... \n" ); document.write( "Thus \n" ); document.write( "x + (x+2) + (x+4) = 141 \n" ); document.write( "3x + 6 = 141 \n" ); document.write( "3x = 135 \n" ); document.write( "x = 45 \n" ); document.write( "x + 2 = 47 \n" ); document.write( "x + 4 = 49 \n" ); document.write( "So they are 45, 47 and 49. \n" ); document.write( " |