01
Work Backwards
Reverse steps to solve a complex problem
Start from your desired end result and systematically work in reverse toward the initial conditions. This strategy is particularly effective for problems where the starting point is complex but the goal state is well-defined.
02
Simplify the Problem
Solve a similar but simpler version first
Break down the problem into a simpler version with fewer variables or constraints. Solve this simplified version first, then gradually reintroduce complexity while adapting your solution.
03
Draw a Diagram
Create a visual representation of the problem
Translate the problem into a visual form — a graph, chart, geometric figure, or other diagram. Visual representations can reveal spatial relationships and sequences that might not be obvious from verbal descriptions.
04
Look for a Pattern
Identify recurring elements or behaviors
Examine the problem for repeating elements, sequences, or behaviors. Once you identify a pattern, you can often extend it to find unknown values or predict future states.
05
Make a Table or List
Organize information systematically
Create a structured table or list to organize the problem data. This approach helps track multiple variables or cases, identify patterns, and ensure you've covered all possibilities.
06
Guess and Check
Try potential solutions and refine based on results
Propose reasonable values or approaches, then test whether they satisfy the problem conditions. Based on how close your guess comes to the solution, refine your next attempt.
07
Use Algebra or Variables
Represent unknowns with variables and form equations
Introduce variables to represent unknown quantities, then use the problem constraints to form equations or inequalities. This transforms concrete problems into abstract mathematical forms that can be solved using established techniques.
08
Break into Cases
Divide the problem into exhaustive scenarios
Split the problem into distinct, non-overlapping cases that collectively cover all possibilities. Solve each case separately, then combine the results.
09
Change the Representation
Transform the problem into an equivalent form
Convert the problem into a different but equivalent representation — translate a verbal problem into equations, convert equations to graphs, or reframe geometric problems algebraically.
10
Use Extremes
Analyze boundary cases or limits
Examine what happens in extreme cases — when variables approach zero, infinity, or their maximum/minimum allowable values. Edge cases often simplify the problem and reveal underlying principles.
11
Apply Symmetry
Utilize mirror or rotational properties
Look for symmetry in the problem — situations where transformations leave key properties unchanged. Symmetrical problems can often be simplified by focusing on one representative portion.
12
Generalize the Problem
Solve a more general case to expose structure
Instead of focusing on the specific instance, solve a more general version of the problem. The general case sometimes reveals patterns or techniques that can be specialized back to solve the original problem more easily.