Question

Difficulty: MediumSystems of Linear Equations
Consider the system of equations below.
2xy=4x+2y=7\begin{aligned} 2x - y &= 4 \\ x + 2y &= 7 \end{aligned}
If (x,y)(x, y) is the solution to the system of equations, what is the value of x+yx + y?
  1. A
    1
  2. 5Answer
  3. C
    8
  4. D
    11

Answer

The value of x+yx + y is 5.
To solve the system, we can express yy in terms of xx from the first equation: y=2x4y = 2x - 4. Substituting this into the second equation gives x+2(2x4)=7x + 2(2x - 4) = 7. Distributing the 2 gives x+4x8=7x + 4x - 8 = 7, which simplifies to 5x8=75x - 8 = 7. Adding 8 to both sides yields 5x=155x = 15, which gives x=3x = 3. Substituting x=3x = 3 back into the first equation yields 2(3)y=4    6y=4    y=22(3) - y = 4 \implies 6 - y = 4 \implies y = 2. Thus, the value of x+yx + y is 3+2=53 + 2 = 5.

Step-by-Step Solution

1
Express yy in terms of xx using the first equation.
y=2x4y = 2x - 4
This sets up the system for solving by substitution.
2
Substitute the expression for yy into the second equation and solve for xx.
x+2(2x4)=7    5x8=7    5x=15    x=3x + 2(2x - 4) = 7 \implies 5x - 8 = 7 \implies 5x = 15 \implies x = 3
This isolates and solves for the variable xx.
3
Substitute the value of xx back into the expression for yy, then compute x+yx + y.
y=2(3)4=2y = 2(3) - 4 = 2, and x+y=3+2=5x + y = 3 + 2 = 5
This finds the value of yy and computes the final required sum.

Key Concept

Solving a system of linear equations in two variables to find the value of a linear combination.
Rate this question