Problem solving is the systematic process of identifying, analyzing, and resolving challenges through structured frameworks and creative thinking techniques. It spans from tactical troubleshooting to strategic decision-making and applies across business, engineering, operations, and personal contexts. The key distinction: effective problem solving addresses root causes, not symptoms, using a combination of analytical rigor, creative exploration, and validated decision criteria. Whether dissecting failures through root cause analysis or forecasting scenarios for strategic planning, mastering problem solving means choosing the right tool for the challenge at hand—and knowing when to pivot between analytical depth and creative breadth.
What This Cheat Sheet Covers
This topic spans 10 focused tables and 65 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.
Table 1: Root Cause Analysis Techniques
Fixing a symptom feels productive but lets the real problem come back, so these methods are built to drill past the surface to the cause underneath. The 5 Whys handles simple chains, fishbone diagrams open up every possible category at once, and Pareto analysis tells you which few causes are worth your effort — each one a different lens on the same goal of treating the disease, not the fever.
| Method | Example | Description |
|---|---|---|
Problem: Server crashed. Why? Memory exceeded. Why? Memory leak. Why? Unclosed connections. Why? No connection pooling. Why? Legacy code never updated. | • Iterative questioning technique that asks "why?" repeatedly (typically 5 times) to drill down from symptom to underlying cause • simple but effective for straightforward issues. | |
Categories: People, Process, Equipment, Materials, Environment, Management → branches showing potential causes leading to "Effect: Late deliveries" | • Visual diagram organizing potential causes into 6 standard categories (6M: Man, Machine, Method, Material, Measurement, Mother Nature) • excellent for brainstorming all possibilities before narrowing focus. | |
Bar chart shows 3 defect types cause 80% of failures; focus fixes on those 3. | • Identifies the vital few causes (typically 20%) responsible for the majority of effects (80%) • prioritizes effort on high-impact issues rather than spreading resources thin. | |
IS: Affects Product A, started Tuesday. IS NOT: Doesn't affect Product B, not Monday. | • Structured comparison of IS vs IS NOT dimensions (What, Where, When, Extent) to isolate distinctions and pinpoint the root cause • highly systematic and data-driven. |