I am asked to find the equation of a cubic function that passes through the origin. It also passes through the points $(1, 3), (2, 6),$ and $(-1, 10)$.
I have walked through many answers for similar questions that suggest to use a substitution method by subbing in all the points and writing in terms of variables. I have tried that but I don't really know where to take it from there or what variables to write it as.
If anyone could provide their working out for this problem it would be extremely enlightening.
the general cubic equation is $$y=ax^3+bx^2+cx+d.$$Plug in the coordinates of the points for x and y, and you end up with a system of four equations in four variables, namely $a, b, c$ and $d$. Hope that helps!