Free practice · ordering · hard

Practice

Complete a decomposition workflow

Order the complete problem-decomposition workflow.

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.

Arrange in the correct order
  1. 1. Review gaps, overlaps, and assumptions
  2. 2. Recombine the branch answers into one conclusion
  3. 3. Answer each branch with appropriate evidence
  4. 4. Map dependencies, branches, and stopping rules
  5. 5. Create distinct answerable subquestions
  6. 6. Define the main question and success condition