document.write( "Question 149425: Finding 3 consecutive positive integers such the product of the first and the third is 60. \n" ); document.write( "
Algebra.Com's Answer #109693 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Finding 3 consecutive positive integers such the product of the first and the third is 60. \n" ); document.write( "--------------- \n" ); document.write( "Those would be n and n+2. \n" ); document.write( "n*(n+4) = 60 \n" ); document.write( "n^2 + 4n - 60 = 0 \n" ); document.write( "(n+10)*(n-6) = 0 \n" ); document.write( "n = 6 \n" ); document.write( " |