SOLUTION: A parabola with equation y = x^2 + bx + c passes through the points (2,3) and (4,3). What is c?

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: A parabola with equation y = x^2 + bx + c passes through the points (2,3) and (4,3). What is c?      Log On


   



Question 1150746: A parabola with equation y = x^2 + bx + c passes through the points (2,3) and (4,3). What is c?
Found 2 solutions by ikleyn, Edwin McCravy:
Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
.

The parabola has the same "level'"/values of "y" at x= 2 and x= 4;


hence. the symmetry line is  x= 3, and the parabola has the vertex form


    y = %28x-3%29%5E2+%2B+c.


At x= 2,  we have  3 = %282-3%29%5E2%29+%2B+c = 1 + c;  hence, in this vertex form, c= 2.   


In the "general form equation"


     y = x^2 - 6x + 9 + 2 = x^2 - 6x + 11,    c = 11.    ANSWER


Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!


Substitute (x,y) = (2,3) in

     y = x^2 + bx + c
     3 = 2^2 + b(2) + c
     3 = 4 + 2b + c
    -1 = 2b + c
2b + c = -1

Substitute (x,y) = (4,3) in

     y = x^2 + bx + c
     3 = 4^2 + b(4) + c
     3 = 16 + 4b + c
   -13 = 4b + c
4b + c = -13

Solve this system:

system%282b%2Bc=-1%2C4b%2Bc=-13%29

and get b = -6, c = 11

Edwin