document.write( "Question 400601: When the sum of two Consecutive odd integers is increased by 8, the result is 52. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #283570 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Consecutive odd integers can
\n" ); document.write( "be represented as \"n\" and \"n%2B2\"
\n" ); document.write( "given:
\n" ); document.write( "\"n+%2B+n+%2B+2+%2B+8+=+52\"
\n" ); document.write( "\"2n+=+52+-+10\"
\n" ); document.write( "\"2n+=+42\"
\n" ); document.write( "\"n+=+21\"
\n" ); document.write( "\"n+%2B+2+=+23\"
\n" ); document.write( "The integers are 21 and 23
\n" ); document.write( "
\n" );