Question

Difficulty: Very hardSystems of Linear Equations

In the system of equations below, aa and bb are constants.

ax+by=242x5y=7\begin{aligned} ax + by &= 24 \\ 2x - 5y &= -7 \end{aligned}

If the system has the same unique solution (x,y)(x, y) for all values of aa and bb that satisfy the equation 4a+3b=244a + 3b = 24, what is the value of x+yx + y?

Answer: 7

Answer

The value of x+yx + y is 77.
The correct answer is 77. The solution to the system must satisfy ax+by=24ax + by = 24 for any constants aa and bb that satisfy the constraint 4a+3b=244a + 3b = 24. By matching the coefficients of aa and bb in both equations, we find x=4x = 4 and y=3y = 3. To verify, we substitute these coordinates into the second equation: 2(4)5(3)=815=72(4) - 5(3) = 8 - 15 = -7, which is correct. The sum of the coordinates is x+y=4+3=7x + y = 4 + 3 = 7.

Step-by-Step Solution

1
Analyze the constraint on the constants aa and bb given by 4a+3b=244a + 3b = 24 and relate it to the first equation ax+by=24ax + by = 24.
Since the first equation ax+by=24ax + by = 24 must hold for all pairs of (a,b)(a, b) satisfying 4a+3b=244a + 3b = 24, the coefficients must correspond directly, meaning x=4x = 4 and y=3y = 3.
This shows that (4,3)(4, 3) is a point that lies on the line ax+by=24ax + by = 24 regardless of the specific values of aa and bb, as long as they satisfy the given constraint.
2
Prove the uniqueness of the point (4,3)(4, 3) by testing specific values for (a,b)(a, b) that satisfy the constraint 4a+3b=244a + 3b = 24.
If b=0b = 0, then 4a=24    a=64a = 24 \implies a = 6. The equation becomes 6x=24    x=46x = 24 \implies x = 4. If a=0a = 0, then 3b=24    b=83b = 24 \implies b = 8. The equation becomes 8y=24    y=38y = 24 \implies y = 3. This confirms (x,y)=(4,3)(x, y) = (4, 3) is the unique point.
Choosing convenient test values for aa and bb helps isolate the variables xx and yy to verify the coordinates of the solution.
3
Substitute the point (4,3)(4, 3) into the second equation of the system, 2x5y=72x - 5y = -7, to verify that it is consistent.
2(4)5(3)=815=72(4) - 5(3) = 8 - 15 = -7. Since this statement is true, (4,3)(4, 3) is the consistent unique solution to the system of equations.
A solution to a system of equations must satisfy all equations in the system.
4
Find the requested value of x+yx + y using the coordinates of the solution.
x+y=4+3=7x + y = 4 + 3 = 7.
The question asks for the sum of the coordinates of the solution.

Key Concept

Systems of linear equations with parameter constraints
Rate this question