Intuition
An issue tree is a family tree for a problem. You start with one big question at the top ("why are profits down?") and keep asking "what is this made of?" until each branch is small enough to actually measure. A messy problem feels infinite; a tree makes it finite, suddenly there are only six boxes to check, not a fog.
The profit tree is the single most reused tree in all of casework, because almost every business question eventually touches money.
Framework
- Start with the equation. Profit = Revenue − Costs. Revenue = Price × Quantity. Costs = Fixed + Variable. These identities are always true, so they're always MECE.
- Keep splitting until measurable. Quantity → existing customers × purchase frequency + new customers. Don't stop at "revenue is down", push to which lever.
- Branch by one logic per level (the MECE rule from the last lesson).
- Then hypothesize. A tree isn't the answer; it's the menu. Pick the branch you suspect drives the problem and test it first.