Solution Path in Problem Solving

Goals

  1. Describe a solution path.
  2. When problem solving, figure out and follow the best solution path.

Path (What)

In general, a path is a sequence of steps and actions arranged in a clear direction that leads from your current state to your desired end state.

In problem solving, the solution path is the specific route and ordered steps you take to move from the present state to the goal state.

Rationale

The best solution path is the one that provides the greatest rewards (especially enjoyment) while minimizing drawbacks such as cost, time, hassles, and conflicts.

The best solution path maximizes your payoff (rewards minus drawbacks, taken holistically.)

Figuring Out the Best Path (How To)

Principles

  1. There is always a best path given what you know at the moment.
  2. You don’t need to see the entire path at the start — only the next several steps.
  3. Your goal state should be defined before figuring out the solution path. Goals can evolve, but they should lock into place by about one-third of the journey.
  4. Keep steps small. Small steps are easier to take and provide frequent rewards.

Framework

  1. Look at your goal state.
  2. Identify the best subgoal to pursue next.
  3. Plan how you will pursue this subgoal.
  4. Execute your plan.

Repeat as needed.