| Definitionr: required number of successesp: probability of successX ~ NB(r, p)
				Conditions for a Negative Binomial Distribution
					The trials are independent of each otherThere are two possible outcomes, success or failureThe probability of success is constant | FormulaeP(X = x) = x-1Cr-1pr(1 - p)x-r 
					| = | | (x - 1)| |  | (r - 1)! (x - r)! | 
 |  |  |