document.write( "Question 530862: find two consecutive odd integers such that the sum of four times the larger, and 7 more than the smaller is equal to 50 \n" ); document.write( "
Algebra.Com's Answer #350223 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the numbers \"n\" and \"+n%2B2\"
\n" ); document.write( "given:
\n" ); document.write( "\"+4%2A%28n+%2B+2%29+%2B+n+%2B+7++=+50+\"
\n" ); document.write( "\"+4n+%2B+8+%2B+n+%2B+7+=+50+\"
\n" ); document.write( "\"+5n+%2B+15+=+50+\"
\n" ); document.write( "\"+5n+=+50+-+15+\"
\n" ); document.write( "\"+5n+=+35+\"
\n" ); document.write( "\"+n+=+7+\"
\n" ); document.write( "\"+n+%2B+2+=+9+\"
\n" ); document.write( "The numbers are 7 and 9
\n" ); document.write( "check:
\n" ); document.write( "\"+4%2A%287+%2B+2%29+%2B+7+%2B+7++=+50+\"
\n" ); document.write( "\"+4%2A9+%2B+14+=+50+\"
\n" ); document.write( "\"+36+%2B+14+=+50+\"
\n" ); document.write( "\"+50+=+50+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );