Group Abstract Group Abstract

Message Boards Message Boards

Why does Solve work on a sum with 34 terms but not 35 terms?

Posted 10 years ago

Why does this work when M=34 but not when M=35?:

Clear [n, M, confidence, k, p]; n = 8; M = 34; confidence = 0.5;

$ \text{Solve}\left[\sum _{k=n+1}^M \frac{M! p^k (1-p)^{M-k}}{(M-k)! k!}=\text{confidence},p,\mathbb{R}\right] $

POSTED BY: Michael H.
2 Replies
Posted 10 years ago

Thanks!!

POSTED BY: Michael H.
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard