First, let's establish the ratio multipliers for each of the three courses to represent the number of men and women.
- Morning course: Men:Women = 6:11.
Let the multiplier be x. Men = 6x, Women = 11x. - Evening course: Men:Women = 10:7.
Let the multiplier be y. Men = 10y, Women = 7y. - Weekend course: Men:Women = 5:4.
Let the multiplier be z. Men = 5z, Women = 4z.
The problem states that there are
at least 20 students enrolled in each course. Since we are dealing with people, x, y, and z must be integers. This gives us our minimum limits for each multiplier:
- Morning total 17x>= 20 implies x>=2
- Evening total 17y>= 20 implies y>=2
- Weekend total 9z>= 20 implies z>=3
We are given exactly
180 men in total, giving us the primary equation:
6x + 10y + 5z = 180
Our objective is to
minimize the total number of women, which is expressed as:
\text{Total Women} = 11x + 7y + 4z
The Strategy
To keep the number of women as low as possible, we should maximize enrollment in the class that has the lowest ratio of women to men.
The
Evening course yields the fewest women per man, so we want to make y as large as possible. Conversely, the
Morning course yields the most women per man, so we want to keep x as small as possible.
Finding the Minimums
Look closely at the total men equation:
6x + 10y + 5z = 180
Notice that 10y, 5z, and 180 are all multiples of 5. For the math to balance out, the remaining term,
6x, must also be a multiple of 5.
Since x is an integer, x itself must be a multiple of 5. The smallest possible value that satisfies both x >=2 and being a multiple of 5 is
x = 5.
Substitute x = 5 into our equation:
6(5) + 10y + 5z = 180
30 + 10y + 5z = 180
10y + 5z = 150
Divide the whole equation by 5 to simplify:
2y + z = 30
Now, we want to maximize y. Let's solve for z:
z = 30 - 2y
We established earlier that the weekend course constraint requires z>=3:
30 - 2y >= 3
2y <=27
y <=13.5
Since y must be an integer, the absolute maximum value for y is
13.
If y = 13, then z = 30 - 2(13) = 4. This satisfies our z >=3 requirement perfectly.
Calculating the Final Answer
We now have our optimal, minimized distribution:
- x = 5 (Morning)
- y = 13 (Evening)
- z = 4 (Weekend)
Plug these back into the women equation:
- Morning women: 11(5) = 55
- Evening women: 7(13) = 91
- Weekend women: 4(4) = 16
Total Women = 55 + 91 + 16 = {162}