document.write( "Question 309869: find three consecutive even integers such that the product of the second and third integers is twenty more than ten times the first integer \n" ); document.write( "
Algebra.Com's Answer #221616 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let the 3 even integers be: x, x+2 & x+4 \n" ); document.write( "(x+2)(x+4)=10x+20 \n" ); document.write( "x^2+6x+8-10x-20=0 \n" ); document.write( "x^2-4x-12=0 \n" ); document.write( "(x-6)(x+2)=0 \n" ); document.write( "x-6=0 \n" ); document.write( "x=6 ans. \n" ); document.write( "Proof: \n" ); document.write( "(6+2)(6+4)=10*6+20 \n" ); document.write( "8*10=60+20 \n" ); document.write( "80=80 \n" ); document.write( "x+2=0 \n" ); document.write( "x=-2 ans. \n" ); document.write( "Proof: \n" ); document.write( "(-2+2)(-2+4)=10*-2+20 \n" ); document.write( "0*2=-20+20 \n" ); document.write( "0=0 \n" ); document.write( " \n" ); document.write( " |