document.write( "Question 203111: find two consecutive integers whose sum is 89. to solve this problem, let x be the smaller of these integers. what's the larger of these two consecutive integers?
\n" );
document.write( "write an equation that says that this sum is equal to 89.
\n" );
document.write( "sole this equation
\n" );
document.write( "What are the two numbers? \n" );
document.write( "
Algebra.Com's Answer #153244 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+(x+1)=89 \n" ); document.write( "2x=88 \n" ); document.write( "x=44 \n" ); document.write( "x+1=45 \n" ); document.write( " |