Question

Difficulty: HardSystems of Linear Equations

Consider the system of linear equations below, where kk is a constant:

3x2y=7kx+3y=18\begin{aligned} 3x - 2y &= 7 \\ kx + 3y &= 18 \end{aligned}

If the system has a solution (x,y)(x, y) such that x+y=4x + y = 4, what is the value of kk?

  1. A
    3
  2. 5Answer
  3. C
    9
  4. D
    1

Answer

5
The correct answer is 55. To find the value of kk, we first express xx in terms of yy using the given constraint equation: x=4yx = 4 - y. Next, we substitute this expression into the first equation of the system: 3(4y)2y=73(4 - y) - 2y = 7. Distributing and combining like terms yields 125y=712 - 5y = 7. Solving for yy gives y=1y = 1. Substituting this back into the constraint equation gives x=41=3x = 4 - 1 = 3. Finally, we substitute the solution point (3,1)(3, 1) into the second equation: k(3)+3(1)=18    3k+3=18    3k=15    k=5k(3) + 3(1) = 18 \implies 3k + 3 = 18 \implies 3k = 15 \implies k = 5.

Step-by-Step Solution

1
Express one variable in terms of the other using the given constraint equation x+y=4x + y = 4.
x=4yx = 4 - y
This allows us to substitute the expression for xx into the first equation to reduce it to a single variable.
2
Substitute x=4yx = 4 - y into the first equation 3x2y=73x - 2y = 7 and solve for yy.
3(4y)2y=7    123y2y=7    125y=7    5y=5    y=13(4-y) - 2y = 7 \implies 12 - 3y - 2y = 7 \implies 12 - 5y = 7 \implies -5y = -5 \implies y = 1
By solving this linear equation, we find the unique y-coordinate of the system's solution.
3
Substitute the value of y=1y = 1 back into the constraint equation to find xx.
x=41=3x = 4 - 1 = 3
This determines the x-coordinate of the solution point, giving us the full solution (3,1)(3, 1).
4
Substitute the point (3,1)(3, 1) into the second equation kx+3y=18kx + 3y = 18 to solve for the constant kk.
k(3)+3(1)=18    3k+3=18    3k=15    k=5k(3) + 3(1) = 18 \implies 3k + 3 = 18 \implies 3k = 15 \implies k = 5
Since the solution must satisfy all equations in the system, we can solve for kk using the coordinates we found.

Key Concept

Solving systems of linear equations under linear constraints using algebraic substitution.
Estimated Time:2m 0s
Rate this question