Answer:
(1/2) * A + (1/2) * B <= 100; for A => 50; for B => 20
(5000) * A + (30000) * B <= 1500000; for A => 50; for B => 20
Step-by-step explanation:
There are two inequalities in mind, the first of the surface and the second of the price. Always bearing in mind that the minimum are 50 of A and 20 of B.
The first
A occupies 1/2 m and B occupies 1/2 m of surface, and the limit is 100 m of surface. Thus:
(1/2) * A + (1/2) * B <= 100; for A => 50; for B => 20
The second:
A costs 5,000 and B costs 30,000, and the limit is 1,500,000. Therefore:
(5000) * A + (30000) * B <= 1500000; for A => 50; for B => 20