What is the sum of the numbers in the 11Th row of Pascal's Triangle?

1 answer

Answer

1271075

2026-07-26 17:05

+ Follow

When evaluating row n+1 of Pascal's triangle, each number from row n is used twice: each number from row ncontributes to the two numbers diagonally below it, to its left and right. From this it is easily seen that the sum total of row n+1 is twice that of row n. The first row of Pascal's triangle, containing only the single '1', is considered to be row zero. Its total, 1, is given by 20. From the above observations, we can conclude that the total of row n is given by 2n. For the eleventh row: 211 = 2048.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.