document.write( "Question 98270: The sum of two consecutive integers is 147. Find the two intergers \n" ); document.write( "
Algebra.Com's Answer #71423 by Nate(3500) ![]() You can put this solution on YOUR website! First integer = x \n" ); document.write( "Second integer = x + 1 \n" ); document.write( "x + x + 1 = 147 \n" ); document.write( "2x = 146 \n" ); document.write( "x = 73 \n" ); document.write( "73 and 74 \n" ); document.write( " |