document.write( "Question 415210: The sum of two consecutive odd integers is 24. Find the integers.\r
\n" ); document.write( "\n" ); document.write( "Let n = first integer.
\n" ); document.write( "(The second let statement is not given. You will have to decide what it should be.)
\n" ); document.write( "

Algebra.Com's Answer #291125 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"n\" = first odd integer
\n" ); document.write( "Let \"n+%2B+2\" = the next odd integer
\n" ); document.write( "(note that \"+n%2B1+\" would be an even integer)
\n" ); document.write( "given:
\n" ); document.write( "\"n+%2B+n+%2B+2+=+24\"
\n" ); document.write( "\"2n+%2B+2+=+24\"
\n" ); document.write( "\"2n+=+22\"
\n" ); document.write( "\"n+=+11\"
\n" ); document.write( "\"n+%2B+2+=+13\"
\n" ); document.write( "The integers are 11 and 13
\n" ); document.write( "
\n" );