Given the quadratic function $y=x^2 + 4$ and the linear function $y=x + b$, determine all the possible values of $b$ that would result in a system if equations with two solutions, exactly one solution, and no solution. How would one accomplish this?
2026-04-22 11:44:00.1776858240
Three variable systems if equations.
74 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
minimum b that you can find is when curve and line are tangent. so find min b by solving the equation " curve=line " , discriminant is equal or greater than zero .
Substitute y = x + b into y = x^2 + 4 to get x + b = x^2 +4. This is a quadratic x^2 - x - b + 4 = 0. What tells you about the number of real solutions of a quadratic.