Question

Difficulty: HardSystems of Linear Equations

A municipal water treatment facility operates three types of filtration units: Model X, Model Y, and Model Z.

 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.\bullet \text{ 2 Model X units, 3 Model Y units, and 1 Model Z unit together process 134,000 gallons per hour.}
 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.\bullet \text{ 1 Model X unit, 4 Model Y units, and 2 Model Z units together process 156,000 gallons per hour.}
 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.\bullet \text{ 3 Model X units, 1 Model Y unit, and 4 Model Z units together process 196,000 gallons per hour.}

What is the processing capacity, in thousands of gallons per hour, of a single Model Y filtration unit?

Answer: 20 thousand gallons per hour

Answer

The processing capacity of a single Model Y filtration unit is 20 thousand gallons per hour.
By setting up the system of three linear equations 2x+3y+z=1342x + 3y + z = 134, x+4y+2z=156x + 4y + 2z = 156, and 3x+y+4z=1963x + y + 4z = 196, and eliminating variables systematically through substitution and combination, we find y=20y = 20. Thus, a single Model Y filtration unit processes 20 thousand gallons per hour.

Step-by-Step Solution

1
Set up a system of linear equations in three variables.
Let xx, yy, and zz represent the hourly capacities (in thousands of gallons) of Model X, Model Y, and Model Z respectively.
(1)2x+3y+z=134(2)x+4y+2z=156(3)3x+y+4z=196\begin{aligned} (1) \quad 2x + 3y + z &= 134 \\ (2) \quad x + 4y + 2z &= 156 \\ (3) \quad 3x + y + 4z &= 196 \end{aligned}
Expressing the given conditions algebraically translates the word problem into a solvable linear system.
2
Express xx in terms of yy and zz using Equation (2).
x=1564y2zx = 156 - 4y - 2z
Equation (2) has a coefficient of 1 for xx, making it ideal for algebraic substitution.
3
Substitute xx into Equations (1) and (3) to eliminate xx.
Substituting into Equation (1):
2(1564y2z)+3y+z=134    3128y4z+3y+z=1342(156 - 4y - 2z) + 3y + z = 134 \implies 312 - 8y - 4z + 3y + z = 134
3125y3z=134    (4)5y+3z=178312 - 5y - 3z = 134 \implies (4) \quad 5y + 3z = 178

Substituting into Equation (3):
3(1564y2z)+y+4z=196    46812y6z+y+4z=1963(156 - 4y - 2z) + y + 4z = 196 \implies 468 - 12y - 6z + y + 4z = 196
46811y2z=196    (5)11y+2z=272468 - 11y - 2z = 196 \implies (5) \quad 11y + 2z = 272
Reducing a 3-variable system to a 2-variable system simplifies the calculation.
4
Eliminate variable zz from Equations (4) and (5) to solve for yy.
Multiply Equation (4) by 2: 10y+6z=35610y + 6z = 356
Multiply Equation (5) by 3: 33y+6z=81633y + 6z = 816
Subtract the first result from the second:
(33y+6z)(10y+6z)=816356(33y + 6z) - (10y + 6z) = 816 - 356
23y=460    y=2023y = 460 \implies y = 20
Eliminating zz directly yields the required value of yy, which is the capacity of Model Y.

Key Concept

Solving systems of three linear equations in three variables via substitution and elimination.
Rate this question