document.write( "Question 523468: what two consecutive integers sum is 175 \n" ); document.write( "
Algebra.Com's Answer #347318 by oberobic(2304) ![]() You can put this solution on YOUR website! Define the two consecutive integers as follows: \n" ); document.write( "x \n" ); document.write( "x+1 \n" ); document.write( ". \n" ); document.write( "x +x+1 = 175 \n" ); document.write( "2x = 174 \n" ); document.write( "x = 87 \n" ); document.write( "x+1 = 88 \n" ); document.write( "87+88 =175 \n" ); document.write( ". \n" ); document.write( "Answer: The two numbers are 87 and 88. \n" ); document.write( " |