If $f(x)=x^2 -6x+14$ and $g(x)=-x^2 -20x -k$, determine the value of $k$ so that there is exactly one point of intersection between the two parabolas.
How do I do this?
If I did $x^2 -6x+14=-x^2 -20x -k$, I don't think it would work.
$$$$
$$x^2 -6x+14=-x^2 -20x -k$$ $$2x^2 +14x+14 = -k\\ -2x^2-14x-14=k$$
Now what?
Thank you

Wghat you obtain is a quadratic equation $$2x^2+14x+14+k=0$$ It has only one solution when the discriminant is equal to zero, meaning that $$14^2-4*2*(14+k)=0\to-84=8k\to k=-21/2$$