document.write( "Question 830820: Find three consecutive odd integers such that the sum of the first two is 69 more than the third. \n" ); document.write( "
Algebra.Com's Answer #500907 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Odd integers are every other number, so
\n" ); document.write( "I can call them:
\n" ); document.write( "\"+n+\", \"+n%2B2+\", and \"+n%2B4+\"
\n" ); document.write( "------------------------------
\n" ); document.write( "\"+n+%2B+n+%2B+2+=+n+%2B+4+%2B+69+\"
\n" ); document.write( "\"+2n+%2B+2+=+n+%2B+73+\"
\n" ); document.write( "\"+n+=+73+-+2+\"
\n" ); document.write( "\"+n+=+71+\"
\n" ); document.write( "-------------
\n" ); document.write( "The number are 71, 73, and 75
\n" ); document.write( "check:
\n" ); document.write( "\"+n+%2B+n+%2B+2+=+n+%2B+4+%2B+69+\"
\n" ); document.write( "\"+71+%2B+73+=+75+%2B+69+\"
\n" ); document.write( "\"+144+=+144+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );