document.write( "Question 19525: find two cosecutive odd integers whose sum is 72 \n" ); document.write( "
Algebra.Com's Answer #9443 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
Let first number be x and let second number be x+2
\n" ); document.write( "x+x+2=72
\n" ); document.write( "2x+2-2=72-2
\n" ); document.write( "2x=70
\n" ); document.write( "x=35
\n" ); document.write( "
\n" ); document.write( "Therefore the odd intergers are 35 and 37.
\n" ); document.write( "
\n" );