Soru

Zorluk: OrtaOptimization and Bounded Constraints

A regional emergency health network deploys two types of mobile medical units for event coverage: Rapid Response Units (RR) and Heavy Support Units (HH).

The deployment is governed by the following staffing and operational constraints:
- Each Rapid Response Unit (RR) requires 11 paramedic and 22 EMTs.
- Each Heavy Support Unit (HH) requires 33 paramedics and 11 EMT.
- On any given shift, a maximum of 2121 paramedics and 2222 EMTs are available.
- Operational policy mandates deploying at least 33 Rapid Response Units (R3R \ge 3) and at least 22 Heavy Support Units (H2H \ge 2).

Each Rapid Response Unit can treat 1010 patients per hour, and each Heavy Support Unit can treat 1515 patients per hour.

Match each operational metric on the left to its corresponding optimal value on the right that maximizes total patient treatment capacity per hour.

  • Optimal number of Rapid Response Units (RR)9
  • Optimal number of Heavy Support Units (HH)4
  • Maximum total patient treatment capacity per hour150

Cevap

The optimal operational configuration pairs 9 Rapid Response Units with 4 Heavy Support Units, achieving a maximum treatment capacity of 150 patients per hour.
The optimal pairing matches 9 Rapid Response Units, 4 Heavy Support Units, and a total capacity of 150 patients per hour. The optimal point (9,4)(9, 4) fully utilizes both available resource pools (1(9)+3(4)=211(9) + 3(4) = 21 paramedics and 2(9)+1(4)=222(9) + 1(4) = 22 EMTs), maximizing total throughput 10R+15H10R + 15H.

Adım Adım Çözüm

1
Set up the linear inequality constraints and objective function.
Paramedic resource constraint: R+3H21R + 3H \le 21; EMT resource constraint: 2R+H222R + H \le 22; Operational bounds: R3,H2R \ge 3, H \ge 2; Objective function to maximize: C=10R+15HC = 10R + 15H.
Translating the narrative conditions into algebraic forms defines the feasible region of operation.
2
Calculate the corner vertices of the bounded feasible polygon.
Solving R+3H=21R + 3H = 21 and 2R+H=222R + H = 22 simultaneously yields R=9R = 9 and H=4H = 4. Other extreme vertices defined by lower bounds are (3,6)(3, 6), (3,2)(3, 2), and (10,2)(10, 2).
Linear programming optimization principles guarantee that the maximum objective value occurs at one of the corner vertices of the feasible region.
3
Evaluate the capacity objective function C(R,H)=10R+15HC(R, H) = 10R + 15H at each vertex.
At (3,2):10(3)+15(2)=60(3, 2): 10(3) + 15(2) = 60; At (3,6):10(3)+15(6)=120(3, 6): 10(3) + 15(6) = 120; At (10,2):10(10)+15(2)=130(10, 2): 10(10) + 15(2) = 130; At (9,4):10(9)+15(4)=150(9, 4): 10(9) + 15(4) = 150.
Comparing capacities across all vertices establishes (9,4)(9, 4) as the global maximum.

Anahtar Kavram

Linear Programming Optimization under Bounded System Constraints
Bu soruyu puanla