Question

Difficulty: MediumNonlinear Systems of Equations
The system of equations below consists of a linear equation and a quadratic equation:
y2x=5y=x23x1\begin{aligned} y - 2x &= 5 \\ y &= x^2 - 3x - 1 \end{aligned}
Let (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) represent the two distinct real coordinate points where the graphs of these equations intersect. If y1>y2y_1 > y_2, what is the value of x1x2x_1 - x_2?

Answer: 7

Answer

7
Solving the system algebraically by expressing yy as 2x+52x + 5 and substituting it into the quadratic equation leads to x25x6=0x^2 - 5x - 6 = 0. Factoring this equation yields x=6x = 6 and x=1x = -1. Evaluating these values in the linear equation gives the coordinates (6,17)(6, 17) and (1,3)(-1, 3). Since 17>317 > 3, the point (6,17)(6, 17) corresponds to (x1,y1)(x_1, y_1) and (1,3)(-1, 3) corresponds to (x2,y2)(x_2, y_2). The difference x1x2x_1 - x_2 is equal to 6(1)=76 - (-1) = 7.

Step-by-Step Solution

1
Solve for yy in the linear equation to express it in terms of xx.
y=2x+5y = 2x + 5
This allows for substitution into the quadratic equation to eliminate one variable.
2
Substitute 2x+52x + 5 for yy in the quadratic equation.
2x+5=x23x12x + 5 = x^2 - 3x - 1
To create a single-variable quadratic equation in terms of xx.
3
Rearrange the equation by subtracting 2x2x and 55 from both sides to set it equal to zero.
x25x6=0x^2 - 5x - 6 = 0
Setting the quadratic equation to zero is the standard first step to find its roots.
4
Factor the quadratic trinomial.
(x6)(x+1)=0(x - 6)(x + 1) = 0, which gives x=6x = 6 and x=1x = -1.
Factoring finds the xx-coordinates of the points of intersection.
5
Substitute the xx-values back into the linear equation y=2x+5y = 2x + 5 to determine the corresponding yy-values.
For x=6x = 6, y=2(6)+5=17y = 2(6) + 5 = 17. For x=1x = -1, y=2(1)+5=3y = 2(-1) + 5 = 3. The intersection points are (6,17)(6, 17) and (1,3)(-1, 3).
This defines the full coordinate pairs of the system's solutions.
6
Apply the condition y1>y2y_1 > y_2 to identify (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2).
Since 17>317 > 3, the first solution is (x1,y1)=(6,17)(x_1, y_1) = (6, 17) and the second solution is (x2,y2)=(1,3)(x_2, y_2) = (-1, 3).
This aligns the coordinate values with the variables defined in the problem constraint.
7
Calculate the value of x1x2x_1 - x_2.
6(1)=76 - (-1) = 7
Subtracting a negative value is equivalent to adding its absolute value, yielding the final required answer.

Key Concept

Nonlinear Systems of Equations
Rate this question