
I found the above in a newspaper I was just reading, and it said I had to find the top number if each one was the sum of the ones below it.
Turns out you don't actually have to do that much adding. Just take the row of Pascal's triangle with the same length as the bottom row (in this case 1 3 3 1) and write the numbers below your bottom line like so:
81 73 93 31
Then multiply each pair of numbers and insert the add signs:
8+21+27+3
Then do that addition to get your answer, 59.