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.
1 ! ⋅ 2 ! ⋅ 3 ! ⋯ ( n − 1 ) ! ⋅ n ! = ⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ n ⋅ ( n − 1 ) ⋅ ( n − 2 ) ⋯ 3 ⋅ 2 ( n − 1 ) ⋅ ( n − 2 ) ⋯ 3 ⋅ 2 ( n − 2 ) ⋯ 3 ⋅ 2 3 ⋅ 2 2 ⋅ 1 ⋅ 1 ⋅ 1 ⋮ ⋅ 1 ⋅ 1 1 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞ n rows = 1 n ⋅ 2 n − 1 ⋅ 3 n − 2 ⋯ ( n − 1 ) 2 ⋅ n 1
Nice solution, Sambhrant
Log in to reply
Thank you :) , your solution is also good but i think vertical expansion of the product is easy to understand.
Problem Loading...
Note Loading...
Set Loading...
k = 1 ∏ n k ! = 1 ! ⋅ 2 ! ⋅ 3 ! ⋯ n ! = 1 ⋅ ( 1 ⋅ 2 ) ⋅ ( 1 ⋅ 2 ⋅ 3 ) ⋯ ( 1 ⋅ 2 ⋅ 3 ⋅ 4 ⋯ n ) = 1 n ⋅ 2 n − 1 ⋅ 3 n − 2 ⋯ ( n − 1 ) 2 ⋅ n 1 = k = 1 ∏ n k n + 1 − k