Elham E. answered 12/31/24
Tutor
0
(0)
C++ Programming Expert with Experience in Systems and Algorithm Develo
Here’s a short summary of the solution:
Part 1: Decision Criteria
- Maximax (Optimistic Approach):
- Best Game: Alabama vs. Auburn (10.8 million viewers)
- Maximin (Pessimistic Approach):
- Best Game: Army vs. Navy (5.1 million viewers)
- Equal Likelihood:
- Best Game: Georgia vs. Georgia Tech (Average: 7.7 million viewers)
- Minimax Regret:
- Best Game: Army vs. Navy (Regret: 1.2 million viewers)
Part 2: With Probabilities
Given probabilities:
- P(Both teams winning) = 0.4
- P(One team winning) = 0.4
- P(Both teams losing) = 0.2
- Expected Value (EV):
- Best Game: Georgia vs. Georgia Tech (EV: 8.28 million viewers)
- Expected Regret:
- Best Game: Georgia vs. Georgia Tech (Regret: 0.58)
- Expected Value of Perfect Information (EVPI):
- EVPI: 0.58 million viewers (Additional viewers with perfect info)