- Decision trees can be used to model decision making problems and show possible decision options and outcomes in a visual, branching structure. They contain decision nodes, representing choices, and chance nodes, representing uncertain outcomes.
- Branches from decision nodes represent available choices, and branches from chance nodes represent possible outcomes. The ends of branches specify consequences. Decision trees help evaluate problems systematically by "rolling back" from outcomes to choices.