InverseBinomial Command

InverseBinomial( <Number of Trials>, <Probability of Success>, <Probability> )

Returns least integer n such that P(X ≤ n) ≥ p, where p is the probability and X is binomial random variable given by Number of Trials and Probability of Success.