document.write( "Question 969812: find three consecutive odd integers such that the sum of the least integer and the greatest integer is 13 more than the middle integer. \n" ); document.write( "
Algebra.Com's Answer #805531 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+2) = x + 13 \n" ); document.write( "2x = x + 13 \n" ); document.write( "x = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 11, 13 and 15. \n" ); document.write( " |