document.write( "Question 477997: Find four consecutive even integers such that the sum of the first and second is 70 less than the product of the third and the fourth. \n" ); document.write( "
Algebra.Com's Answer #327563 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be
\n" ); document.write( "x,x+2,x+4,x+6\r
\n" ); document.write( "\n" ); document.write( "x+x+2= (x+4)(x+6)-70\r
\n" ); document.write( "\n" ); document.write( "2x+2=x^2+10x+24-70\r
\n" ); document.write( "\n" ); document.write( "x^2+10x-2x+24-70-2=0
\n" ); document.write( "x^2+8x-48=0
\n" ); document.write( "x^2+12x-4x-48=0
\n" ); document.write( "x(x+12)-4(x+12)=0
\n" ); document.write( "(x+12)(x-4)=0\r
\n" ); document.write( "\n" ); document.write( "x=-12 OR x=4\r
\n" ); document.write( "\n" ); document.write( "-12,-10,-8,-6\r
\n" ); document.write( "\n" ); document.write( "OR
\n" ); document.write( "4,6,8,10
\n" ); document.write( "
\n" );