Free practice · single-choice · medium

Practice

Decompose a workplace problem

Northstar asks why Tuesday's fictional queue is larger. Which decomposition is best?

Problem decomposition map

Smaller answerable questions must reconnect to the target

  1. TargetDefine success
  2. DivideCreate subquestions
  3. DependOrder prerequisites
  4. BranchApply stopping rules
  5. AnswerGather branch evidence
  6. RecombineResolve the main question

Distinct subquestions, explicit dependencies, and stopping rules keep branches useful and prevent analysis from drifting.

Choose one answer