Question

Difficulty: HardNonlinear Systems of Equations

In the system of equations below, kk is a constant.

y=3x212x+7y=kx5\begin{aligned} y &= 3x^2 - 12x + 7 \\ y &= kx - 5 \end{aligned}

If the system has two distinct real solutions, (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), such that the average of the xx-coordinates of the solutions is 33, what is the value of kk?

  1. A
    -6
  2. B
    -3
  3. 6Answer
  4. D
    0

Answer

6
To find the value of kk, we set the two equations equal to each other to solve for the xx-coordinates of the intersection points: 3x212x+7=kx53x^2 - 12x + 7 = kx - 5. Moving all terms to one side gives the quadratic equation 3x2(12+k)x+12=03x^2 - (12+k)x + 12 = 0. The sum of the roots x1+x2x_1 + x_2 is given by ba=12+k3-\frac{b}{a} = \frac{12+k}{3}. The average of the roots is x1+x22=12+k6\frac{x_1 + x_2}{2} = \frac{12+k}{6}. Since the average of the xx-coordinates is 33, we set 12+k6=3\frac{12+k}{6} = 3, which gives 12+k=1812+k = 18, and solving for kk yields 66. Evaluating the discriminant with k=6k = 6 gives (18)24(3)(12)=324144=180>0(-18)^2 - 4(3)(12) = 324 - 144 = 180 > 0, confirming two distinct real solutions.

Step-by-Step Solution

1
Equate the two equations to find the xx-coordinates of the intersection points.
3x212x+7=kx53x^2 - 12x + 7 = kx - 5
The intersection points of the system occur where the yy-values of the two functions are equal.
2
Rearrange the equation into standard quadratic form: ax2+bx+c=0ax^2 + bx + c = 0.
3x2(12+k)x+12=03x^2 - (12+k)x + 12 = 0
Grouping the like terms allows us to identify the quadratic coefficients a=3a = 3, b=(12+k)b = -(12+k), and c=12c = 12.
3
Express the sum and the average of the solutions in terms of kk using Vieta's formulas.
Sum of solutions x1+x2=ba=12+k3x_1 + x_2 = -\frac{b}{a} = \frac{12+k}{3}, so the average is x1+x22=12+k6\frac{x_1 + x_2}{2} = \frac{12+k}{6}.
Vieta's formulas state that the sum of the roots of a quadratic equation is ba-\frac{b}{a}. The average is half of the sum.
4
Set the average equal to 33 and solve for kk.
12+k6=3    12+k=18    k=6\frac{12+k}{6} = 3 \implies 12+k = 18 \implies k = 6.
The problem states that the average of the xx-coordinates of the solutions is 33.
5
Verify that k=6k = 6 yields two distinct real solutions by checking the discriminant.
For k=6k = 6, the equation is 3x218x+12=03x^2 - 18x + 12 = 0. The discriminant is D=(18)24(3)(12)=324144=180D = (-18)^2 - 4(3)(12) = 324 - 144 = 180. Since D>0D > 0, two distinct real solutions exist.
A positive discriminant ensures that there are two distinct real solutions, satisfying the problem's condition.

Key Concept

Solving nonlinear systems of equations using quadratic properties and Vieta's formulas.
Rate this question