Proof (n+1 choose k+1)=( n choose k)+(n choose k+1)
@ganeshie8
pascal's identity
\[^{n+1}C_{k+1} = \frac{(n+1)!}{(k+1)! \cdot (n + 1 - k - 1)!} \implies \frac{(n+1)!}{(k+1)! \cdot (n-k)!}\]
Okay, so by definition, n choose k equals \[\left(\begin{matrix}n \\ k\end{matrix}\right) = \frac{ n! }{ k! (n-k)! }\] So \[\left(\begin{matrix}n+1 \\ k+1\end{matrix}\right) = \frac{ (n + 1)! }{ (k + 1)! ((n + 1) - (k + 1))! }\ = \frac{ (n + 1)! }{ (k + 1)! ((n - k)! }\] Also, \[\left(\begin{matrix}n \\ k\end{matrix}\right) + \left(\begin{matrix}n \\ k + 1\end{matrix}\right) = \frac{ n! }{ k! ((n - k)! }\ + \frac{ n! }{ (k + 1)! ((n - (k + 1))! }\] \[= \frac{ n! }{ k! ((n - k)! }\ + \frac{ n! }{ (k + 1)! (n - k - 1)! }\] Let's multiply the top and bottom of each term in the above equation by the necessary term to get a single denominator. Remember that \[n! = n * (n-1) * (n-2) * ... * 1\] \[\frac{ n! (k+1)}{ k! ((n - k)!(k+1) }\ + \frac{ n!(n-k) }{ (k + 1)! (n - k - 1)!(n-k) }\] \[=\frac{ n! (k+1)}{ (k+1)! ((n - k)! }\ + \frac{ n!(n-k) }{ (k + 1)! (n - k)! }\] \[=\frac{ n! (n + k - k+1)}{ (k+1)! ((n - k)! }\] \[ =\frac{ n! (n+1)}{ (k+1)! ((n - k)! }\] \[ =\frac{ (n+1)!}{ (k+1)! ((n - k)! }\] \[ = \left(\begin{matrix}n+1 \\ k+1\end{matrix}\right)\]
@Blacksteel you multiplied the top and bottom of each term by (k+1)!(n-k)!
Actually I multiplied the top and bottom of the first term by k + 1 and the top and bottom of the second by (n-k), then simplified.
Just open up the things..
\[(k+1)! = (k+1) \cdot k!\]
\[(n-k)! = (n-k) \cdot (n-k-1)!\]
Now look at colored things..
This is where you are now: \[= \frac{ n! }{ k! \cdot \color{green}{((n - k)!} }\ + \frac{ n! }{ \color{green}{(k + 1)!} \cdot (n - k - 1)! }\]
Change them according to those two equations I have written above..
Thank you so much @waterineyes and @Blacksteel :)
\[= \frac{ n! }{ k! \cdot \color{green}{((n - k) \cdot (n-k-1)!} }\ + \frac{ n! }{ \color{green}{(k + 1) \cdot k!} \cdot (n - k - 1)! }\]
Is it clear now?
Yes
Now you are to just make out common denominator and proceed.. :) Good. :)
I agree with @ganeshie8 , this is known is Pascal Identity. Read about it on http://en.wikipedia.org/wiki/Pascal%27s_rule This link has several proofs of it
Join our real-time social learning platform and learn together with your friends!