answersLogoWhite

0


Best Answer

Let's calculate the sums of few first rows of Pascal's triangle:

1st row: 1 = 1

2nd row: 1 + 1 = 2

3rd row: 1 + 2 + 1 = 4

Looks promising, let's continue:

4th row: 1 + 3 + 3 + 1 = 8

5th row: 1 + 4 + 6 + 4 + 1 = 16

We can make an assumption that each row's sum is twice the sum of previous row - it's a power of two.

But why is that?

If you know how Pascal's triangle is constructed, you should notice that when creating new row, you use the previous row numbers(except ones) two times in addition.

Considering ones, you only use each 1 in previous row once, but in the new row you always add two 1's on the sides.

Alternatively, you may think of empty space around Pascal's triangle as zeros and then you'll definitely use each previous row's numbers two times to create a new row.

The formula will be then:

s = 2n-1, where

s - sum of the nth row(we assume numeration starts with 1 for the single '1' on the top)

n - number of the row

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

The sum of the 20th row in Pascal's triangle is 1048576.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

28354132 is the correct answer, I believe.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of the 20th row of pascals triangle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sum of the 17th row of pascals triangle?

the sum is 65,528


What is the sum of the 4 th row of pascals triangle?

The sum is 24 = 16


What is the sum of the numbers in the 5th row of pascals triangle?

depends. If you start Pascals triangle with (1) or (1,1). The fifth row with then either be (1,4,6,4,1) or (1,5,10,10,5,1). The sums of which are respectively 16 and 32.


What is the sum of the 100th row of pascals triangle?

Sum of numbers in a nth row can be determined using the formula 2^n. For the 100th row, the sum of numbers is found to be 2^100=1.2676506x10^30.


What is the sum of fifth row of Pascals triangle?

The Fifth row of Pascal's triangle has 1,4,6,4,1. The sum is 16. Formula 2n-1 where n=5 Therefore 2n-1=25-1= 24 = 16.


What is the formula for the sum of the numbers in the 100th row of Pascals triangle?

Each number in Pascal's triangle is used twice when calculating the row below. Consequently the row total doubles with each successive row. If the row containing a single '1' is row zero, then T = 2r where T is the sum of the numbers in row r. So for r=100 T = 2100 = 1267650600228229401496703205376


How much is the sum of the numbers from the 20th row?

8,000. each row's sum is the row # cubed. so the 20th row is 20*20*20 = 8000


What is the sum of row five in pascal's triangle?

The Fifth row of Pascal's triangle has 1,4,6,4,1. The sum is 16.


What is the sum of the fifteenth row of pascal's triangle?

The sum of the numbers on the fifteenth row of Pascal's triangle is 215 = 32768.


What is the sum of all the numbers in row 50 of Pascal's triangle?

The sum of the numbers in each row of Pascal's triangle is twice the sum of the previous row. Perhaps you can work it out from there. (Basically, you should use powers of 2.)


Why do the rows double in the pascal's triangle when you add them up?

Each element of a row of pascal's triangle is the sum of the two elements above it. Therefore when you some the elements of a row, each of the elements of the row above are being summed twice. Thus the sum of each row of pascal's triangle is twice the sum of the previous row.


What will be the sum of all the numbers in 20th row of the series?

16020