document.write( "Question 903255:  the sum of five consecutive odd integers equals 33 more than twice the third.find the integers.      can someone please help me thank you :D
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #547877 by Alan3354(69443)     You can put this solution on YOUR website! the sum of five consecutive odd integers equals 33 more than twice the third.find the integers. \n" ); document.write( "------------ \n" ); document.write( "The sum is (n-4) + (n-2) + n + (n+2) + (n+4) = 5n \n" ); document.write( "5n = 2n + 33 \n" ); document.write( "Solve for n, etc \n" ); document.write( " |