Free Essay

Binomial Distribution

In: Other Topics

Submitted By fadz23
Words 986
Pages 4
Binomial Distribution

This is a discrete random variable, where the process of obtaining the Binomial distribution is called “Bernoulli “ process. An experiment that often consists of repeated trials, each with two possible outcomes, which could be labeled as “success” or “failure”. This experiment is known as binomial experiment.

A binomial experiment is one that possesses the following properties:

1. The experiment consists of n repeated trials.

2. Each trial has only 2 possible outcomes that can be classified as “Success” or “Failure”.

3. The probability of a success and failure , denoted by pand q, remains constant from trial to trial. 4. The repeated, trials are independent.

Formula for success in the Bernoulli process.

The probability of r success from n trial is :

[pic]

where; r - the number of success n – the number of trial p – the probability of success from one trial and q – the probability of failure from one trial. q = 1 - p [pic] with mean, [pic] and variance, [pic]

It is written as X ~ B(n,p) and read as X is Binomial distribution with parameters n success and the probability of success, p.

Example 7.4

One coin is tossed 5 times. If X is random variable for number of heads . Find the probability of getting
(a) no heads
(b) one head
(c) 3 heads
(d) at least 3 heads

Solution
X is the random variable represents the number of heads.
The possible outcome of one trial ( i.e one tossed ) is a Head or a Tail.
Thus S = {H, T}, [pic] p is the probability of getting Head, [pic] q is the probability of not getting Head, [pic] n is number of trial ( i.e number of tossed ), n = 5

Thus, X~ B(5, ½)
As the number of trial, n = 5, we can obtain either 0, 1, 2, 3, 4 or 5 heads from the trials. Thus we can take the value of r as 1, 2, 3, 4 and 5.
|r |P ( X = r ) |
|0 |[pic] |
|1 |[pic] |
|2 |[pic] |
|3 |[pic] |
|4 |[pic] |
|5 |[pic] |

(a) P ( no heads ) = [pic]

(b) P ( one head ) = [pic]

a) P ( 3 heads ) = [pic]

b) P ( at least 3 heads ) = [pic]

Example 7.5

In a process of producing screws, 10% of the screw was rejected because the screws are too soft. What is the probability for a sample of 12 screws that contains
(a) 2 rejected screws
(b) not more than 2 rejected screws.

Solution
X is the random variable of the number of rejected screws p - probability of getting rejected screws. P = [pic] n – represent number of screws in the sample, n = 12 r - represent the number of screw which would be rejected. X ~ B (12, 0.1)

(a) [pic]P( X =2)

(b) [pic] [pic] = 0.8891

Example 7.6
A box contains seeds where 1% of them are cannot grow. If the box contains 10,000 seeds, determine the mean and the variance of the seeds which cannot grow.

Solution X is the random variable number of seeds which cannot grow. p – probability of a seeds which cannot grow.[pic] n – is the number of the seeds in the box, n = 10,000.

X~ B (10,000, 0.01) Mean, [pic]seeds Variance, [pic]seeds.

Exercise 7.2

1. If X represents the no. of heads from 5 toss of a coin. a) Find the value of X. b) Calculate the value of P(X). c) What is the probability for at least 3 heads in a try?

2. A die is thrown 5 times. Calculate the probability when the lands at 4, if a) twice b) 3 times.

3. 25% of a local university who registered for the first year needs additional class for mathematics. If 6 students are chosen at random, find the probability a) 1 student needs the additional class b) 2 students need the additional class c) 3 students who need the additional class.

4. If X represents the number of broken pencils from 5 pencils chosen at random in a box of 100 pencils, where 10 are broken. Find the probability a) P(X = 3) b) P(X ≥ 3) c) P(X ≤ 2)

5. In an examination of 10 objective questions, every one contains 5 answers but only one that is correct. If one student that has never study, sit for examination could only answer by guessing the right answer. Find the probability a) none of the answer are correct b) only 3 answer are correct.

6. Probability of a man between 20-24 years married is 0.2. 20 men are chosen from the age group, find a) the probability that 9 has gotten married b) the probability that less than 3 are already married c) µ , the number of men from the group who has already married.

7. 40% from Kedah’s population visit Langkawi Island every year. 50 people are chosen from the population, find the probability a) at least 30 had visited Langkawi b) at least 15 had visited Langkawi.

8. It was found out that 75% in a village had never read a book. 20 villagers were chosen, find the a) 5 had never read a book b) more than 12 had never read a book c) less than 8 had never read a book.

9. 20% of the nails made by a machine are defectives. 10 nails were taken, find the probability a) 3 nails are defective b) at least 6 are defective c) less than 4 are defective.

10. Find the probability when n = 7 and p = 0.2, in a Binomial Distribution. a) p(r =5) (c) p(r > 2) b) p(r < 8) (d) p(r ≥ 4)

11. Find the mean and the standard deviation for the following binomial distribution: a) B(15, 0.20) b) B(8, 0.42) c) B(72, 0.06) d) B(29, 0.49) e) B(642, 0.2)

Similar Documents

Free Essay

Lecture 07 - Binomial Distributions (5.2-5.3)

...Binomial Distributions How to recognize binomial random variable: 1. The sample size n is fixed. 2. The n observations (or trials) are independent. 3. There are only 2 possible outcomes for each observation. They are labeled “Success” and “Failure” 4. The probability of success is the same for each trial. Let p = success probability and 1 – p = failure probability 5. The binomial random variable is . . . X = the number of successes out of n observations. Binomial distributions are identified specifically by two parameters: n and p. X takes on values 0, 1, 2, . . . , n Notation: [pic] Mean: [pic] Variance: [pic] Standard deviation: [pic] The Binomial Probability Formula: [pic] Suppose [pic], then the probability of observing 16 successes out of 20 observations is [pic] Find the mean, variance, and standard deviation of X. Mean: [pic] Variance: [pic] Standard deviation: [pic] Table 3 in Appendix II contains probability distributions for a variety of binomial distributions. Look up the following probabilities: For X ~ B(20, 0.7), find P(X=16). Answer: P(X=16) = 0.130 For X ~ B(8, 0.45), find P(X > 5). Answer: P(X > 5) = P(6) + P(7) + P(8) = 0.070 + 0.016 + 0.002 = 0.088 More examples: 1. A research team found that 10% of...

Words: 371 - Pages: 2

Premium Essay

Binomial Distributions

...Different people will have different views of the impact of a particular risk – what may be a small risk for one person may destroy the livelihood of someone else. One way of putting figures to risk is to calculate a value for it as: risk = probability of event x cost of event Doing this allows you to compare risks objectively. We use this approach formally in decision making with Decision Trees. To carry out a risk analysis, follow these steps: 1. Identify Threats: The first stage of a risk analysis is to identify threats facing you. Threats may be: * Human - from individuals or organizations, illness, death, etc. * Operational - from disruption to supplies and operations, loss of access to essential assets, failures in distribution, etc. * Reputational - from loss of business partner or employee...

Words: 909 - Pages: 4

Free Essay

Binomial Distribution

...DISTRIBUSI BINOMIAL Distribusi binomial berasal dari percobaan binomial yaitu suatu proses Bernoulli yang diulang sebanyak n kali dan saling bebas. Distribusi Binomial merupakan distribusi peubah acak diskrit. Secara langsung, percobaan binomial memiliki ciri-ciri sebagai berikut: – – – – percobaan tersebut dilakukan berulang-ulang sebanyak n kali setiap percobaan menghasilkan keluaran yang dapat dikategorikan sebagai gagal dan sukses probabilitas sukses p tetap konstan dari satu percobaan ke percobaan lain percobaan yang berulang adalah saling bebas Ruang sampel A untuk percobaan E yang terdiri dari himpunan tak hingga tetapi masih terhitung dari titik – titik sampel: Jika S = Sukses dan G = Gagal E1 : S (sukses pada percobaan pertama) E2 : GS (gagal pada percobaan pertama dan sukses pada percobaan kedua) E3 : SG (sukses pada percobaan pertama, gagal pada percobaan kedua) E4 : GGS (gagal pada percobaan 1 dan 2, sukses pada percobaan ketiga) E5 : GSG (gagal pada percobaan 1 dan 3, sukses pada percobaan kedua) E6 : SGG (gagal pada percobaan 2 dan 3, sukses pada percobaan pertama) En : SSS ...S GGG...G (sukses sebanyak x kali, gagal sebanyak n – x kali) x n x Jika peluang sukses dinotasikan dengan p maka peluang gagal adalah q = 1 – p. Peubah acak X menyatakan banyaknya sukses dari n percobaan yang saling bebas. Maka peluang X pada masing – masing percobaan E adalah: P(X)  p P(X)  qp  pq P(X)  pq 2 2 untuk E1 untuk E2 untuk E3 P(X)  q p  pq untuk E4...

Words: 1210 - Pages: 5

Free Essay

Solutions Manual for Statistical Inference, Second Edition

...Solutions Manual for Statistical Inference, Second Edition George Casella University of Florida Roger L. Berger North Carolina State University Damaris Santana University of Florida 0-2 Solutions Manual for Statistical Inference “When I hear you give your reasons,” I remarked, “the thing always appears to me to be so ridiculously simple that I could easily do it myself, though at each successive instance of your reasoning I am baffled until you explain your process.” Dr. Watson to Sherlock Holmes A Scandal in Bohemia 0.1 Description This solutions manual contains solutions for all odd numbered problems plus a large number of solutions for even numbered problems. Of the 624 exercises in Statistical Inference, Second Edition, this manual gives solutions for 484 (78%) of them. There is an obtuse pattern as to which solutions were included in this manual. We assembled all of the solutions that we had from the first edition, and filled in so that all odd-numbered problems were done. In the passage from the first to the second edition, problems were shuffled with no attention paid to numbering (hence no attention paid to minimize the new effort), but rather we tried to put the problems in logical order. A major change from the first edition is the use of the computer, both symbolically through Mathematicatm and numerically using R. Some solutions are given as code in either of these languages. Mathematicatm can be purchased from Wolfram Research, and R is a...

Words: 59353 - Pages: 238

Free Essay

Sir Nicolas

...Lin20522_appb_726-743.indd Page 726 28/10/13 11:55 AM user-f-w-198 /201/MH02018/Lin20522_disk1of1/0078020522/Lin20522_pagefiles A P P E N D I X B : TA B L E S B.1 Binomial Probability Distribution n51 Probability x 0.05 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.95 0 1 0.950 0.050 0.900 0.100 0.800 0.200 0.700 0.300 0.600 0.400 0.500 0.500 0.400 0.600 0.300 0.700 0.200 0.800 0.100 0.900 0.050 0.950 n52 Probability x 0.05 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.95 0 1 2 0.903 0.095 0.003 0.810 0.180 0.010 0.640 0.320 0.040 0.490 0.420 0.090 0.360 0.480 0.160 0.250 0.500 0.250 0.160 0.480 0.360 0.090 0.420 0.490 0.040 0.320 0.640 0.010 0.180 0.810 0.003 0.095 0.903 n53 Probability x 0.05 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.95 0 1 2 3 0.857 0.135 0.007 0.000 0.729 0.243 0.027 0.001 0.512 0.384 0.096 0.008 0.343 0.441 0.189 0.027 0.216 0.432 0.288 0.064 0.125 0.375 0.375 0.125 0.064 0.288 0.432 0.216 0.027 0.189 0.441 0.343 0.008 0.096 0.384 0.512 0.001 0.027 0.243 0.729 0.000 0.007 0.135 0.857 n54 Probability x 0.05 0.10 0.20 0.30 0.40 0.50 0.60 0.70 0.80 0.90 0.95 0 1 2 3 4 0.815 0.171 0.014 0.000 0.000 0...

Words: 12879 - Pages: 52

Premium Essay

Statistics First Five

.... . . . . . . . . . . . . . . . . . . . 11 2.3 Five Number Summaries and Box and Whisker Displays . . . . . 12 3 Probability 13 3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2 Random Variables . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.2 Expected Value . . . . . . . . . . . . . . . . . . . . . . . . 17 3.2.3 Variance and Standard Deviation . . . . . . . . . . . . . . 17 3.2.4 “Shortcuts” for Binomial Random Variables . . . . . . . . 18 1 4 Probability Distributions 19 4.1 Binomial Distributions . . . . . . . . . . . . . . . . . . . . . . . . 19 4.2 Poisson Distributions . . . . . . . . . . . . . . . . . . . . . . . . . 21 4.2.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 4.2.2 As an Approximation to the Binomial . . . . . . . . . . . 22 Normal Distributions . ....

Words: 11010 - Pages: 45

Premium Essay

Truth

...The Al Gore Effect: An Inconvenient Truth and Voluntary Carbon Offsets∗ [Job Market Paper] Grant Jacobsen University of California-Santa Barbara 2120 North Hall University of California Santa Barbara, 93106-9210 jacobsen@econ.ucsb.edu Phone: (717) 315-5503 Fax: (805) 893-8830 I thank Matthew Kotchen, Robert Deacon, Olivier Deschenes, and Charles Kolstad for helpful comments. I also thank participants at a UCSB seminar, the Western Economics International Association’s Conference, and the University of Colorado Environmental and Resource Economics Workshop. ∗ 1 The Al Gore Effect: An Inconvenient Truth and Voluntary Carbon Offsets Abstract This paper examines the relationship between climate change awareness and household behavior by testing whether Al Gore’s documentary An Inconvenient Truth caused an increase in the purchase of voluntary carbon offsets. I find that in the two months following the film’s release, zip codes within a 10-mile radius of a zip code where the film was shown experienced a 50 percent relative increase in the purchase of voluntary carbon offsets. During other times, offset purchasing patterns for zip codes inside the 10-mile radius were similar to the patterns of zip codes outside the 10-mile radius. There is, however, little evidence that individuals who purchased an offset due to the film renewed them again a year later. This research has implications for how information campaigns, which are commonly used by policy-makers to...

Words: 10098 - Pages: 41

Premium Essay

Magic of Statistics

...your students while teaching or reviewing concepts including: – Probability and Independence – The Binomial distribution – The Normal approximation to the binomial – Hypothesis testing Semantics • Remove all ACEs from the deck • Place one red ACE and one black ACE face up • Ask each student, in order, to guess the color of a card which they cannot see • Place card onto appropriate colored ACE stack • After 10 (or so) guesses, place opposite color ACE on each stack • Repeat second step above • Reveal to students their hidden psychic ability! Probability • Define “success” as guessing right • What is the probability of “success”? – Bayesian? – Frequentist? • What is the probability of getting all n right? Independence • What is the probability of getting all n right? • Does the guess of one student affect the next student? – Series of reds often forces the next guess to be black – Does the probability of “success” change? Binomial Distribution • Recall requirements of – Dichotomous event – Independence – N trials – Constant probability of success (50%) • What is the probability of getting all n right? • What is the probability of getting n-1 out of n right (modification)? Hypothesis Testing • p-value: If the true probability of “success” is 50%, what is the chance you get all n right? – Binomial calculation – Normal approximation to the binomial • Only need n=10 until np and n(1-p) = 5 • In the end, students don’t need to understand how the...

Words: 483 - Pages: 2

Premium Essay

Acme Electronics Case

...Acme Electronics Case Date: March 6, 2012 To: Jetson, on behalf of Acme Electronics From: Team 4 Consulting Firm Re: Legal and statistical evaluation of problems facing Acme Per your request, we have assembled a report with a legal and statistical evaluation of the problems facing Acme. If you have any questions, feel free to contact us at any time. Group 4: Acme Electronics Case Executive Summary This report is dealing with the case of ACME Electronics vs. Otto Gunter. Gunter purchased a computer from ACME Electronics in 2002. In 2004, the hard drive crashed and he brought it in to ACME Electronics to have it replaced, as well as request for his old hard drive back to retrieve his information. ACME replaced the hard drive and gave Gunter his supposed old hard drive. Gunter spent $800 retrieving information from the hard drive only to find out it was mixed with another customer’s. The other customer disposed of Gunter’s old hard drive, so he cannot retrieve it. Gunter is suing ACME for $800 for retrieving information from the wrong hard drive supplied by ACME, $5,000 for time spent reconstructing the lost information, and $10,000 for punitive damages. The point of this report is to analyze the legal ramifications and statistics based on the situation at hand and to deduce the appropriate course of action to take based off the analysis. We analyzed a survey using statistics...

Words: 3603 - Pages: 15

Premium Essay

Tree Value

...Overview and examples from Finite Mathematics Using Microsoft Excel® Revathi Narasimhan Saint Peter's College An electronic supplement to Finite Mathematics and Its Applications, 6th Ed. , by Goldstein, Schneider, and Siegel, Prentice Hall, 1997 Introduction In any introductory mathematics course designed for non-mathematics majors, it is important for the student to understand and apply mathematical ideas in a variety of contexts. With the increased use of advanced software in all fields, it is also important for the student to effectively interact with the new technology. Our goal is to integrate these two objectives in a supplement for the text Finite Mathematics and Its Applications, by Goldstein, Schneider, and Siegel. The package consists of interactive tutorials and projects in an Excel workbook format. The software platform used is the Microsoft Excel 5.0 spreadsheet. It was chosen for the following reasons: • • • suited to applications encountered in a finite math course widespread use outside of academia ease of creating reports with a professional look Use of Excel 5.0 was put into effect in the author's sections of the Finite Mathematics II course in the Spring 1996 semester. It was expanded to cover the Finite Mathematics I course for the Fall semester of 1996. Using a combination of specially designed projects and tutorials, students are able to analyze data, draw conclusions, and present their analysis in a professional format. The mathematical...

Words: 3176 - Pages: 13

Free Essay

On an Improved Fraction Nonconforming Control Chart

...student, University of Alabama in Huntsville Abstract. In their article published in the April 2013 edition of Control Engineering Practice, Silvia Joekes and Emanuel Pimentel Barbosa present the use of a correction factor, the Cornish-Fisher quantile correction, to improve the fraction nonconforming control chart (p-chart) when dealing with high quality processes. Introduction. The use of the standard Shewhart control chart for the fraction of nonconforming parts will produce a type I error–signaling that the process is out of control when, in fact, it is still in control–with probability 0 = 0.0027. When dealing with a process with both high quality and a large yield, the control limits for the Shewhart p-chart based on the normal distribution will become tighter, leaving a greater chance of a false alarm signal occurring. This journal entry proposes a modified version of the p-chart based on the CornishFisher expansion, which allows monitoring processes with very low values of p. This new corrected p-chart is shown using one and two terms of correction. Shewhart p-chart basics. Shewhart control charts use 3 limits for both upper and lower control limits, i.e.   3 . The use of Shewhart control charts is commonplace due to their ease of use: the process will only ever signal in control or out of control. This type of pass/fail or conforming/nonconforming relationship is used for attributes data: data that is not easily assigned some numerical value for the characteristic...

Words: 1085 - Pages: 5

Free Essay

Us Public Health Services Case

...event of one person testing positive is independent of any other person testing positive. 2. Every person testing positive for the disease is equally likely. Solution • Let N be the total population, r be the number of infected people in the population. Hence, N-r represents the number of people in the population without the disease. • Let n denote the number of samples in a group. Therefore, [pic] be the number of groups. Let ‘p’ represent the probability that a group tests negative for the disease, that is, none of the group members carry the antigen. Probability Distribution In a population of N, there are r people who carry the disease and N-r people who are free from the disease. Samples of size n are chosen from this population. Let X denote the number of people who test positive for the disease in the sample n. Then, p follows hypergeometric distribution. [pic] For the problem at hand, k = 0. [pic] Therefore, 1-p will represent the probability that the group tests positive. Number of tests to be performed through sampling = Number of groups + Testing each person in the groups testing positive If the proposed technique is to require lesser number of chemical analyses than those required by the existing procedure [pic] [pic] [pic] f(x) was plotted on MS Excel for different values of N, n and r, as shown here: |N...

Words: 1040 - Pages: 5

Premium Essay

Stats Notes

...Descriptive Statistics Descriptive statistics involves organizing, summarizing and illustrating statistical data. The objective is to show important characteristics of the data without drawing any conclusions. Inferential statistics involves using a representative subset of data (a sample) in order to draw conclusions about unknown characteristics of an entire set of data (a population). Population: The entire set of elements of interest (i.e. all humans, all working-age people in Canada, all IT companies). A population parameter is a characteristic used to describe a population. For example, Population mean ( Population standard deviation ( Population median ( The values of the population parameters would be preferable for use in decision-making but seldom will these values be known since collecting all the population elements (a census) is usually too expensive and/or time consuming. Sample: A representative subset of the entire set of elements of interest that is used to gain insight about the population. A sample statistic is a characteristic used to describe a sample. For example, Sample mean [pic] Sample standard deviation s Sample median Md It is cheaper, less time-consuming and more practical to use sample statistics as estimates for population parameters in making business decisions. How well the sample represents the population depends on...

Words: 14529 - Pages: 59

Free Essay

Sta Course

...Solution to selected exercises from chapter 3 3-14. f X (0)  P( X  0)  1/ 6  1/ 6  1/ 3 f X (1.5)  P( X  1.5)  1/ 3 f X (2)  1/ 6 f X (3)  1/ 6 a) P(X = 2) = 1/6 b) P(0.6 < X < 2.7) = P(X = 1.5) +P(X = 2) = 1/3 + 1/6 = 1/2 c) P(X > 3) = 0 d) P(0  X  2)  P( X  0)  P( X  1.5)  1/ 3  1/ 3  2 / 3 e) P(X = 0 or X = 2) = 1/3 + 1/6 = ½ --------------------------------------------------------------------------------------------------------------------3-15. All probabilities are greater than or equal to zero and sum to one. a) P(X  1) = 1/8 + 2/8 + 2/8 + 2/8 = 7/8 b) P(X > 2) = 2/8 + 2/8 + 2/8 + 1/8 = 7/8 c) P(1  X  1) = 2/8 + 2/8 + 2/8 =6/8 = 3/4 d) P(X  1 or X = 2) = 1/8 + 2/8 +1/8 = 4/8 = ½ --------------------------------------------------------------------------------------------------------------------3-20. P(X = 0) = 0.053 = 1.25  104 P(X = 1) = 3[0.95(0.05)(0.05)] = 7.125  103 P(X = 2) = 3[0.95(0.95)(0.05)] = 0.1354 P(X = 3) = 0.953 = 0.8574 --------------------------------------------------------------------------------------------------------------------- 3-25. P(X = 15 million) = 0.6, P(X = 5 million) = 0.3, P(X = 0.5 million) = 0.1 --------------------------------------------------------------------------------------------------------------------- 3-32. x0   0, 1/ 3 0  x  1.5      F ( x)  2 / 3 1.5  x  2  where 5 / 6 2  x  3    3 x   1   f X (0)  P( X  0)  1/ 6  1/ 6  1/ 3 f X (1.5)  P( X ...

Words: 1968 - Pages: 8

Premium Essay

Statistics Cheet Sheet

...statistics (proportions-population) - past events, Probability (sample) - future events. 1) A U B, A or B P(A or B) = P(A) + P(B) - P(A and B) Mutually exclusive => P(A and B)=0 2) P(B/A) Independent=P(B). Dependent=P(B/A)= P(A and B)/ P(A) 3) Intersection A ∩ B ///Dependent :P(A and B) = P(A) x P(B|A) Independent Events: P(A and B) = P(A) x P(B) 4) A stands for “not A” ; Complement Rule: P(A) + P(not A) = 1; P(A) = 1- P(not A); P(At least one) = 1 – P(none) ……………………………………………………………………………………………………………………………………………………………………… ……………………………………………………………………………. 1)UNIFORM DISTRIBUTION: The area under the uniform distribution: P( Mx1 ) z1= 1 - CI% x% (confidence interval dat) of the observation fall below X 3) BINOMIAL DISTRIBUTION: calculez : p(success); n= total no; x = number of successes in sample- ni se da in intrebare; BINOMIAL FORMULA: p(x)= [n!/ (X! (n-x)!)]*px(1-p)n-x ; P(x=x) =P(1)+ P(2)+………………..+P(n) BINOMIAL...

Words: 795 - Pages: 4