document.write( "Question 211365: find three consecutive odd integers such that the sum of the first, two times the second, and three times the third is 82 \n" ); document.write( "
Algebra.Com's Answer #159727 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let x=1st integer, x+2 = 2nd integer, and x+4 = 3rd integer \n" ); document.write( ". \n" ); document.write( "1(x) +2(x+2) +3(x+4) = 82 \n" ); document.write( ". \n" ); document.write( "x+2x+4+3x+12 =82 \n" ); document.write( ". \n" ); document.write( "6x + 16 =82 \n" ); document.write( ". \n" ); document.write( "6x=66 \n" ); document.write( ". \n" ); document.write( "x=11 \n" ); document.write( ". \n" ); document.write( "Integers are 11,13,15, \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "check,,11 +2*13 +3*15 = 82,,,,,ok \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |