
Alan G. answered 04/18/16
Tutor
5
(4)
Successful at helping students improve in math!
Let x be the number of cars of size 7 m2 and y the number of buses of size 32m2.
What you have here is a linear programming problem.
The total number of vehicles is less than or equal to 50, so x + y ≤ 50.
You also know that both x and y cannot be negative: x ≥ 0, y ≥ 0.
The income from parking these vehicles will be:
C = 4x + 32y.
You also know that the total space used is less than or equal to 650.
This means that 7x + 32y ≤ 650.
Putting it all together,
Maximize: C = 4x + 32y
Subject to: 7x + 32y ≤ 650
x + y ≤ 50
x ≥ 0, y ≥ 0.
I have set this up for you. Do you need more help finding the solution?