Which of the following are true when solving a decision tree?
1) To find the EMV of a decision node, the weighted average value from the successor nodes' is used.
2) The decision tree is solved by "folding back" from left to right.
3) The solution process begins by considering the terminal node values.
4) To find the EMV of an event node, the weighted average of the predecessor nodes' values is computed.