document.write( "Question 26814: write a polynomial function in standard form with zeros at -1, -5, and 3 \n" ); document.write( "
Algebra.Com's Answer #14596 by bmauger(101)![]() ![]() ![]() You can put this solution on YOUR website! Any function? The simplist way to do this would be to assume a cubic function with roots -1, -5, and 3. This would mean it would be factorable into: \n" ); document.write( "(x+1)(x+5)(x-3). Simply multiply these three fuctions together and there's an answer. \n" ); document.write( " |