document.write( "Question 135594: find two consecutive even numbers whose product is 288 \n" ); document.write( "
Algebra.Com's Answer #99336 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find two consecutive even numbers whose product is 288 \n" ); document.write( "--------------------- \n" ); document.write( "Even numbers are always a multiple of two: \n" ); document.write( "----------------------- \n" ); document.write( "1st: 2x \n" ); document.write( "2nd: 2x+2 \n" ); document.write( "------------ \n" ); document.write( "EQUATION: \n" ); document.write( "2x*(2x+2)= 288 \n" ); document.write( "4x^2+4x-288 = 0 \n" ); document.write( "x^2+x-72 = 0 \n" ); document.write( "(x+9)(x-8)=0 \n" ); document.write( "x=-9 or x=8 \n" ); document.write( "2x=-18 or 2x=16 \n" ); document.write( "2x+2=-16 or 2x+2=18 \n" ); document.write( "------------------------ \n" ); document.write( "Answers: \n" ); document.write( "-18 and -16 \n" ); document.write( "OR \n" ); document.write( "16 and 18 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |