document.write( "Question 400846: The sum of three consecutive odd numbers is 33. Using algebraic methods( not trial and error, find the numbers.\r
\n" ); document.write( "\n" ); document.write( " I know that the three odd numbers are 9,11 and 13 but how do I write this out?
\n" ); document.write( "

Algebra.Com's Answer #283721 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\"-first integer
\n" ); document.write( "\"N%2B2\"-next odd integer
\n" ); document.write( "\"N%2B4\"-next odd integer
\n" ); document.write( "So then,
\n" ); document.write( "\"N%2BN%2B2%2BN%2B4=33\"
\n" ); document.write( "\"3N%2B6=33\"
\n" ); document.write( "\"3N=27\"
\n" ); document.write( "\"N=9\"
\n" ); document.write( "So then,
\n" ); document.write( "\"N%2B2=11\"
\n" ); document.write( "\"N%2B4=13\"
\n" ); document.write( "
\n" ); document.write( "
\n" );