document.write( "Question 203301: find three consecutive odd integers such that the sum of the smallest and 7 times the largest is 68 \n" ); document.write( "
Algebra.Com's Answer #153364 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let x = 1st odd integer,,(x+2) = 2nd,,,,(x+4) = 3rd \n" ); document.write( ". \n" ); document.write( "(x) +7*(x+4) =68 \n" ); document.write( ". \n" ); document.write( "x + 7x +28 =68 \n" ); document.write( ". \n" ); document.write( "8x =40 \n" ); document.write( ". \n" ); document.write( "x=5,,,ist integer,,,7=next,,,,,9=last \n" ); document.write( ". \n" ); document.write( "check, 5 +7*9 = 5 + 63 =68,,,ok \n" ); document.write( " \n" ); document.write( " |