Let
P
n
be the product of the numbers in the
n
th row of Pascal's Triangle.
n
→
∞
lim
P
n
2
P
n
−
1
P
n
+
1
=
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Could explain how you took out n! Out of the product symbol. I don't know the properties of this pi symbo.
Log in to reply
k = 0 ∏ n k ! ( n − k ) ! n ! = 0 ! n ! n ! × 1 ! ( n − 1 ) ! n ! × 2 ! ( n − 2 ) ! n ! × ⋯ × n ! 0 ! n ! Number of n ! on top = n + 1
Using brute force method, for n=2, the quotient is 2; n = 3, the quotient is 2.25; n=4, the quotient is 2.37; n=5, the quotient is 2.44 and so on increasing and approaching 2.71828..or e
Problem Loading...
Note Loading...
Set Loading...
P n = k = 0 ∏ n ( n k ) = k = 0 ∏ n k ! ( n − k ) ! n ! = ( n ! ) n + 1 k = 0 ∏ n ( k ! ) 2 1
Therefore, P n + 1 = ( n + 1 ) ! n + 2 k = 0 ∏ n + 1 ( k ! ) 2 1
⇒ P n P n + 1 = n ! ( n + 1 ) n ⇒ P n − 1 P n = ( n − 1 ) ! n n − 1
Therefore,
n → ∞ lim P n 2 P n − 1 P n + 1 = n → ∞ lim n ! n n − 1 ( n − 1 ) ! ( n + 1 ) n = n → ∞ lim n ˙ n n − 1 ( n + 1 ) n
= n → ∞ lim ( n n + 1 ) n = n → ∞ lim ( 1 + n 1 ) n = e