document.write( "Question 1004962: 9-(x^2-3x-1)^2 \n" ); document.write( "
Algebra.Com's Answer #621499 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We have to square a trinomial and then subtract the result from 9... \n" ); document.write( "9 - (x^2-3x-1)^2 = \n" ); document.write( "9 - (x^4 - 6x^3 + 7x^2 + 6x + 1) = \n" ); document.write( "-x^4 + 6x^3 - 7x^2 - 6x + 8 \n" ); document.write( " |