What is the third number in the 156th row of Pascal's triangle?

I know that it is 154 x ___
how do I find out the number?

thanks in advance

4 answers

let's look at the triangle for a few rows

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1

let's also agree that, say, we use
row 6, that would be 1 5 10 10 5 1
notice that C(5,2) which is 10 gives us the 3rd term in row 6

so the third term in row 156 is
C(155,2)
= 155!/(2!153!) = 155(154)/2 = 11935

another way is to realize that the third column in Pascal's triangle makes up the "triangular" numbers.
(if you play billiards, think of the triangle of balls at the start, in the first row there is one ball, including the first and the second row you have 3 balls, including the first, second and third row you have 6 balls et.)
these numbers are generated by (n-1)(n-2)/2 for the third term in the nth row
so for the third term in row 156 we would have 155*154/2 just like above.
hmm.. 155!/(2!)(153!) doesn't work on the calculator.
So the fourth term would be 155x154x153/3?
you are right, most calculators cannot go over 69!

but if you break down 155!/(2!153!)
by its definition:
155! = (155)(154)153!

then 155!/(2!153!)
= (155)(154)153! / (2!153!)
= 155(154)/2

look for a key something like nCr

by definition that is n!/(r!(n-r)!)

nCr is just another notation for C(n,r)
with that key, your calculator should be able to do C(155,2)

on my calc I do :

155
2nd F
the nCr , (under the 5 on mine)
2
=

to get 11935
Yep, I learned the C button already, thank you very much for the explanation:)
Similar Questions
    1. answers icon 0 answers
  1. PASCAL’S TRIANGLE For Exercises 5 and6, use the following information. Blaise Pascal is known for a special triangular
    1. answers icon 1 answer
  2. how would you set this problem up using pascal's triangle?(x+y)5 (raised to the 5th power) 5th row, 6 terms.
    1. answers icon 0 answers
  3. In 1654 Blaise Pascal invented Pascal's triangle,for which thefirst four rows are given: 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10
    1. answers icon 1 answer
more similar questions