document.write( "Question 757854: 5 consecutive positive integer are such that twice the product of the smallest and largest integers exceeds the square of the middle integer by 41. By letting x equal the smallest integer, set up and solve a quadratic equation to find the middle integer. \n" ); document.write( "
Algebra.Com's Answer #806271 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive positive integers: x, (x+1), (x+2), (x+3), (x+4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x)(x+4) = (x+2)^2 + 41 \n" ); document.write( "2(x^2 + 4x) = x^2 + 4x + 4 + 41 \n" ); document.write( "2x^2 + 8x = x^2 + 4x + 45 \n" ); document.write( "x^2 + 4x - 45 = 0 \n" ); document.write( "(x + 9)(x - 5) = 0 \n" ); document.write( "x = -9, x = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x has to be positive, so the middle integer is x + 2 = 7. \n" ); document.write( " |