from n objects one can choose 0 object in
(nc0) ways
one object in (nc1) ways
n objects (ncn) ways
so number of ways = (nC0) +(nC1) + ... + (nCn)
now in each of the selection an object is there or not there
for each object there are 2 ways
for n objects there are 2^n ways
we have found the 2 ways the result
so both are same
(nC0) +(nC1) + ... + (nCn) = 2^n
2007-06-24 03:50:11
·
answer #1
·
answered by Mein Hoon Na 7
·
1⤊
0⤋
Yes man.
you know :
(1+x)^n = (nC0)x^0 + (nC1)x^2 + (nC2)x^2 + ...... + (nCn)x^n.
Yes, now put x = 1.
That's the only way to get the formula. It's actually not a formula, it's a conclusion.If you're not satisfied with that, there's nothing else that will satisfy you.
2007-06-24 03:06:11
·
answer #2
·
answered by Shivku 2
·
2⤊
1⤋
Draw out pascal's. You'll find each number goes to the next row twice, meaning the total sum doubles.
Then, by induction, you only need to check n=0, which is obviously true.
2007-06-24 11:36:38
·
answer #3
·
answered by Jeffrey W 3
·
0⤊
0⤋
enhance (a million+x)^n = (nC0) + (nC1) x +(nC2) x^2 + (nC3)x^3 +...(nCn)x^n positioned x = -a million in the two sides (a million-a million)^n = (nC0)-(nC1)+(nC2)-(nC3)+...+ (nCn)(-a million)^n so (nC0)-(nC1)+(nC2)-(nC3)+...+(nCn)(-a million)^n = 0 (q.e.d.) Please one question at a time
2016-12-08 17:45:17
·
answer #4
·
answered by turnbow 4
·
0⤊
0⤋
(1+x)^n= C(n,0)+C(n,1)x+C(n,2)x^2+.............C(n,k)x^k+......................C(n,n)x^n
put x=1, we get the reqd. proof.
2007-06-24 04:21:43
·
answer #5
·
answered by Anonymous
·
0⤊
1⤋