document.write( "Question 59561: the product of two consective even integers is 528. find the integers \n" ); document.write( "
Algebra.Com's Answer #40837 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! Let x = the first number \n" ); document.write( "Let x+2= the second number \n" ); document.write( "(x)(x+2)=528 [Multiplying the consecutive even integers equals 528] \n" ); document.write( "x^2+2x=528 [Solve for x using the quadratic formula] \n" ); document.write( "x^2+2x-528=0 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( "x=22 or x = -24 \n" ); document.write( ". \n" ); document.write( "Checking for x=22 \n" ); document.write( "(22)(22+2)=528 \n" ); document.write( "Checking for x=-24 \n" ); document.write( "(-24)(-24+2)=528 \n" ); document.write( " |