Attempt:
First, I call $x$ be the number of shafts produced per year and $y$ the number of frames produced per year. We have that each machine works at most $4500$ hours. we can place all of our data in the following table:
Thus, we want to maximize $f(x,y) = x+y$ subject to
$$ 0.6 x + 0.8 y \leq 90 000 $$ $$ 0.3 x + 0 y \leq 22 500 $$ $$ 0.4 x + 0.6 y \leq 45 000 $$ $$ 0x + 0.2 y \leq 135 00 $$ $$ 0x + 0.3 y \leq 27 000 $$
and obviously $x \geq 0$ and $y \geq 0 $
Is this the correct formulation?

