document.write( "Question 282532: Find three consecutive even integers such that the product of the two smallest exceeds the largest by 38 \n" ); document.write( "
Algebra.Com's Answer #205132 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such that the product of the two smallest exceeds the largest by 38 \n" ); document.write( ". \n" ); document.write( "Let x = 1st consecutive integer \n" ); document.write( "then \n" ); document.write( "x+2= 2nd consecutive integer \n" ); document.write( "x+4 = 3rd consecutive integer \n" ); document.write( ". \n" ); document.write( "(x+1)(x+2) > (x+4)+38 \n" ); document.write( "x^2 + 3x + 2 > x + 42 \n" ); document.write( "x^2 + 2x + 2 > 42 \n" ); document.write( "x^2 + 2x - 40 > 0 \n" ); document.write( "Applying the quadratic equation we get: \n" ); document.write( "x > 5.4 (next even integer is 6) \n" ); document.write( "and \n" ); document.write( "x > -7.4 \n" ); document.write( ". \n" ); document.write( "Therefore, one set is: \n" ); document.write( "6, 8 and 9 \n" ); document.write( ". \n" ); document.write( "Details of quadratic follows: \n" ); document.write( "
|