Exercise 4 Name __________________
Score __/14
- Give the Minimax values for the game tree at right.
- Give the a-b values
for the game tree at right. Show any pruning.
- Is there any difference in left-to-right or right-to-left pruning?
- Prove the following assertion: for every game tree, the utility obtained
by MAX using minimax decisions against a suboptimal MIN will never be lower
than the utility obtained playing against an optimal MIN.
- Can you come up with a game tree in which MAX can do better using a
suboptimal strategy against a suboptimal MIN?
- What are the SUCCESSOR states of the following, assuming X moved first?

- Give the Minimax values for the game tree with 3 players at right.
