Given are the quadratic functions f(x) = -2x2 + 4x - 2 and g(x) = x2 - 2x + 3. Also is given the family of lines y = -2x + p
a. At p = 0,5 there is one of the lines. This line cuts the graph of f in two points. Calculate the x coordinates of those two points of intersections.
So we have
y = -2x + .5 and y = -2x^2 + 4x - 2
Put the first function into the second for y and we have that
-2x + .5 = -2x^2 + 4x - 2 rearrange as
2x^2 -6x + 2.5 = 0
2x^2 -6x + 5/2 = 0 multiply through by 2
4x^2 - 12x + 5 = 0 factor
(2x - 1) ( 2x - 5) = 0
Set each factor to 0 and solve for x
2x -1 =0 2x - 5 = 0
2x = 1 2x = 5
x = 1/2 x = 5/2 = 2.5
