Question

Difficulty: EasyNonlinear Systems of Equations
y=x27y=2x+1\begin{aligned} y &= x^2 - 7 \\ y &= 2x + 1 \end{aligned}

If (x,y)(x, y) is a solution to the system of equations above and y>0y > 0, what is the value of yy?

  1. A
    4
  2. B
    5
  3. C
    -3
  4. 9Answer

Answer

9
Substituting the expression for yy from the second equation into the first equation yields 2x+1=x272x + 1 = x^2 - 7. Subtracting 2x2x and 11 from both sides results in the standard form quadratic equation x22x8=0x^2 - 2x - 8 = 0. Factoring this equation gives (x4)(x+2)=0(x - 4)(x + 2) = 0, which yields the solutions x=4x = 4 and x=2x = -2. Substituting these xx-values back into the linear equation y=2x+1y = 2x + 1 gives the corresponding yy-values: y=2(4)+1=9y = 2(4) + 1 = 9 and y=2(2)+1=3y = 2(-2) + 1 = -3. Since the system specifies the constraint y>0y > 0, the correct value of yy must be 99.

Step-by-Step Solution

1
Substitute the expression for yy from the linear equation into the quadratic equation.
2x+1=x272x + 1 = x^2 - 7
This eliminates the variable yy and leaves a single quadratic equation in terms of xx.
2
Rearrange the quadratic equation into standard form ax2+bx+c=0ax^2 + bx + c = 0.
x22x8=0x^2 - 2x - 8 = 0
Moving all terms to one side allows us to solve the quadratic equation by factoring.
3
Factor the quadratic equation.
(x4)(x+2)=0(x - 4)(x + 2) = 0, which gives x=4x = 4 or x=2x = -2.
Finding the roots of the quadratic equation provides the possible xx-coordinates of the solution points.
4
Substitute the xx-values back into the linear equation y=2x+1y = 2x + 1 to find the corresponding yy-values.
For x=4x = 4, y=2(4)+1=9y = 2(4) + 1 = 9. For x=2x = -2, y=2(2)+1=3y = 2(-2) + 1 = -3.
This gives the complete coordinate pairs (4,9)(4, 9) and (2,3)(-2, -3) for the system's solutions.
5
Apply the constraint y>0y > 0 to identify the correct solution.
Since 9>09 > 0 and 3<0-3 < 0, the correct value of yy is 99.
Only the solution (4,9)(4, 9) satisfies the condition that yy must be positive.

Key Concept

Solving linear-quadratic systems of equations by substitution and evaluating solutions under given constraints.
Rate this question