| Cue / Question | Notes |
|---|---|
| What is absolute error? | |
| What is relative error? | /A — dimensionless ratio |
| What is percentage error? | (/A) × 100% |
| Z = A + B → error? | = + |
| Z = A − B → error? | = + (still add, never subtract) |
| Z = A × B → error? | /Z = /A + /B |
| Z = A / B → error? | /Z = /A + /B (same as multiply) |
| Z = → % error? | 2 × (% error in A) |
| Z = × B / → % error? | 2(%A) + 1(%B) + 3(%C) |
Summary: The golden rule of error propagation: for addition/subtraction use absolute errors; for multiplication/division use relative errors; for powers multiply the relative error by the exponent. You never subtract errors — always add. This guarantees worst-case (maximum) error estimation.