I don't understand the question.
$$y = ax^2 + bx + c$$ passes through the points $(1,-4),(-1,0),(2,3)$.
Write down a linear system (unknowns $a,b,c$) of three equations relating the unknowns to each of the points that the equation passes through?
I've been trying to solve this but i don't really understand the question. The part; 'relating the unknowns to each of the points' i don't grasp.
Thanks for all advice/answers. (i realise that this is very simple to a lot of you so sorry in advance)
Simply substitute each point into the equation. You will get a linear system of three equations:
$$a + b + c = -4\\ a - b + c = 0\\ 4a + 2b + c = 3$$
I believe that by substituting the points in, you are somewhat relating the unknowns to each of the points.