document.write( "Question 464347: The sum of 5 consecutive odd integers is 105. Find the smallest and the largest of the integers. \n" ); document.write( "
Algebra.Com's Answer #318093 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
m+(m+2)+(m+4)+(m+6)+(m+8)=105
\n" ); document.write( "5m+20=105
\n" ); document.write( "5m=85
\n" ); document.write( "m=17
\n" ); document.write( "The smallest integer is 17; the largest is 25..
\n" ); document.write( "
\n" );