I have this equation that
The only instruction is to "solve the system of equations"
y=-x^2+6x
y=x+4
What exactly am I supposed to do here? Find the intersection of the parabola and the line?
since you have more than one equation (one being y = -x^2 + 6x and the other being y = x+4), you have a "system of equations".
The solution to the system of equations can be thought of a few different ways:
- The first equation is a parabola and the second equation is a line. The points on their curves represent solutions to their respective equation. The solution to the system is the point where they intersect.
- The solution is also x value that satisfies both equations when plugged in. Graphically, this means the same thing as the above remark.
- The solution is also the y value that satisfies both equations when plugged in.
You can solve the system different ways. Graphically, you could plot the parabola and the line and find the point where they meet. That x value and y value where they meet is your solution--a coordinate location where the solution to each equation is the exact same. You can also solve the system analytically, i.e. using algebra.
To do that, you can arrange each equation to "y = something" format (already done for you) then you can set each equation equal to each other. The logic behind this is that since, you're looking for the solution, the y value you find by doing this will be the same for each system. Therefore y1 = y2 = y, you can set the equations equal to each other.
x + 4 = -x^2 + 6x
x^2 - 5x + 4 = 0
You can use the quadratic equation or factoring to find that this system actually has two solutions, or places where the parabola meets the line: at x = 1 and x = 4. You can plug in these x-values and use algebra to find the respective y-value they are associated with.
You will find that the system has two solutions, one at x = 1, y = 5 and one at x = 4, y = 8 or (1,5) and (4,8).
Picture:
You could also have arranged one equation into "x = something" format, and substituted that expression into the x value for the other equation.