document.write( "Question 417548: Find three consecutive even integers such taht the square of the sum of the first and second integers is equal to twice the third integer. \n" ); document.write( "
Algebra.Com's Answer #292302 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find three consecutive even integers such taht the square of the sum of the first and second integers is equal to twice the third integer. \n" ); document.write( ". \n" ); document.write( "Let x = first of three consecutive even integers \n" ); document.write( "then \n" ); document.write( "x+2 = second integer \n" ); document.write( "x+4 = third integer \n" ); document.write( ". \n" ); document.write( "(x + x+2)^2 =2(x+4) \n" ); document.write( "(2x+2)^2 =2x+8 \n" ); document.write( "(2x+2)(2x+2) =2x+8 \n" ); document.write( "4x^2 + 8x + 4 = 2x + 8 \n" ); document.write( "4x^2 + 6x + 4 = 8 \n" ); document.write( "4x^2 + 6x - 4 = 0 \n" ); document.write( "2x^2 + 3x - 2 = 0 \n" ); document.write( "(2x-1)(x+2) = 0 \n" ); document.write( "x = {1/2, -2} \n" ); document.write( "since we were looking for an integer we can throw out the 1/2 leaving: \n" ); document.write( "x = -2 \n" ); document.write( ". \n" ); document.write( "solution: -2, 0, 2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |