GIVEN:
We are given the following pair of functions f and g as follows;
Required;
To find the point at which the line f(x) intersects the line g(x).
Step-by-step solution;
To begin with, take note that the functions f and g can also be expressed in form of an equation.
The output will simply take the form of y and we will have both functions refined as shown below;
Now we have a system of equations which we can solve using the elimination method.
Subtract equation (2) from (1);
Now we have the value of x. We shall substitute this into equation (1) as follows;
We now have the values of x and y for both equations. This means for functions f and g, the input x = -1 will produce the output f(x) = 4.
ANSWER: