document.write( "Question 369796: the product of two consecutive positive integers is 29 more than their sum. find the integers. \n" ); document.write( "
Algebra.Com's Answer #263513 by robertb(5830)![]() ![]() You can put this solution on YOUR website! let x = 1st positive integer \n" ); document.write( "x + 1 = next positive integer \n" ); document.write( "Then x(x+1) = x+x+1 +29. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The answer is only x = 6. (Why?) \n" ); document.write( "Therefore the integers are 6 and 7. \n" ); document.write( " |