Question 831559
---
I will do the first one, you do the others using the same method:
---
y = ax^2 + bx + c
---
given:
(1,-2) (2,-4) (3,-4)
---
(1,-2):
-2 = a + b + c
---
(2,-4):
-4 = 4a + 2b + c
---
(3,-4):
-4 = 9a + 3b + c
---
linear system:
-2 = a + b + c
-4 = 4a + 2b + c
-4 = 9a + 3b + c
---
put the system of linear equations into standard form:
---
x = a 
y = b
z = c
---
-2 = x + y + z
-4 = 4x + 2y + z
-4 = 9x + 3y + z
---
x + y + z = -2
4x + 2y + z = -4
9x + 3y + z = -4
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
x = a  = 1
y = b = -5
z = c = 2
---
y = ax^2 + bx + c
---
solution:
y = x^2 - 5x + 2
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php