Question

Difficulty: MediumSimultaneous Linear and Quadratic Equations

Given the simultaneous equations xy=1x - y = 1 and x2+y2=25x^2 + y^2 = 25, where xx and yy are both positive real numbers, what is the value of x+yx + y?

  1. 77Answer
  2. B
    99
  3. C
    11
  4. D
    33

Answer

The value of x+yx + y is 77.
Expressing xx as y+1y + 1 and substituting into x2+y2=25x^2 + y^2 = 25 yields 2y2+2y24=02y^2 + 2y - 24 = 0. Factoring gives y=3y = 3 (rejecting y=4y = -4 as y>0y > 0). Substituting y=3y = 3 back gives x=4x = 4. Adding these values together yields x+y=7x + y = 7.

Step-by-Step Solution

1
Express xx in terms of yy using the linear equation.
x=y+1x = y + 1
Rearranging xy=1x - y = 1 allows substitution into the quadratic equation.
2
Substitute x=y+1x = y + 1 into the quadratic equation x2+y2=25x^2 + y^2 = 25.
(y+1)2+y2=25    y2+2y+1+y2=25    2y2+2y24=0(y + 1)^2 + y^2 = 25 \implies y^2 + 2y + 1 + y^2 = 25 \implies 2y^2 + 2y - 24 = 0
This reduces the system to a single quadratic equation in terms of yy.
3
Solve the quadratic equation for yy.
y2+y12=0    (y+4)(y3)=0    y=3y^2 + y - 12 = 0 \implies (y + 4)(y - 3) = 0 \implies y = 3 or y=4y = -4
Dividing by 22 simplifies the equation, and factoring gives the potential roots for yy.
4
Select the positive value of yy and calculate xx and x+yx + y.
Since y>0y > 0, y=3y = 3. Then x=3+1=4x = 3 + 1 = 4, so x+y=4+3=7x + y = 4 + 3 = 7.
The question specifies that both xx and yy are positive real numbers.

Key Concept

Solving Simultaneous Linear and Quadratic Equations by Substitution
Rate this question