Analytical Thinking and Questions for Problem Solving#

🌱 Foundations 🧠 Analytical Skills & Thinking Lesson 016

ā—€ Previous Ā· Next ā–¶ Ā· ↑ Section Ā· ↑ Hub

Important

✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.

Thinking as asking#

Analytical thinking becomes practical the moment it turns into questions — specific, answerable ones aimed at a problem. Experienced analysts carry a small battery of them and fire it at every new situation. Three question families do most of the work.

Root causes: asking why, five times#

The first family digs for the root cause — the real reason a problem happens, as opposed to its symptoms. The simplest tool is the five whys: state the problem, ask why it happened, then ask why of each answer, roughly five layers deep, until the answer stops changing.

Afternoon sales dropped. Why? Fewer customers after 2 pm. Why? Regulars from nearby offices stopped coming. Why? A competitor opened with an app discount. Why does that pull our regulars? We have no comparable loyalty offer. — The fix now targets loyalty, not, say, the menu.

Treating a symptom feels productive and changes nothing; the whys are cheap insurance against solving the wrong layer. (The next lesson gives this tool a fuller treatment.)

Gaps: where are we, versus where we want to be#

The second family is gap analysis: examining how a process works now, specifying where it should be, and studying the distance between. Ship in five days but promise three? The gap is the object of analysis — where exactly do the two days go? Gap questions convert ambitions (ā€œget fasterā€) into measurable targets, and they pair naturally with data: current state and desired state are both numbers.

The unconsidered: what have we not thought about#

The third family guards against blind spots: What have we not considered? Who is not represented in this data? What would make this conclusion wrong? These questions have no formula — they are curiosity and context, weaponised — but asking them routinely catches the omitted store, the unlogged failure case, the seasonal effect the date range happened to exclude.

A worked battery#

Faced with ā€œcustomer complaints are up,ā€ the battery runs: Why (five times — up because response times rose, because tickets are misrouted, because the new category list confuses agents); what is the gap (current 18-hour response versus the 8-hour target); what is unconsidered (complaints arriving via social media are not in the ticket data at all). Three families, one problem, and the investigation now has direction, a measure, and a known blind spot.

The caveat#

Questions structure an investigation; they do not replace evidence. A five-whys chain is a hypothesis about causation until data confirms each link — plausible chains that verify beautifully in the room and fail in the data are common. Ask the questions, then make the data answer them.

See also

Source article Adapted (context, re-expressed) in our own words from: https://insightful-data-lab.com/2023/07/30/analytical-thinking-and-questions-for-problem-solving/ (insightful-data-lab.com).

Tags: purpose: reference topic: data analytics topic: foundations topic: thinking