Key formula: .
Key formula: .
| Prompt type | Correct operation | Typical signal words | Why it works |
|---|---|---|---|
| Single sequence | Multiply along one path | "and", "followed by" | Intersects stage-by-stage conditions |
| Multiple disjoint sequences | Add path probabilities | "or", "either" | Combines mutually exclusive endpoints |
| At least one success | "at least one" | Uses complement to avoid long sums | |
| Given condition | Use conditional branch | "given that" | Restricts sample space to condition |