document.write( "Question 922599: find three consecutive odd integers such that the sum of the smaller two is three times the largest increased by seven
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805650 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x = 3(x+2) + 7 \n" ); document.write( "2x - 2 = 3x + 13 \n" ); document.write( "-15 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -17, -15, and -13. \n" ); document.write( " |