The document discusses decision making trees. It defines a decision tree as a graphical representation of possible solutions to a decision based on certain conditions. It describes the different types of nodes in a decision tree including decision, chance, and end nodes. An example decision tree is provided about weekend plans depending on whether parents visit and the weather. The document outlines how to draw a decision tree and its advantages such as being simple to understand and having value even with little data.