document.write( "Question 1133842: Find three consecutive even integers such that the sum of the middle two is 1/4 the product of the second and three integers, write an equation and solve. \n" ); document.write( "
Algebra.Com's Answer #751089 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! I assume you mean sum of the first two, not \"middle two\". \n" ); document.write( "Let x = the middle number \n" ); document.write( "Then the 3 numbers are x-2, x, and x+2 \n" ); document.write( "The sum of the first two is x-2 + x = 2x - 2 \n" ); document.write( "The product of the last two is x(x+2) = x^2 + 2x \n" ); document.write( "So the equation is: \n" ); document.write( "2x - 2 = (1/4)(x^2 + 2x) \n" ); document.write( "Collect terms and solve: \n" ); document.write( "x^2 - 6x + 8 = 0 \n" ); document.write( "This factors as (x-2)(x-4) = 0 \n" ); document.write( "Thus x = 2 or x = 4 \n" ); document.write( "There are two sequences that meet the conditions: \n" ); document.write( "0, 2, 4 and 2, 4, 6 \n" ); document.write( " |