早教吧作业答案频道 -->英语-->
C(n,k)=C(n-1,k-1)+C(n-1,k)为什么这个等式成立?请大神帮我解释下C(n,k)=C(n-1,k-1)+C(n-1,k)为什么这个等式成立?请大神帮我解释下下面这段解释,我没理解,谢谢.Whydoesthiswork?Considerwhetherthenthe
题目详情
C(n,k) = C(n-1,k-1) + C(n-1,k) 为什么这个等式成立?请大神帮我解释下
C(n,k) = C(n-1,k-1) + C(n-1,k)
为什么这个等式成立?请大神帮我解释下下面这段解释,我没理解,谢谢.
Why does this work? Consider whether the nth element appears in one of the C(n,k)
subsets of k elements. If so, we can complete the subset by picking k 1 other items from the other n 1. If not, we must pick all k items from the remaining n 1. There is no overlap between these cases, and all possibilities are included, so the sum counts all k-subsets.
C(n,k) = C(n-1,k-1) + C(n-1,k)
为什么这个等式成立?请大神帮我解释下下面这段解释,我没理解,谢谢.
Why does this work? Consider whether the nth element appears in one of the C(n,k)
subsets of k elements. If so, we can complete the subset by picking k 1 other items from the other n 1. If not, we must pick all k items from the remaining n 1. There is no overlap between these cases, and all possibilities are included, so the sum counts all k-subsets.
▼优质解答
答案和解析
很简单的问题
把n个元素分成两组
第一组n-1个,第二组1个
从中取出k个元素【方法有 C(n,k)种】 ,取法有两种
(1)从第一组中取出k个
方法有C(n-1,k)种
(2) 从第一组中取出k-1个,从第二组中取出1个
方法有C(n-1,k-1)种
所以,
C(n,k)
=C(n-1,k)+C(n-1,k-1)
把n个元素分成两组
第一组n-1个,第二组1个
从中取出k个元素【方法有 C(n,k)种】 ,取法有两种
(1)从第一组中取出k个
方法有C(n-1,k)种
(2) 从第一组中取出k-1个,从第二组中取出1个
方法有C(n-1,k-1)种
所以,
C(n,k)
=C(n-1,k)+C(n-1,k-1)
看了 C(n,k)=C(n-1,k...的网友还看了以下:
分步计数原理中公式:C上标n下标m=m*(m-1)*.*(m-n+1)/n!是怎么推出来?我不在乎 2020-05-16 …
观察下列输0,7,26,63,124.排列的规律第100个数是多少?第n(n为正整数)个数呢?用含 2020-06-04 …
观察下列各式:3×5=15,而15=4^-1;5×7=35,而35=6^2-1,...11×13= 2020-06-06 …
纠结,用两种方法算出来的结果不一样题目:lim(n->无穷)[1/sqrt(n^2+1)+1/sq 2020-07-18 …
财务管理知识1、单利现值P=F/(1+n×i)式中,1/(1+n×i)为单利现值系数.2、单利终值 2020-07-31 …
有关数学的二项式定理.对公式的推导过程我真的相当不理解希望可以帮我一下谢谢了.就是有关n个a+b相 2020-07-31 …
请问:二项式定理N不为整数的情况下,公式是怎样的?二项式定理a^n-b^n=(a-b)(a^(n- 2020-07-31 …
√(m+n)的有理化因式是,√m+√n的有理化因式是. 2020-11-20 …
√(m+n)的有理化因式是!√m+√n的有理化因式是?诉求, 2020-11-20 …
年金终值系数问题年金终值F=A(F/A,i,n),我在财管书上看到的公式是F=A*∑(1+i)t-1 2020-12-31 …