I am trying to solve this pascal's triangle problem. It asks to this: "Moving only up or to the right, how many paths exist from point A to point B?"
I used the standard method to solve this and got a maze looking like this:
I got the answer 10 and am wondering if I was supposed to at the 6 and the 4 or the 6 and the 5. Can someone please alleviate the confusion.
Here is the actual problem:

