document.write( "Question 10810: The sum of two consecutive integers is 105. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #5694 by WannabeCAgirl83(35)![]() ![]() ![]() You can put this solution on YOUR website! The unknown integer: x \n" ); document.write( "The consecutive integer: x+1 \n" ); document.write( "Their sum is 105: x + x+1 = 105\r \n" ); document.write( "\n" ); document.write( "x + x + 1 = 105 \n" ); document.write( "2x + 1 = 105 | -1 \n" ); document.write( "2x = 104 | :2 \n" ); document.write( "x = 52\r \n" ); document.write( "\n" ); document.write( "The unknown integer is 52. The consecutive integer is 53. \n" ); document.write( " |