To solve this we need to see where these two functions intersect.
Since Sabrina's path is parabolic, modeled by a quadratic, there will be two points of intersection.
So solve, we need to set the two equations equal to one another.
1/2 (x-3)2 + 7 = 1/2x + 8.5
Let's expand.
1/2 (x2 - 6x + 9) + 7 = 1/2x + 8.5
To solve, let's first multiply both sides by 2
x2 - 6x + 9 + 14 = x + 17
Let's combine terms
x2 - 6x + 23 = x + 17
Now we can move all terms to the left side of the equation.
x2 - 7x + 6 = 0
Fortunately, this is easily factorable.
(x-6) (x-1) = 0
And x = 1,6
We need the coordinates of the points where the two functions intersect so we need to find y for each of the x's.
To do this, you can use either function. Using Bobby's is probably easier.
So,
1/2 (1) + 8.5 = 9
and
1/2 (6) + 8.5 = 11.5
And the points of intersection are (1,9) and (6,11.5)
If you're not comfortable with factoring, you can use other methods like completing the squares of the quadratic formula. I really like the quadratic formula because it works in any situation.
-b ± √(b2-4ac)
2a
In this case a = 1, b = -7 and c = 6
-(-7) ± √((-7)-4(1)(6))
2(1)
7 ± √(49-24)
2
7 ± √25
2
7 ± 5
2
12/6, 2/2
6, 1 These are the x values. You would solve for y the same as above.
Hope this helps.