Problem 84 of 7
Given feasible options point=(5,5), value=55; point=(6,4), value=60; point=(4,6), value=50 and goal 'maximize yield', choose the best option.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
evaluate candidate solutions against goal after constraints.
Hidden until you reveal it.
All candidate options must be feasible; goal determines max or min.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Evaluate the goal value for each feasible candidate.
2. Choose the largest value for maximize or smallest value for minimize.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Choosing a point without applying the goal.