document.write( "Question 1079447: help me solve this please
\n" );
document.write( "Find two integers whose sum is -8 and product is -48 \n" );
document.write( "
Algebra.Com's Answer #693725 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x and -8-x \n" ); document.write( "product is -x^2-8x=-48 \n" ); document.write( "Therefore, x^2+8x-48=0 \n" ); document.write( "(x-4)(x+12)=0 \n" ); document.write( "4 and -12 are the integers. \n" ); document.write( " |