Question

Difficulty: EasySystems of Linear and Non-Linear Equations

Consider the system of equations below:

x2+y2=9y=x3\begin{aligned} x^2 + y^2 &= 9 \\ y &= x - 3 \end{aligned}

If (x,y)(x, y) is a solution to the system such that x>0x > 0, what is the value of x+yx + y?

  1. 3Answer
  2. B
    -3
  3. C
    0
  4. D
    6
  5. E
    9

Answer

3
The correct answer is 33. Substituting y=x3y = x - 3 into x2+y2=9x^2 + y^2 = 9 gives x2+(x3)2=9x^2 + (x - 3)^2 = 9. Expanding this yields 2x26x=02x^2 - 6x = 0, which factors as 2x(x3)=02x(x - 3) = 0. Since x>0x > 0, the xx-coordinate must be 33. Substituting x=3x = 3 back into the linear equation gives y=33=0y = 3 - 3 = 0. Therefore, x+y=3+0=3x + y = 3 + 0 = 3.

Step-by-Step Solution

1
Substitute the linear equation into the quadratic equation.
x2+(x3)2=9x^2 + (x - 3)^2 = 9
This reduces the system of two variables to a single quadratic equation in terms of xx.
2
Expand the squared binomial and simplify the equation.
x2+(x26x+9)=9    2x26x=0x^2 + (x^2 - 6x + 9) = 9 \implies 2x^2 - 6x = 0
Expanding (x3)2(x - 3)^2 yields x26x+9x^2 - 6x + 9. Subtracting 99 from both sides simplifies the equation.
3
Factor the quadratic equation to solve for xx.
2x(x3)=0    x=02x(x - 3) = 0 \implies x = 0 or x=3x = 3
Factoring out the greatest common factor 2x2x reveals the roots of the quadratic equation.
4
Apply the constraint x>0x > 0 to find the correct xx-coordinate.
x=3x = 3
The problem specifies that the solution (x,y)(x, y) must have x>0x > 0.
5
Find the corresponding yy-coordinate and calculate x+yx + y.
y=33=0    x+y=3+0=3y = 3 - 3 = 0 \implies x + y = 3 + 0 = 3
Substituting x=3x = 3 into the linear equation gives y=0y = 0, and summing them gives the required value.

Key Concept

Solving systems of linear and quadratic equations by substitution
Rate this question