This document discusses state-space representations for general problem solving. It provides examples of state-space models for various problems including the 8-queens puzzle, traveling salesman problem, sliding tile puzzle, cryptarithmetic, Boolean satisfiability, crossword puzzles, and finding common misspelled words in strings. The key components of a state-space model are the initial state, operators that change the state, and a goal test to determine when the problem is solved.