I have the basic quintic function f(x)=ax^5+bx^4+cx^3+dx^2+ex+f
I need to find the values of the coefficients a,b,c,d,e and f, creating a function that satisfies these conditions:
It will pass through the points (-5,15), (-5/2, 100), and (10, -5). (If I graphed the function I'm trying to...