tatiiiee
Answered

Calculate the sum of the numbers in each row of Pascal's triangle for n = 0 to 5.
a. 1,2, 4, 6, 8, 10
c. 2, 4, 8, 64
b. 2, 4, 8, 16, 32
d. 1, 2, 4, 8, 16, 32


PLEASE HELP ME

Answer :

Answer:

d. 1, 2, 4, 8, 16, 32

Step-by-step explanation:

Pascal's triangle is the a triangular array of binomials coefficient  of equations of each degree.

n=0                                              1            

n=1                                          1          1

n=2                                   1           2        1

n=3                              1          3          3        1

n=4                        1           4         6         4         1

n=5                   1          5          10       10        5         1

An easy way to list Pacsal's triangles is the number below Two numbers is the sum of those two numbers.

for example look at the number 10 at the triangle it is actually the sum of Two numbers above it 6 and 4

after listing pascals triangle we can calculate sum as 1,2,4,8,16,32

Method 2

Sum of numbers in nth row is [tex]2^{n}[/tex]

so sums are [tex]2^{0}[/tex],[tex]2^{1}[/tex],[tex]2^{2}[/tex],[tex]2^{3}[/tex],[tex]2^{4}[/tex],[tex]2^{5}[/tex]

or, 1,2,4,8,16,32

Answer:

D

Step-by-step explanation:

Other Questions