Ok, simple question, having trouble understanding this in school. So given a set of 3 points (xy-plane), such as
(40,30) (60,28) (20,25)
i have to find the equation of the parabola. I understand that you need to use the inverse of the matrix of the values of a,b and c and multiplied by your answers to the 3 equations. However my problem is that i cannot figure out or understand how to make the original equations used for the matrix to solve it. So can anyone explain how i come up with a system of equations to use to solve the matrix, given these 3 points?
Your first problem is in the title. The function you're looking for is $y=ax^2+bx+c$. And you have 3 points on that parabola. So just plug them in.
$1600a+40b+c=30$
$3600a+60b+c=28$
$400a+20b+c=25$
I assume you can take it from here?