document.write( "Question 1116942: Find 3 consecutive odd integers such that the sum of the first and second is 27 less than 3 times the third
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #731855 by rothauserc(4718) You can put this solution on YOUR website! let x, x+2, x+4 be three consecutive odd integers, then \n" ); document.write( ": \n" ); document.write( "x +x+2 +27 = 3 * (x+4) \n" ); document.write( ": \n" ); document.write( "2x +29 = 3x +12 \n" ); document.write( ": \n" ); document.write( "x = 17 \n" ); document.write( ": \n" ); document.write( "******************************************************** \n" ); document.write( "the three consecutive odd integers are 17, 19, 21 \n" ); document.write( ": \n" ); document.write( "check answer \n" ); document.write( ": \n" ); document.write( "17+19 = 36 and 3*21 = 63 \n" ); document.write( ": \n" ); document.write( "63 - 36 = 27 \n" ); document.write( ": \n" ); document.write( "the answer checks \n" ); document.write( "******************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |