document.write( "Question 83216: I need to find the value of each of the polynomials for the given values of the variable: -x^2-5x-6, x=-3 and x=-2 \n" ); document.write( "
Algebra.Com's Answer #60067 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! -X^2-5X-6 SUBSTITUTYING THE VALUES (X=-3) OR (X=-2) WE GET THE FOLLOWING: \n" ); document.write( "-(-3)^2-5*-3-6 \n" ); document.write( "-9+15-6=0 \n" ); document.write( "0=0 \n" ); document.write( "------------------------------------------------- \n" ); document.write( "-(-2)^2-5*-2-6 \n" ); document.write( "-4+10-6=0 \n" ); document.write( "0=0 \n" ); document.write( " \n" ); document.write( " |