Question

Difficulty: EasySystems of Linear and Non-Linear Equations

A system of equations consists of the linear equation y=2x+1y = 2x + 1 and the quadratic equation y=x22y = x^2 - 2. If (x,y)(x, y) is a solution to this system such that x>0x > 0, what is the value of yy?

Answer: 7

Answer

The correct value of yy is 7.
Substituting x=3x = 3 into either equation yields the yy-value of 7.

Step-by-Step Solution

1
Set the two expressions for yy equal to each other.
x22=2x+1x^2 - 2 = 2x + 1
Since both equations define yy in terms of xx, equating them allows us to find the xx-coordinates of the intersection points.
2
Rearrange the equation into standard quadratic form ax2+bx+c=0ax^2 + bx + c = 0.
x22x3=0x^2 - 2x - 3 = 0
Subtracting 2x2x and 11 from both sides collects all terms on one side of the equation.
3
Factor the quadratic equation.
(x3)(x+1)=0(x - 3)(x + 1) = 0
Finding two numbers that multiply to 3-3 and add to 2-2 gives 3-3 and 11, allowing the quadratic to be factored.
4
Solve for xx and apply the constraint x>0x > 0.
x=3x = 3
The factored equation yields solutions of x=3x = 3 and x=1x = -1. The constraint that xx must be greater than zero means we select x=3x = 3.
5
Substitute the xx-value back into one of the original equations to solve for yy.
y=7y = 7
Plugging x=3x = 3 into the linear equation y=2x+1y = 2x + 1 yields y=2(3)+1=7y = 2(3) + 1 = 7. Substituting into y=x22y = x^2 - 2 yields y=322=7y = 3^2 - 2 = 7, which confirms the solution.

Key Concept

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