document.write( "Question 1045350: The sum of three consecutive odd integers, the first of which is 2n + 1 \n" ); document.write( "
Algebra.Com's Answer #660769 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
The second is 2n+3 and the third is 2n+5
\n" ); document.write( "Their sum is 6n+9
\n" ); document.write( "Check with 15,17,19, whose sum is 51.
\n" ); document.write( "15 is 2n+1, so n=7
\n" ); document.write( "6*7+9=51
\n" ); document.write( "
\n" );