document.write( "Question 877283: Find the zeros of the polynomial function. This is an example problem.
\n" );
document.write( " f(x)= x^2-5x-36\r
\n" );
document.write( "\n" );
document.write( "another is
\n" );
document.write( "f(x)=-x^2 +6x+27\r
\n" );
document.write( "\n" );
document.write( "I am unsure of how to do types of problems. \n" );
document.write( "
Algebra.Com's Answer #529260 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 1) f(x)= x^2-5x-36 \n" ); document.write( "we are looking for values of x that make f(x) = 0, start by factoring f(x) \n" ); document.write( "f(x) = (x-9)(x+4) \n" ); document.write( "the zeros are x =9, -4 \n" ); document.write( "2) f(x) = -x^2 +6x+27 \n" ); document.write( "0 = -x^2 +6x+27 \n" ); document.write( "multiply both sides of = by -1 \n" ); document.write( "0 = x^2 -6x -27 \n" ); document.write( "0 = (x-9)(x+3) \n" ); document.write( "the zeros are x = 9, -3 \n" ); document.write( " \n" ); document.write( " |