Binomial probability

Binomial probability

Binomial probability typically deals with the probability of several successive decisions, each of which has two possible outcomes.

Definition

The probability of an event can be expressed as a binomial probability if its outcomes can be broken down into two probabilities "p" and "q", where "p" and "q" are complementary (i.e. "p" + "q" = 1) For example, tossing a coin can be either heads or tails, each which have a (theoretical) probability of 0.5. Rolling a four on a six-sided die can be expressed as the probability (1/6) of getting a 4 or the probability (5/6) of rolling something else.

Calculation

If an event has a probability, "p", of happening, then the probability of it happening twice is "p"2, and in general "p""n" for n successive trials. If we want to know the probability of rolling a die and getting two fours and one other number (in that specific order) it becomes:

:egin{matrix}P(mbox{2 rolls of four and 1 other}) & = & P(mbox{2 rolls of four}) P(mbox{1 other}) \ & = & P(mbox{rolls of four})^2 P(mbox{other})^1 \ & = & (frac{1}{6})^2 (frac{5}{6})^1 \ & = & 2.3% end{matrix} However this is only sufficient for problems where the order is specific. If order is not important in the above example, then there are 3 ways that 2 rolls of four and 1 other could occur:

110
101
011

Where 1 represents a roll of four and 0 represents a non-four roll. Since there are 3 ways of achieving the same goal, so the probability is 3 times that of before, or 6.9%. If order doesn't matter, then there are {n choose r} (n combinations r) possible configurations. This yields the general equation for binomial trials:

General equation

{n choose x}p^x(1- p)^{n-x}

Where "p" is the probability of a success, and "q" is the probability of a failure (which is complementary to "p", that is "q"=1-"p".) This is simply a rewording of the binomial theorem. That is N is N factorial and K is K factorial*(N - K)

Example

On a ten question multiple choice test, with 4 options per question, the probability of getting 5 and only 5 answers correct if the answers are guessed can be calculated like so:
:p = 0.25
:q = 1 - p = 0.75
:k = 5
:n = 10

:egin{matrix}P(pass) & = & {n choose k}p^kq^{n-k} \ & = & {10 choose 5}(0.25)^5(0.75)^5 \ & approx & 5.8%end{matrix}
Therefore if somebody guesses 10 answers on a multiple choice test with 4 options, they have about a 5.8% chance of getting 5 and only 5 correct answers. If 5 or more correct answers are needed to pass, then the probability of passing can be calculated by adding the probability of getting 5 (and only 5) answers correct, 6 (and only 6) answers correct, and so on up to 10 answers correct. This total probability is approximately 7.8%.

Estimation

There are various methods at estimating the binomial probability if the exponents are too large to calculate

Binomial approximation

One method is by approximating the probability to a binomial distribution. The requirements are that np ge 5 and nq ge 5 for an accurate answer. Approximation is done with the following equation:
:z approx frac{(k-mu) pm 0.5}{sigma}
Where mu = np and sigma = sqrt{npq} (the standard deviation of the binomial approximation) and "z" is the corresponding z-score

Poisson probability function

Another possible method is approximating to a Poisson distribution. The requirements are that n ge 150 and that "np" and "npq" are within 10% of each other. The formula is

:Pr(n mbox{ out of }k)approxfrac{e^{-lambda} lambda^k}{k!},,!

where lambda = np.

Connection to binomial theorem

The equation for binomial probability is the same as the binomial theorem equation, which can be used to calculate terms in Pascal's triangle and the expansion of binomial equations of the form (a + b)^n. So, if the binomial is expanded for "n" = 2, we get

:egin{matrix}(a+b)^2 & = & {2 choose 0}a^2b^0 + {2 choose 1}a^1b^1 + {2 choose 2}a^0b^2 \ & = & a^2 + 2ab + b^2 end{matrix}

Rewriting the equation in a trivial way:

: 1aa + 2ab + 1bb

If "a" represents heads and "b" tails, then the above shows all the possibilities and the number of possible combinations. That is, there is one way to get two heads ("aa"), two ways to get a head and a tail (2"ab") and one way to get two tails ("bb") This applies for any degree of n. Since the sum of the coefficients in the equation ("a"0 + "a"1 + "a"2) is the total possibilities, and since each "unique" case has the same probability, the probability of getting 1 occurrence of "a" and 1 of "b" (1 head and 1 tail on a coin) is 2 out of 4, or 0.5. The sum of coefficients for any binomial is 2"n" − 1.

ee also

*Probability
*Binomial theorem
*Pascal's triangle
*Complementary event
*Binomial distribution
*Poisson distribution

External links

* [http://faculty.vassar.edu/lowry/binomialX.html JavaScript calculator]


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Binomial distribution — Probability distribution name =Binomial type =mass pdf cdf Colors match the image above parameters =n geq 0 number of trials (integer) 0leq p leq 1 success probability (real) support =k in {0,dots,n}! pdf ={nchoose k} p^k (1 p)^{n k} ! cdf =I {1… …   Wikipedia

  • Binomial theorem — The binomial coefficients appear as the entries of Pascal s triangle. In elementary algebra, the binomial theorem describes the algebraic expansion of powers of a binomial. According to the theorem, it is possible to expand the power… …   Wikipedia

  • Probability theory — is the branch of mathematics concerned with analysis of random phenomena.[1] The central objects of probability theory are random variables, stochastic processes, and events: mathematical abstractions of non deterministic events or measured… …   Wikipedia

  • binomial distribution — n. Statistics the distribution of the probability of a specified number of successes in a given number of independent trials, in each of which the probability of success is the same …   English World dictionary

  • probability theory — Math., Statistics. the theory of analyzing and making statements concerning the probability of the occurrence of uncertain events. Cf. probability (def. 4). [1830 40] * * * Branch of mathematics that deals with analysis of random events.… …   Universalium

  • Probability distribution — This article is about probability distribution. For generalized functions in mathematical analysis, see Distribution (mathematics). For other uses, see Distribution (disambiguation). In probability theory, a probability mass, probability density …   Wikipedia

  • binomial distribution — Statistics. a distribution giving the probability of obtaining a specified number of successes in a finite set of independent trials in which the probability of a success remains the same from trial to trial. Also called Bernoulli distribution.… …   Universalium

  • probability and statistics — ▪ mathematics Introduction       the branches of mathematics concerned with the laws governing random events, including the collection, analysis, interpretation, and display of numerical data. Probability has its origin in the study of gambling… …   Universalium

  • Binomial proportion confidence interval — In statistics, a binomial proportion confidence interval is a confidence interval for a proportion in a statistical population. It uses the proportion estimated in a statistical sample and allows for sampling error. There are several formulas for …   Wikipedia

  • Probability-generating function — In probability theory, the probability generating function of a discrete random variable is a power series representation (the generating function) of the probability mass function of the random variable. Probability generating functions are… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”