A small factory manufactures two types of toys: wood blocks and toy cars. Let represent the number of wood blocks produced daily, and let represent the number of toy cars produced daily. The daily production must satisfy the following constraints:
* The total number of toys produced daily cannot exceed 40:
* Each wood block requires 2 minutes of painting, and each toy car requires 1 minute of painting. The total daily painting time is at most 60 minutes:
* The number of wood blocks produced cannot exceed the number of toy cars produced by more than 15:
If the factory must produce a non-negative number of both types of toys, what is the maximum possible number of wood blocks the factory can produce daily?
- A20
- 25Cevap
- C30
- D40
Cevap
The maximum possible number of wood blocks the factory can produce daily is 25.
The correct answer is the value that represents the maximum -coordinate within the feasible region. By graphing the inequalities, we find the vertices of the shaded region are , , , , and . The maximum -value among these vertices is 25, which occurs at the intersection of the painting time constraint and the demand constraint.
Adım Adım Çözüm
Anahtar Kavram
Solving systems of linear inequalities by identifying the vertices of the feasible region to optimize a coordinate value.