document.write( "Question 202163: Find 3 consecutive numbers where the product of the smaller two numbers is 37 less than the square of the largest number. \n" ); document.write( "
Algebra.Com's Answer #152412 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! We'll assume they mean three consecutive integers. \n" ); document.write( "Let x be the smallest. Then the other two numbers are \n" ); document.write( "Given \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the numbers are 11, 12 and 13. \n" ); document.write( "Check your answer: \n" ); document.write( "Does 11*12 = 13^2 - 37??? \n" ); document.write( " |