document.write( "Question 848146: 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 #510901 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the middle number = m. \n" ); document.write( "m-2+m+2=m+13 \n" ); document.write( "2m=m+13 \n" ); document.write( "m=13 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |