Question 924161
bus has 40 seats and one handicapp[ed seat.
each van 8 seats and 3 handicapped seats.
rental cost is $350 for the van and $975 for the bus.
need 320 regular seats and 36 yhandicapped seats
need to minimize cost.


x = number of buses
y = number of vans


objective function is 975*x + 350*y


you need a minimum of 320 regular seats.
bus has 40 regular seats and van has 8 regular seats.

equation for regular seats is 40x + 8y >= 320


you need a minimum of 36 handicapped seats.
bus has 1 handicapped seat and van has 3 handicapped seats.


equation for handicapped seats is 1x + 3y >= 36


x and y both have to be greater than or equal to 0.


your objective function is 975x + 350y which you want to minimize


your constraints are:


x,y >= 0
40x + 8y >= 320
1x + 3y >= 36