59,463 views
0 votes
Misha and Dontavious were asked to solve the following problem using linear programming.

A local school district can operate a large bus for $300 per day and a small bus for $200 per day. The district needs to arrange transportation for at least 360 students for a field trip and has enough chaperones to have one chaperone per bus for up to 7 buses. Each large bus can hold 60 students and each small bus can hold 45 students. What is the minimum cost for the transportation for the field trip?

Misha decided the following represented this situation:

Let x = number of large buses

Let y = number of small buses

Objective Fx: LaTeX: C=300x+45yC = 300 x + 45 y

Constraints:

LaTeX: 200+60y\ge360200 + 60 y ≥ 360

LaTeX: x+y\le7x + y ≤ 7

LaTeX: x\ge0x ≥ 0

LaTeX: y\ge0y ≥ 0

Dontavious decided the following represented this situation:

Let x = number of large buses

Let y = number of small buses

Objective Fx: LaTeX: C=300x+200yC = 300 x + 200 y

Constraints:

LaTeX: 60x+45y\ge36060 x + 45 y ≥ 360

LaTeX: x+y\le7x + y ≤ 7

LaTeX: x\ge0x ≥ 0

LaTeX: y\ge0y ≥ 0



Decide which student set up the correct Objective function and Constraints and using that information answer the following:

a) What are the vertices for the feasible region?

b) What is the minimum cost for transportation for the field trip and how did you arrive at this cost?

User Okkenator
by
3.1k points

2 Answers

5 votes

Answer:

if the question was what would be cheaper it would be 6 largeones

Explanation:

User Mattias Martens
by
3.6k points
6 votes

hey! do you have a photo and what subject is this? like i know it's math obviously but i mean like the topic you're doing.

User Simonbs
by
3.6k points