document.write( "Question 231257: The product of two consecutive positive even integers is 80. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #171216 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! We need 2 Equations with 2 Variables. \n" ); document.write( "Consecutive even numbers have a difference of 2. For example, 4-2=2. 6-4=2,8-6=2. \n" ); document.write( "Let x= the larger number \n" ); document.write( "Let y= the smaller number \n" ); document.write( " \n" ); document.write( "Eqn 1: x-y=2 \n" ); document.write( "Eqn 2: x*y=80\r \n" ); document.write( "\n" ); document.write( "Rearrange Eqn 1 to isolate for x: \n" ); document.write( "Eqn 1: x=2+y \n" ); document.write( "Sub this into Eqn 2: \n" ); document.write( "(2+y)*y=80 \n" ); document.write( "2y+y^2=80 \n" ); document.write( "y^2+2y-80=0\r \n" ); document.write( "\n" ); document.write( "Factor (think, what numbers multiply to -80 and add up to +2?: \n" ); document.write( "(y+10)(y-8)=0\r \n" ); document.write( "\n" ); document.write( "y=-10 or y=8 \n" ); document.write( "Sub the positive answer (+8) into Eqn 1: \n" ); document.write( "x-8=2 \n" ); document.write( "x=10 \n" ); document.write( "The two numbers are 10 and 8. \n" ); document.write( " |