How many ways level 2 (Solution)

The number of ways to get to a given vertex is the number of ways to get to the vertex to the left of it plus the number of ways to get to the vertex below it. Work from the bottom up!