document.write( "Question 45491: If you're given a function and one of it's zeros, how do you find the other ones?
\n" );
document.write( "Ex.
\n" );
document.write( "p(x)=x^3+2x^2-3x+20; zero= -4 \n" );
document.write( "
Algebra.Com's Answer #30238 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (x^3 + 2x^2 - 3x + 20)/(x + 4) \n" ); document.write( "x^2 - 2x + 5 \n" ); document.write( "Then, you use quadratic formula. \n" ); document.write( " |