Patrick B. answered 05/18/19
Math and computer tutor/teacher
y = Ax^2 + Bx + C
(-6,-7)
-7 = 36A - 6B + C
(-11,-2)
-2 = 121A - 11B + C
(-8,1)
1 = 64A - 8B + C
Using the last two equations:
1 = 64A - 8B + C
-2 = 121A - 11B + C
subtracts them:
3 = -57A + 3B <--- equation ALPHA
Using the first two equations:
-2 = 121A - 11B + C
-7 = 36A - 6B + C
subtracts them:
5 = 85A - 5B <--- equation BETA
So the 2x2 system is:
3 = -57A + 3B <--- equation ALPHA
5 = 85A - 5B <--- equation BETA
Solves by elimination: 5 times ALPHA and 3 times BETA:
15 = -285A + 15B
15 = 255A - 15B
Adds them:
30 = -30A
A = -1
Plugs into ALPHA:
3 = -57(-1) + 3B
3 = 57 + 3B
-54 = 3B
B = -18
Plugs into BETA:
5 = 85(-1) - 5B
5 = -85 - 5B
90 = - 5B
B = -18
Plugs into original 1st equation:
1 = 64(-1) - 8(-18) + C
1 = -64 + 144 + c
1 = 80 + c
c = =-79
Plugs into original 2nd equation:
-2 = 121 (-1) - 11(-18) + c
-2 = -121 + 198 + c
-2 = 77 + c
c = -79
Plugs into original 3rd equation:
-7 = 36(-1) - 6(-18) + c
-7 = -36 + 108 + c
-7 = 72 + c
c = -79
the parabola is: -x^2 - 18x - 79 = - ( x^2 + 18x + 79)