Answer:
True
Explanation:
Solving a decision tree (also known as folding back the decision)
To do this, the end branches are first calculated then to the previous branch and so on toll it gets to the base trunk of the tree..
The interpretation of this is that, we start on the right hand side of the decision tree, and work back towards the left.
As this is being completed, a set of calculations on a node (decision square or uncertainty circle), all you need to do is to record the result.
All calculations that lead to that result from then on can then be ignored.