document.write( "Question 371619: Find three consecutive even integers such that the product of the first and the third is 24 less than 9 times the second. \n" ); document.write( "
Algebra.Com's Answer #264686 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the consequitive even numbers be x,x+2,x+4 \n" ); document.write( ".. \n" ); document.write( "x(x+4)=9(x+2)-24\r \n" ); document.write( "\n" ); document.write( "x^2+4x=9x+18-24 \n" ); document.write( "x^2+4x-9x-18+24=0 \n" ); document.write( "x^2-5x+6=0 \n" ); document.write( "x^2-3x-2x+6=0 \n" ); document.write( "x(x-3)-2(x-3)=0 \n" ); document.write( "(x-3)(x-2)=0 \n" ); document.write( "x=3 OR 2 \n" ); document.write( "2,4,6 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |