Simplified C.D.F. Formula: Get the Answer Now!

  • Thread starter Thread starter needhelp83
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
needhelp83
Messages
193
Reaction score
0
Derive a simplified formula for the c.d.f., F(n) = (P [tex]\leq[/tex] n), using:

[tex]\sum_{k=0}^{n}r^k=\frac{1-r^{n+1}}{1-r}[/tex]


[tex]p(n)=\alpha (1-\alpha)^n[/tex]

[tex]\alpha \sum_{k=0}^{n}r^k=\frac{1-(1-\alpha)^{n+1}}{1-(1-\alpha)}[/tex]

How do I break this down to a simplified version?
 
Last edited:
Physics news on Phys.org
Alright, I may have figured this out hopefully...

[tex] \alpha \sum_{k=0}^{n}r^k=\frac{1-(1-\alpha)^{n+1}}{1-(1-\alpha)} [/tex]

[tex] \alpha \frac{1-(1-\alpha)^{n+1}}{1-(1-\alpha)} [/tex]


[tex] \alpha \frac{-(1-\alpha)^{n+1}}{-1+\alpha} [/tex]

Is this right?


[tex] \frac{-(1-\alpha)^{n+1}}{-1} [/tex]


[tex] (1-\alpha)^{n+1}[/tex]