A company makes three products X, Y and Z. Each product requires processing by three machines A, B and C. The time required to produce one unit of each product is shown below.

Product X:-
Machine A: 1
Machine B: 2
Machine C: 2

Product Y:
Machine A:2
Machine B: 2
Machine C: 2

Product Z:
Machine A:2
Machine B: 1
Machine C:4

The machines are available for 200, 525 and 350 hours each month. How many units of each product can be manufactured per month if all three machines are utilized to their full capacity?

A company has three machines A, B and C which all produce the same two parts, X and

Y. of all the parts produced, machine A produces 60%, machine B produces 30%, and
machine C produces the rest. 40% of the parts made by machine A are part X, 50% of the
parts made by machine B are part X, and 70% of the parts made by machine C are part X.
A part produced by this company is randomly sampled and is determined to be an X part.
With the knowledge that it is an X part, find the probabilities that the part came from
machine A, B or C.

The problem makes no sense. With constraints (machine time), and costs (time on each machine for each product), this would make sense if there was a profit function, which there is not.

This is an incomplete linear programming problem I suspect.

@bobpursley why are you so mean

To determine the number of units of each product that can be manufactured per month, we need to calculate the maximum number of units that can be produced for each product based on the available machine hours.

Let's start with Machine A:
For Product X, it takes 1 hour per unit, for Product Y it takes 2 hours per unit, and for Product Z it also takes 2 hours per unit. So, in total, Machine A can produce 200 units for X, 100 units for Y (200/2), and 100 units for Z (200/2).

Next, let's move to Machine B:
For Product X, it takes 2 hours per unit, for Product Y it takes 2 hours per unit, and for Product Z it takes 1 hour per unit. So, in total, Machine B can produce 100 units for X (200/2), 100 units for Y (200/2), and 200 units for Z.

Lastly, let's consider Machine C:
For Product X, it takes 2 hours per unit, for Product Y it takes 2 hours per unit, and for Product Z it takes 4 hours per unit. So, in total, Machine C can produce 100 units for X (200/2), 100 units for Y (200/2), and 87.5 units for Z (350/4).

Since we want to utilize all three machines to their full capacity, we need to find the minimum number of units common to all three machines. In this case, that number is 100, as it is the lowest value among the maximum units produced.

Therefore, with all machines operating at full capacity, the maximum number of units that can be manufactured per month is 100 units of X, 100 units of Y, and 87.5 units of Z.

I saw this same question yesterday , tried it and got nowhere.

The way I see it :
for machine A : x + 2y + 2z = 200
for machine B : 2x + 2y + z = 525
for machine C : 2x + 2y + 4z = 350

solving these I got
x = 266 1/3
y = 25
z = -58 1/3

these answers satisfy the above equations, but of course make no sense.... (can't produce negative number of products)

Perhaps somebody else could look at this and see an error in my thinking.
Or ...., the problem could be flawed.