Question

Difficulty: EasyNonlinear Systems of Equations
y=x25y=4x\begin{aligned} y &= x^2 - 5 \\ y &= 4x \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?

Answer: 20

Answer

20
Substituting y=4xy = 4x into the equation y=x25y = x^2 - 5 yields 4x=x254x = x^2 - 5. Rearranging this equation into standard form gives x24x5=0x^2 - 4x - 5 = 0. Factoring the quadratic expression gives (x5)(x+1)=0(x - 5)(x + 1) = 0, which means x=5x = 5 or x=1x = -1. Substituting these values back into y=4xy = 4x gives the coordinates of the two solutions: (5,20)(5, 20) and (1,4)(-1, -4). Since the question specifies that y>0y > 0, the correct value is the positive yy-value, which is 20.

Step-by-Step Solution

1
Substitute the expression for yy from the second equation into the first equation.
4x=x254x = x^2 - 5
This eliminates yy and creates a single equation in terms of xx.
2
Subtract 4x4x from both sides to write the quadratic equation in standard form.
x24x5=0x^2 - 4x - 5 = 0
Standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0 is required to solve by factoring.
3
Factor the quadratic equation.
(x5)(x+1)=0(x - 5)(x + 1) = 0
Factoring helps find the values of xx that satisfy the equation.
4
Solve for xx by setting each factor to zero.
x=5x = 5 or x=1x = -1
Applying the zero product property yields the possible xx-coordinates of the solutions.
5
Calculate the corresponding yy-values using the equation y=4xy = 4x.
For x=5x = 5, y=20y = 20. For x=1x = -1, y=4y = -4.
This determines the coordinates of the intersection points, which are (5,20)(5, 20) and (1,4)(-1, -4).
6
Apply the constraint y>0y > 0 to identify the correct value of yy.
y=20y = 20
Since 4-4 is not greater than zero, the only valid solution is (5,20)(5, 20), giving y=20y = 20.

Key Concept

Solving a system of linear and quadratic equations using substitution.
Rate this question