document.write( "Question 908906: How do you write this problem, the sum of two consecutive odd whole numbers is equal to two hundred forty? \n" ); document.write( "
Algebra.Com's Answer #551375 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be n\r
\n" ); document.write( "\n" ); document.write( "the consecutive odd number is n+2\r
\n" ); document.write( "\n" ); document.write( "n+n+2=240
\n" ); document.write( "
\n" );