document.write( "Question 81085: Find two consecutive integers whose sum is 75 \n" ); document.write( "
Algebra.Com's Answer #71482 by 303795(602)\"\" \"About 
You can put this solution on YOUR website!
Consecutive integers are x and (x+1).
\n" ); document.write( "They add to 75 so
\n" ); document.write( "\"x%2B%28x%2B1%29=75\"
\n" ); document.write( "\"2x%2B1=75\"
\n" ); document.write( "\"2x=74\"
\n" ); document.write( "\"x=37\"
\n" ); document.write( "so the numbers are 37 and 38.
\n" ); document.write( "
\n" );