Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Probability (http://archives1.twoplustwo.com/forumdisplay.php?f=27)
-   -   Discovered series result (http://archives1.twoplustwo.com/showthread.php?t=332114)

T50_Omaha8 02-19-2007 08:53 PM

Re: Discovered series result
 
I may be a dunce but I can't get past

((x^k)/(1-x))*(C(k,0)x^0+C(k,1)x^1+...+C(k,k)x^(k))

which I only got using combinatorial identities and geometric sums. Looks like it's taking shape though.

jay_shark 03-10-2007 10:42 PM

Re: Discovered series result
 
Ok I figured out another way to solve this .

The expression is equivalent to

{sum n=k to infinity}C(n,k)x^(n-k)*(1-x)^(k+1)=1

Suppose you have a bias coin with probability x of landing heads and probability (1-x) of landing tails . You keep on flipping this coin infinitely many times until you've flipped k+1 tails . Certainly the probability of this happening is 1 which is the rhs of the equation . Or equivalently ,
you may hit k+1 tails on your (k+1)st turn ,
k+1 tails on your (k+2)nd turn
k+1 tails on your (k+3)rd turn

This is exactly the lhs of the equation .

Why didn't I think of this before ?

jason1990 03-11-2007 02:27 AM

Re: Discovered series result
 
Oh, yes. Nice observation: negative binomial.

{sum n=k to infinity}C(n,k)x^(n-k)*(1 - x)^(k+1)
= {sum n=0 to infinity}C(n+k,k)x^n*(1 - x)^(k+1)
= {sum n=0 to infinity}((n + k)!/(n!k!))x^n*(1 - x)^(k+1)
= {sum n=0 to infinity}((n + k)(n + k - 1)...(k + 1)/n!)x^n*(1 - x)^(k+1)
= (1 - x)^(k+1){sum n=0 to infinity}((-k - 1)(-k - 2)...(-k - n))/n!)(-x)^n
= (1 - x)^(k+1){sum n=0 to infinity}C(-k-1,n)(-x)^n
= (1 - x)^{k+1}(1 + (-x))^{-k-1}
= 1


All times are GMT -4. The time now is 06:11 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.