We can break each of the sub-problems down in a similar way, and we can continue to do so until we reach a sub-problem at the bottom line consisting of only one number, then the question becomes trivial to answer, since the answer is the number it self.
Once that question is answered we can move up one line, and answer the questions posed there with a solution which is a + max(b,c).