Looking at this problem, I need to find the maximum and minimum number of people who will inspect exactly
4 centers.
Key Constraints:-
48 centers total
-
23 employees available
- Each person inspects
at least 1 and
at most 4 centers
Finding Maximum:Let
x = number of people inspecting
4 centers
To maximize
x, I want the remaining (
23 - x) people to inspect as few centers as possible. Since each person must inspect
at least 1 center:
4x +
1·(
23 - x) =
484x + 23 - x = 483x = 25x = 8.33...Since
x must be a whole number, maximum
x = 8.
Verification:8 people ×
4 centers =
32 centers. The remaining
15 people must cover
16 centers. This works if
14 people inspect
1 center each and
1 person inspects
2 centers.
Common mistake: Thinking the answer could be
9. If
9 people inspect
4 centers =
36 centers, then
14 people need to cover only
12 centers. But since each person must inspect
at least 1 center,
14 people would cover
at least 14 centers, which is too many!
Finding Minimum:To minimize
x, I want others to inspect as many centers as possible (up to
3 each, since we're minimizing those who inspect
4).
Can
x = 0? This means all
23 people inspect
1,
2, or
3 centers.
Average needed:
48 ÷ 23 ≈ 2.09 centers per person
This is achievable! For example:
-
2 people inspect
3 centers =
6 centers
-
21 people inspect
2 centers =
42 centers
- Total:
6 + 42 = 48 centers ✓
Therefore, minimum
x = 0.
Answer: (8, 0) - Choice BKey principle: In optimization problems with constraints, push the non-optimized variables to their extreme values (minimum when maximizing, maximum when minimizing) to find the bounds of your target variable.
yashmatai
chetan2u, Bunuel, VeritasKarishma, generis
Experts can you please help me with this ?