
William W. answered 01/07/20
Math and science made easy - learn from a retired engineer
Finding the "solution" to a system of functions means finding the x and y values that work with all the functions in the system. In other words, you are looking for the intersection point(s) of the functions, the places where the y's equal each other and the x's equal each other. So, since the y's must equal each other, we can just set the right hand portions of the functions together.
x2 + 6x - 8 = 4x + 7 [to solve a quadratic equation, set it equal to zero
x2 + 2x - 15 = 0 [try factoring, in this case that works
(x + 5)(x - 3) = 0 [set each piece equal to zero
x = -5 and x = 3 to find the y values, plug these x values in to one of the equations
y = 4(-5) + 7 = -13 so this solution point is (-5, -13)
y = 4(3) + 7 = 19 so this solution point is (3, 19)
The sum of the y values is -13 + 19 = 6