Question

Difficulty: HardSystems of Linear and Non-Linear Equations

A line intersects a parabola at two distinct points in the standard (x,y)(x, y) coordinate plane. The system of equations representing these curves is given by:

x27x+3y=63y4x=6\begin{aligned} x^2 - 7x + 3y &= 6 \\ 3y - 4x &= 6 \end{aligned}

What is the distance between the two intersection points?

Answer: 5

Answer

5
Solving the system of equations yields the intersection points (0,2)(0, 2) and (3,6)(3, 6). The distance between these points is computed using the distance formula: (30)2+(62)2=25=5\sqrt{(3 - 0)^2 + (6 - 2)^2} = \sqrt{25} = 5.

Step-by-Step Solution

1
Isolate the 3y3y term in the linear equation.
3y=4x+63y = 4x + 6
This allows for a direct substitution into the quadratic equation without introducing fractional coefficients.
2
Substitute 3y3y into the first equation and simplify.
x23x=0x^2 - 3x = 0
Substituting 4x+64x + 6 for 3y3y yields x27x+(4x+6)=6x^2 - 7x + (4x + 6) = 6. Subtracting 6 from both sides and combining like terms simplifies this to a basic quadratic equation.
3
Solve the quadratic equation for xx and determine the corresponding yy-coordinates.
The intersection points are (0,2)(0, 2) and (3,6)(3, 6).
Factoring gives x(x3)=0x(x - 3) = 0, so the xx-coordinates are 00 and 33. Substituting x=0x = 0 into the linear relation gives 3y=6    y=23y = 6 \implies y = 2. Substituting x=3x = 3 gives 3y=18    y=63y = 18 \implies y = 6.
4
Calculate the distance between the two coordinates.
5
Using the distance formula: d=(30)2+(62)2=9+16=5d = \sqrt{(3 - 0)^2 + (6 - 2)^2} = \sqrt{9 + 16} = 5.

Key Concept

Systems of Linear and Non-Linear Equations
Rate this question