Question

Difficulty: MediumSimultaneous Equations and Systems

A logistics terminal at a seaport utilizes two types of automated cranes, Model X and Model Y, to unload container ships. During the morning shift, a fleet of 4 Model X cranes and 5 Model Y cranes unloaded a total of 330 containers. During the afternoon shift, a fleet of 6 Model X cranes and 2 Model Y cranes unloaded the same total of 330 containers. Assuming all cranes of a given model operate at a constant unloading rate per shift, select the value in the table that represents the number of containers unloaded per shift by a single Model X crane and the value that represents the number of containers unloaded per shift by a single Model Y crane.

  • Model X Crane45
  • Model Y Crane30

Answer

Model X Crane unloads 45 containers per shift, and Model Y Crane unloads 30 containers per shift.
Setting up the system 4x+5y=3304x + 5y = 330 and 6x+2y=3306x + 2y = 330 yields x=45x = 45 for Model X and y=30y = 30 for Model Y. Substituting these values into both equations confirms accuracy: 4(45)+5(30)=180+150=3304(45) + 5(30) = 180 + 150 = 330 and 6(45)+2(30)=270+60=3306(45) + 2(30) = 270 + 60 = 330.

Step-by-Step Solution

1
Define variables and construct the system of linear equations from the given problem statement.
Let xx be the number of containers unloaded per shift by a Model X crane, and yy be the number of containers unloaded per shift by a Model Y crane. Morning shift equation: 4x+5y=3304x + 5y = 330. Afternoon shift equation: 6x+2y=3306x + 2y = 330.
Translating word problem constraints into explicit algebraic equations is required to solve for both unknowns.
2
Express yy in terms of xx using the afternoon shift equation.
2y=3306x    y=1653x2y = 330 - 6x \implies y = 165 - 3x.
Using substitution allows reducing the two-variable system to a single equation in one variable.
3
Substitute the expression for yy into the morning shift equation and solve for xx.
4x+5(1653x)=330    4x+82515x=330    11x=495    x=454x + 5(165 - 3x) = 330 \implies 4x + 825 - 15x = 330 \implies -11x = -495 \implies x = 45.
Solving the single-variable equation determines the exact unloading capacity of a Model X crane.
4
Substitute x=45x = 45 back into the expression for yy to find the capacity of a Model Y crane.
y=1653(45)=165135=30y = 165 - 3(45) = 165 - 135 = 30.
Substituting the value of xx gives the specific unloading rate for Model Y.

Key Concept

Simultaneous Linear Equations in Two Variables
Rate this question