
Cody L.
asked 07/21/22Worded question help please
A soccer club wants to create an experienced team and need to organise an event to run a series of trials.
The teams combination is to include experienced soccer players (d ) and training analysts (t ).
The team is no more than 8 people. At least 1 analyst and 3 but no more than 6 soccer players.
The number of soccer players must be greater than the number of analysts.
A minimum of 18 trials need to be conducted on the development of the new team per day.
Soccer players are able to view the trials 5 times per day and analysts only 3.
Soccer players are paid $450 per day.
Analysts are paid $250 per day.
Questions:
- Organisers want to run this event at a minimum expense, express the objective function.
- Express the constraints to which the function is subject to a system of inequalities.
- Find the corner points of the feasible region.
- How many soccer players & analysts should be chosen for the team.
1 Expert Answer

Jorge O. answered 09/28/23
Experienced Scientist Specializing in STEM Tutoring
(1) Your objective function are your expenses: how much you have to pay players and analysts:
y = 450 d + 250 t
(2) We're concerned how the team is composed, not about trials and views. Constraints:
(3) The corners point come from the extreme values that we can get from the equations. Concentrate on value constraints (f), (g) instead of inequalities (e), (h)
(f) t = 1
(g) d = 3
(g) d = 6
Expand each value into the inequalities
(f) t = 1
So d can vary between 3& 6, two corner points: (3,1) and (6,1)
(g) d = 3
t can vary between 1 & 2, two corner points (3,1) and (3,2)
(g) d = 6
t can vary between 1 & 2, two corner points (6,1) and (6,2)
All corner points: (3,1), (3,2), (6,1) and (6,2). Placing those into our objective function gives a minimum value for (3,1)
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
This best done with linear programming asnd graphing.07/21/22