SOLUTION: Find the values of a, b, and c such that the equation y = ax2 + bx + c has ordered pair solutions (-1, -4), (2, -7) and (3, 0) this is just a pretest

Algebra ->  Test -> SOLUTION: Find the values of a, b, and c such that the equation y = ax2 + bx + c has ordered pair solutions (-1, -4), (2, -7) and (3, 0) this is just a pretest       Log On


   



Question 986161: Find the values of a, b, and c such that the equation y = ax2 + bx + c has ordered pair solutions (-1, -4), (2, -7) and (3, 0)
this is just a pretest

Found 3 solutions by stanbon, solver91311, MathLover1:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find the values of a, b, and c such that the equation y = ax2 + bx + c has ordered pair solutions (-1, -4), (2, -7) and (3, 0)
this is just a pretest
------
Form:: ax^2 + bx + c = y
Solve for a,b, and c using the 3 pairs::
a - b + c = -4
4a +2b + c = -7
9a +3b + c = 0
----------------------
Using any method you know solve for a, b, and c::
Ans::
a = 2 ; b = -3 ; c = -9
-----
Equation:
y = 2x^2 -3x - 9
======================
Cheers,
Stan H.
---------------

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!




If is an element of the solution set, then



Likewise:



and



Simplifying:





Solve the 3X3 system of equations for the values of the coefficients of the desired quadratic.

John

My calculator said it, I believe it, that settles it

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
Find the values of a, b, and c such that the equation y+=+ax%5E2+%2B+bx+%2B+c has ordered pair solutions (-1,+-4), (2,+-7) and (3,+0):
for (x,+y)=(-1,+-4)
-4+=+a%28-1%29%5E2+%2B+b%28-1%29+%2B+c
-4+=+a+-b+%2B+c.............eq.1


for (x,+y)= (2,+-7)
-7+=+a%282%29%5E2+%2B+b%282%29+%2B+c
-7+=+4a+%2B2b+%2B+c.............eq.2

for (x,+y)=(3,+0)
0+=+a%283%29%5E2+%2B+b%283%29+%2B+c
0=+9a+%2B3b+%2B+c.............eq.3

solve this system:
-4+=+a+-b+%2B+c.............eq.1
-7+=+4a+%2B2b+%2B+c.............eq.2
0=+9a+%2B3b+%2B+c.............eq.3
------------------------------------------------



start with
-4+=+a+-b+%2B+c.............eq.1
-7+=+4a+%2B2b+%2B+c.............eq.2...subtract 1 from 2
-----------------------------------
-7+-%28-4%29=+4a-a+%2B2b-%28-b%29+%2B+c-c
-7+%2B4=+3a+%2B2b%2Bb+
-3=+3a+%2B3b+
-1=a+%2Bb+
b=+-1-a++.............eq.1a
go with
-7+=+4a+%2B2b+%2B+c.............eq.2
0=+9a+%2B3b+%2B+c.............eq.3..........subtract 2 from 3
--------------------------------------------
0-%28-7%29=+9a-4a+%2B3b-2b+%2B+c-c
0%2B7=+5a+%2Bb+
b=7-5a+..........eq.2a
from eq.1a and 2a we have
-1-a=7-5a+........solve for a
5a-a=7%2B1+
4a=8+
a=2+
highlight%28a=2%29+
go to
b=+-1-a+.............eq.1a.....substitute 2 for a
b=+-1-a+
b=+-1+-2+
highlight%28b=-3%29+

go to 0=+9a+%2B3b+%2B+c.............eq.3 ...substitute 2 for a,-3 for b
0=+9%282%29+%2B3%28-3%29+%2B+c
0=+18+-9+%2B+c
0=+9+%2B+c
highlight%28c=+-9%29
so, your equation is: y+=+2x%5E2+-3x+-9