document.write( "Question 359175: what are two consecutive numbers that will add up to 85 \n" ); document.write( "
Algebra.Com's Answer #256336 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N%2BN%2B1=85\"
\n" ); document.write( "\"2N=84\"
\n" ); document.write( "\"N=42\"
\n" ); document.write( "42 and 43 sum to 85.
\n" ); document.write( "
\n" );