Binomial Distribution

Slides:



Advertisements
Similar presentations
How many possible outcomes can you make with the accessories?
Advertisements

1 Counting Rules. 2 The probability of a specific event or outcome is a fraction. In the numerator we have the number of ways the specific event can occur.
1 Counting Rules. 2 The probability of a specific event or outcome is a fraction. In the numerator we have the number of ways the specific event can occur.
Chapter 5 Probability Distributions
Statistics Alan D. Smith.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
Confidential2 Warm Up 1.Tossing a quarter and a nickel 2. Choosing a letter from D,E, and F, and a number from 1 and 2 3.Choosing a tuna, ham, or egg.
X of Z: MAJOR LEAGUE BASEBALL ATTENDANCE Rather than solving for z score first, we may be given a percentage, then we find the z score, then we find the.
DISCRETE PROBABILITY DISTRIBUTIONS
Topics to be covered: Produce all combinations and permutations of sets. Calculate the number of combinations and permutations of sets of m items taken.
Chapter 5 Discrete Random Variables Statistics for Business 1.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
CHAPTER Discrete Models  G eneral distributions  C lassical: Binomial, Poisson, etc Continuous Models  G eneral distributions 
Binomial Experiment A binomial experiment (also known as a Bernoulli trial) is a statistical experiment that has the following properties:
Chapter 3 Discrete Random Variables and Probability Distributions  Random Variables.2 - Probability Distributions for Discrete Random Variables.3.
Probability Theory Rahul Jain. Probabilistic Experiment A Probabilistic Experiment is a situation in which – More than one thing can happen – The outcome.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
Counting Techniques Tree Diagram Multiplication Rule Permutations Combinations.
Business Statistics, A First Course (4e) © 2006 Prentice-Hall, Inc. Chap 5-1 Chapter 5 Some Important Discrete Probability Distributions Business Statistics,
13 Lesson 1 Let Me Count the Ways Fundamental Counting Principle, Permutations & Combinations CP Probability and Statistics FA 2014 S-ID.1S-CP.3S-CP.5.
Probability Distributions  A variable (A, B, x, y, etc.) can take any of a specified set of values.  When the value of a variable is the outcome of a.
INTRODUCTION TO ECONOMIC STATISTICS Topic 5 Discrete Random Variables These slides are copyright © 2010 by Tavis Barr. This work is licensed under a Creative.
Permutations and Combinations
6.3 Binomial and Geometric Random Variables
The binomial probability distribution
Elementary Probability Theory
What Is Probability?.
Sequences, Series, and Probability
BASIC PROBABILITY Probability – the chance of something (an event) happening # of successful outcomes # of possible outcomes All probability answers must.
Chapter 0.4 Counting Techniques.
Lesson Objectives At the end of the lesson, students can:
Chapter 5 Sampling Distributions
Chapter 5 Sampling Distributions
Chapter 5 Sampling Distributions
Inferences About Means from Two Groups
About the Two Different Standard Normal (Z) Tables
Probability Distributions
Week 8 Chapter 14. Random Variables.
Understanding How Hypothesis Testing Works
Determining Sample Size
Intro to Statistical Inference
Chapter 3 Discrete Random Variables and Probability Distributions
Inferences About Means from Two Independent Groups
Probability Probability underlies statistical inference - the drawing of conclusions from a sample of data. If samples are drawn at random, their characteristics.
PROBABILITY AND STATISTICS
Discrete random variable X Examples: shoe size, dosage (mg), # cells,…
Warm Up Permutations and Combinations Evaluate  4  3  2  1
Chapter 5 Sampling Distributions
Permutations and Combinations
Inferences About the Population Proportion
Probability distributions
Permutations and Combinations
Permutations and Combinations
Binomial Distribution
10.4 Permutations and Combinations
Permutations and Combinations
How many possible outcomes can you make with the accessories?
MATH 2311 Section 3.2.
Lecture 11: Binomial and Poisson Distributions
QUANTITATIVE METHODS 1 SAMIR K. SRIVASTAVA.
Elementary Statistics
Permutations and Combinations
Standard DA-5.2 Objective: Apply permutations and combinations to find the number of possibilities of an outcome.
Permutations and Combinations
Lecture 7: Permutations and Combinations
Permutations and Combinations
Chapter 5: Sampling Distributions
MATH 2311 Section 3.2.
Chapter 11 Probability.
Applied Statistical and Optimization Models
Presentation transcript:

Binomial Distribution Each slide has its own narration in an audio file. For the explanation of any slide click on the audio icon to start it. Professor Friedman's Statistics Course by H & L Friedman is licensed under a  Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. 

Permutations & Combinations First a slight digression to review permutations and combinations. Permutations. A permutation is a particular arrangement.   Example: How many ways can you arrange the letters A, B, and C? ABC, ACB, BAC, BCA, CAB, CBA. Answer:  6 Binomial Distribution

Permutations & Combinations How did we get this? Let’s use 3 imaginary slots. In slot one, we have three letters to choose from, A, B, or C. In slot two, we only have two letters left. Finally, in slot three, we only have one unused letter. Binomial Distribution

Permutations & Combinations On your scientific calculator, you will use the nPr key. The P stands for permutations. n is the number of distinct objects you wish to arrange and r is the number of slots or spaces. Thus, in the above example, we have 3 objects to arrange in three slots, or, 3P3 = 6 . Binomial Distribution

Permutations & Combinations The general formula for a permutation is: When n = r, then nPn = n! n! is read as n factorial. In general, n! = n⋅(n-1)⋅(n-2)⋅ … ⋅(2)⋅(1) = n⋅(n-1)! So, 10! = 10 x 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 = 3,628,800 6! = 6 x 5 x 4 x 3 x 2 x 1 = 720 Note that 0! ≡ 1. Binomial Distribution

Permutations & Combinations Example: How many ways can you assign five workers to five different tasks? Answer: 5P5= 5! = 120 Example: How many ways can you arrange 10 different books in your bookcase which has room for exactly 5 books? Answer: 10P5= 10 x 9 x 8 x 7 x 6 = 30,240 Example: How many ways can 8 cars line up single file in front of a toll booth? Answer: 8P8 = 8! = 40,320 Example: How many ways can you arrange 12 guests around a table that has 12 chairs? Answer: 12P12 = 12! = 479,000,600 Follow up question: How many different potential family feuds can break out? Binomial Distribution

Permutations & Combinations With permutations, the arrangement of the items is important. Each unique sequence is another permutation. Thus, ABC is different from BCA and both are different from CBA. With combinations, however, ABC, BCA, and CBA are all the same. They are all part of the same combination. Example: How many different groups of 3 can be selected from 7 people? Say these people are named A, B, C, D, E, F, G. Note that once you select, say, B, D, and E, the six different arrangements you can make from them are irrelevant. Binomial Distribution

Permutations & Combinations The formula for combinations is: Note that: You can use the nCr key on your calculator to solve any combination problem. To solve the above problem: How many different groups of 3 can be selected from 7 people? Answer: 7C3 = 7! / 3! 4! = 35 Binomial Distribution

Permutations & Combinations Example: How many different hands can one draw from a deck of 52 cards in a game of 7-card rummy? Answer: 52C7 = 52! / 7! 45! = 133,784,560 Example: How many samples of size n = 6 can be drawn from a population of size N = 50? Answer: 50C6 = 50! / 6! 44! = 15,890,700 Binomial Distribution

Binomial Distribution The Binomial Distribution is used when the sampling process works this way: There are only two possible outcomes for each trial, object, or observation. These two outcomes are mutually exclusive. These outcomes are called success and failure. For example: heads/tails; pass/fail; defective/non-defective; dead/alive; hit/miss The outcomes are independent events.  The probability of success (or failure) is constant from trial to trial. For example, the probability of getting a head on a coin toss is the same at every toss of the coin. [This sampling process is called a Bernoulli process.] Binomial Distribution

Binomial Distribution The binomial distribution can be used to compute the probability of getting a particular number of successes in a specified number of trials (or observations). For: p ≡ the probability of success (1-p) ≡ the probability of failure x ≡ number of successes (n – x) ≡ number of failures n ≡ number of observations (or trials) The probability of getting x successes out of n trials (or observations) is: P(x) = nCx px (1-p)n-x Binomial Distribution

Binomial Distribution Again, the probability of getting x successes out of n trials (or observations) is: P(x) = nCx px (1-p)n-x The mean (expected value) of a binomial distribution is: μ = np The variance of a binomial distribution is: σ2 = np(1–p) Binomial Distribution

Example: Air conditioners An air conditioner made by a certain company is made of 20 distinct parts. Each part has a .004 probability of being defective. What is the probability that a randomly selected air conditioner will not work perfectly? [Note that it will not work perfectly if even one of these parts is defective.] Binomial Distribution

Example: Air conditioners Answer: First, solve the probability that the air conditioner will work perfectly, i.e., all 20 parts will be good. P(0 defectives) = P (X=20; n=20) = 20C20 (.004)0 (.996)20 = .923 The probability that the air conditioner will not work perfectly (i.e., that it has 1 or more defective parts) is: 1 - .923 = .077. There is a 7.7% chance that a randomly selected a/c made by this company will not work perfectly. What should be done to improve quality at this company? One solution is to reduce the number of parts. Also, improve quality of each part. .004 defective rate is not very good. [You will learn about 6 sigma quality in other courses.] Binomial Distribution

Example: Machine parts A machine produces parts that are very difficult to make. It turns out that 1 out of 20 are defective and must be thrown out. What is the probability that a sample of 10 parts will contain 0 defectives? Note: If 1 out of 20 parts are defective, this means that p = .05. (It is strange to call a defective part a “success”). Solution: P (x=0; n=10) = 10C0 (.05)0 (.95)10 =.5987 Binomial Distribution

Example: Coin toss If you toss a coin 12 times, what is the probability that you will get 6 heads? Solution: P (x=6; n=12) = 12C6 (.50)6 (.50)6 =.2256 The mean of the binomial, μ = np. On average, when you toss a coin 12 times, you expect to get 6 heads. The most likely outcome in 12 tosses is 6 heads. In 100 tosses, 50 heads is the most likely outcome, but the probability of getting 50 heads in 100 tosses is only .0796. Check for yourself: P (x=50; n=100) = 100C50 (.50)50 (.50)50 Binomial Distribution

Example: Females @ CUNY 60% of the students at CUNY are female. What is the probability that a randomly selected group of 25, there will be exactly 15 females? Solution: P (x=15; n=25) = 25C15 (.60)15 (.40)10 = .1612. Binomial Distribution