document.write( "Question 197748: Find two consecutive even integers x and x+2 with a product of 80. Write and equation and solve. \n" ); document.write( "
Algebra.Com's Answer #148278 by nerdybill(7384) You can put this solution on YOUR website! Find two consecutive even integers x and x+2 with a product of 80. Write and equation and solve. \n" ); document.write( ". \n" ); document.write( "Equation: \n" ); document.write( "x(x+2) = 80 \n" ); document.write( ". \n" ); document.write( "Solving: \n" ); document.write( "x^2+2x = 80 \n" ); document.write( "x^2+2x-80 = 0 \n" ); document.write( "(x+10)(x-8) = 0 \n" ); document.write( "x = {-10, 8} \n" ); document.write( ". \n" ); document.write( "Solutions: \n" ); document.write( "8 and 10 \n" ); document.write( "-10 and -8 \n" ); document.write( " |