Question

Difficulty: MediumNonlinear Systems of Equations

A system of equations consists of the equations y=x2+2x+7y = -x^2 + 2x + 7 and y=6x+ky = 6x + k, where kk is a constant. If the system has two distinct real solutions, what is the greatest integer value of kk?

Answer: 10

Answer

The correct answer is 10. The greatest integer value of the constant that allows the system to have two distinct real solutions is 10.
To find the number of solutions to the system, equate the two equations: x2+2x+7=6x+k-x^2 + 2x + 7 = 6x + k. Rearranging this equation into standard quadratic form gives x2+4x+(k7)=0x^2 + 4x + (k - 7) = 0. For the system to have two distinct real solutions, the discriminant of this quadratic equation must be strictly greater than zero. The discriminant is calculated as b24ac=424(1)(k7)=164k+28=444kb^2 - 4ac = 4^2 - 4(1)(k - 7) = 16 - 4k + 28 = 44 - 4k. Setting this greater than zero yields 444k>044 - 4k > 0, which simplifies to k<11k < 11. The greatest integer value of kk that is strictly less than 11 is 10.

Step-by-Step Solution

1
Equate the expressions for yy from both equations.
x2+2x+7=6x+k-x^2 + 2x + 7 = 6x + k
At the points of intersection, the yy-values of both equations must be equal.
2
Rearrange the equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x2+4x+(k7)=0x^2 + 4x + (k - 7) = 0
Standard form is required to calculate the discriminant of the quadratic equation.
3
Write the expression for the discriminant Δ=b24ac\Delta = b^2 - 4ac using the coefficients from the quadratic equation.
Δ=424(1)(k7)=444k\Delta = 4^2 - 4(1)(k - 7) = 44 - 4k
The discriminant determines the number of real solutions to the quadratic equation.
4
Set the discriminant to be strictly greater than 0 and solve the inequality for kk.
444k>0    k<1144 - 4k > 0 \implies k < 11
For the system to have two distinct real solutions, the discriminant must be positive.
5
Determine the greatest integer value of kk that satisfies the inequality k<11k < 11.
10
The largest integer strictly less than 11 is 10.

Key Concept

Using the discriminant of a quadratic equation derived from a nonlinear system to determine the number of real solutions.
Rate this question