Question

Difficulty: EasyNonlinear Systems of Equations

The graphs of the equations y2x=3y - 2x = 3 and y=x2y = x^2 intersect at two points in the xyxy-plane. If (x,y)(x, y) represents an intersection point with a positive xx-coordinate, what is the value of yy?

  1. A
    1
  2. B
    3
  3. C
    6
  4. 9Answer

Answer

9
Substituting y=x2y = x^2 into the first equation yields x22x=3x^2 - 2x = 3. Setting the quadratic equation to zero gives x22x3=0x^2 - 2x - 3 = 0, which factors as (x3)(x+1)=0(x - 3)(x + 1) = 0. This gives the solutions x=3x = 3 and x=1x = -1. Because the question specifies a positive xx-coordinate, xx must be 3. Substituting x=3x = 3 back into y=x2y = x^2 yields y=9y = 9. Thus, the correct answer is 9.

Step-by-Step Solution

1
Substitute y=x2y = x^2 into the equation y2x=3y - 2x = 3.
x22x=3x^2 - 2x = 3
This eliminates the variable yy and creates a single quadratic equation in terms of xx to find the xx-coordinates of the intersection points.
2
Rewrite the quadratic equation in standard form.
x22x3=0x^2 - 2x - 3 = 0
Subtracting 3 from both sides sets the quadratic equation to 0, which is necessary for factoring.
3
Factor the quadratic equation to find its solutions.
(x3)(x+1)=0(x - 3)(x + 1) = 0, which gives x=3x = 3 or x=1x = -1.
Factoring allows us to find the roots, which represent the xx-coordinates of the intersection points.
4
Apply the constraint that the xx-coordinate must be positive.
x=3x = 3
The question specifies that x>0x > 0, so we discard x=1x = -1.
5
Substitute x=3x = 3 back into y=x2y = x^2 to find the corresponding value of yy.
y=32=9y = 3^2 = 9
This determines the yy-coordinate of the intersection point with the positive xx-coordinate.

Key Concept

Solving a system of a linear equation and a quadratic equation by substitution.
Rate this question