Consider the problem of solving two 8-puzzles.
- 
    
Give a complete problem formulation in the style of Chapter search-chapter.
 - 
    
How large is the reachable state space? Give an exact numerical expression.
 - 
    
Suppose we make the problem adversarial as follows: the two players take turns moving; a coin is flipped to determine the puzzle on which to make a move in that turn; and the winner is the first to solve one puzzle. Which algorithm can be used to choose a move in this setting?
 - 
    
Does the game eventually end, given optimal play? Explain.
 
      Answer
      Improve This Solution
    
    
  View Answer