SlideShare a Scribd company logo
1 of 32
Discrete Probability Distributions Chapter 4
§  4.1 Probability Distributions
Random Variables A  random variable  x   represents a numerical value associated with each outcome of a probability distribution. A random variable is  discrete  if it has a finite or countable number of possible outcomes that can be listed. A random variable is  continuous  if it has an uncountable number or possible outcomes, represented by the intervals on a number line. x 2 10 6 0 4 8 x 2 10 6 0 4 8
Random Variables Example : Decide if the random variable  x  is discrete or continuous. a.)  The distance your car travels on a tank of gas b.)  The number of students in a statistics class The distance your car travels is a continuous random variable because it is a measurement that cannot be counted.  (All measurements are continuous random variables.)‏ The number of students is a discrete random variable because it can be counted.
Discrete Probability Distributions A  discrete probability distribution  lists each possible value the random variable can assume, together with its probability.  A probability distribution must satisfy the following conditions.  In Words In Symbols 1.  The probability of each value of the discrete random variable is between 0 and 1, inclusive. 0     P  ( x )    1 2.  The sum of all the probabilities is 1. Σ P  ( x ) = 1
Constructing a Discrete Probability Distribution Guidelines Let  x  be a discrete random variable with possible outcomes  x 1 ,  x 2 , … ,  x n . 1.  Make a frequency distribution for the possible outcomes. 2.  Find the sum of the frequencies. 3. Find the probability of each possible outcome by dividing its frequency by the sum of the frequencies. 4. Check that each probability is between 0 and 1 and that the sum is 1.
Constructing a Discrete Probability Distribution Example : The spinner below is divided into two sections.  The probability of landing on the 1 is 0.25.  The probability of landing on the 2 is 0.75.  Let  x  be the number the spinner lands on.  Construct a probability distribution for the random variable  x . 2 1 0.75 2 0.25 1 P  ( x )‏ x Each probability is between 0 and 1. The sum of the probabilities is 1.
Constructing a Discrete Probability Distribution Example : The spinner below is spun two times.  The probability of landing on the 1 is 0.25.  The probability of landing on the 2 is 0.75.  Let  x  be the  sum  of the two spins.  Construct a probability distribution for the random variable  x . Continued. The possible sums are 2, 3, and 4. P  (sum of 2) = 0.25     0.25 = 0.0625 2 1 “ and” Spin a 1 on the first spin. Spin a 1 on the second spin.
Constructing a Discrete Probability Distribution Example continued : P  (sum of 3) = 0.25     0.75 = 0.1875 “ or” P  (sum of 3) = 0.75     0.25 = 0.1875 Continued. 0.375 2 1 “ and” Spin a 1 on the first spin. Spin a 2 on the second spin. “ and” Spin a 2 on the first spin. Spin a 1 on the second spin. 3 4 0.0625 2 P  ( x )‏ Sum of spins,  x 0.1875 + 0.1875
Constructing a Discrete Probability Distribution Example continued : P  (sum of 4) = 0.75     0.75 = 0.5625 0.5625 Each probability is between 0 and 1, and the sum of the probabilities is 1. 2 1 “ and” Spin a 2 on the first spin. Spin a 2 on the second spin. 0.375 3 4 0.0625 2 P  ( x )‏ Sum of spins,  x
Graphing a Discrete Probability Distribution Example : Graph the following probability distribution using a histogram. 0.375 3 0.5625 4 0.0625 2 P  ( x )‏ Sum of spins,  x Sum of Two Spins 0 0.4 0.3 0.2 x Probability 0.6 0.1 0.5 2 3 4 Sum P ( x )‏
Mean The  mean  of a discrete random variable is given by μ =  Σ xP ( x ). Each value of  x  is multiplied by its corresponding probability and the products are added. Example : Find the mean of the probability distribution for the sum of the two spins. Σ xP ( x ) = 3.5 The mean for the two spins is 3.5. 0.0625 2 0.375 3 0.5625 4 P  ( x )‏ x 2(0.0625) = 0.125 3(0.375)  = 1.125 4(0.5625) = 2.25 xP  ( x )‏
Variance The  variance  of a discrete random variable is given by  2  = Σ( x – μ ) 2 P  ( x ). Example : Find the variance of the probability distribution for the sum of the two spins.  The mean is 3.5. Σ P ( x )( x  – 2) 2 The variance for the two spins is approximately 0.376    0.376 0.0625 2 0.375 3 0.5625 4 P  ( x )‏ x – 1.5 – 0.5 0.5 x – μ  2.25 0.25 0.25 ( x – μ ) 2      0.141    0.094    0.141 P  ( x )( x – μ ) 2
Standard Deviation The  standard   deviation  of a discrete random variable is given by Example : Find the standard deviation of the probability distribution for the sum of the two spins.  The variance is 0.376. Most of the sums differ from the mean by no more than 0.6 points. 0.0625 2 0.375 3 0.5625 4 P  ( x )‏ x – 1.5 – 0.5 0.5 x – μ  2.25 0.25 0.25 ( x – μ ) 2   0.141 0.094 0.141 P  ( x )( x – μ ) 2
Expected Value The  expected value  of a discrete random variable is equal to the mean of the random variable. Expected Value =  E ( x ) =  μ  =   Σ xP ( x ). Example : At a raffle, 500 tickets are sold for $1 each for two prizes of $100 and $50.  What is the expected value of your gain? Your gain for the $100 prize is $100 – $1 = $99. Your gain for the $50 prize is $50 – $1 = $49. Write a probability distribution for the possible gains (or outcomes). Continued.
Expected Value Example continued : At a raffle, 500 tickets are sold for $1 each for two prizes of $100 and $50.  What is the expected value of your gain? Because the expected value is negative, you can expect to lose $0.70 for each ticket you buy. $99 $49 – $1 E ( x ) =   Σ xP ( x ). P  ( x )‏ Gain,  x Winning no prize
§  4.2 Binomial Distributions
Binomial Experiments A  binomial experiment  is a probability experiment that satisfies the following conditions. 1.  The experiment is repeated for a fixed number of trials, where each trial is independent of other trials. 2.  There are only two possible outcomes of interest for each trial.  The outcomes can be classified as a success ( S ) or as a failure ( F ). 3. The probability of a success  P  ( S ) is the same for each trial. 4. The random variable  x  counts the number of successful trials.
Notation for Binomial Experiments Symbol Description n The number of times a trial is repeated. p  =  P  ( S )‏ The probability of success in a single trial. q  =  P  ( F )‏ The probability of failure in a single trial.  ( q  = 1 –  p )‏ x The random variable represents a count of the number of successes in  n  trials:  x  = 0, 1, 2, 3, … ,  n .
Binomial Experiments Example : Decide whether the experiment is a binomial experiment.  If it is, specify the values of  n ,  p , and  q , and list the possible values of the random variable  x .  If it is not a binomial experiment, explain why. ,[object Object],This is a binomial experiment.  Each of the 8 selections represent an independent trial because the card is replaced before the next one is drawn. There are only two possible outcomes :  either the card is an Ace or not.
Binomial Experiments Example : Decide whether the experiment is a binomial experiment.  If it is, specify the values of  n ,  p , and  q , and list the possible values of the random variable  x .  If it is not a binomial experiment, explain why. ,[object Object],This is not a binomial experiment.  While each trial (roll) is independent, there are more than two possible outcomes: 1, 2, 3, 4, 5, and 6.
Binomial Probability Formula In a binomial experiment, the probability of exactly  x  successes in  n  trials is Example : A bag contains 10 chips.  3 of the chips are red, 5 of the chips are white, and 2 of the chips are blue.  Three chips are selected, with replacement.  Find the probability that you select exactly one red chip. q  = 1 –  p  = 0.7 n  = 3 x  = 1 p  = the probability of selecting a red chip
Binomial Probability Distribution Example : A bag contains 10 chips.  3 of the chips are red, 5 of the chips are white, and 2 of the chips are blue.  Four chips are selected, with replacement.  Create a probability distribution for the number of red chips selected. q  = 1 –  p  = 0.7 n  = 4 x  = 0, 1, 2, 3, 4 p  = the probability of selecting a red chip  0.076 3 0.412 1 0.265 2 0.008 4 0.240 0 P  ( x )‏ x The binomial probability formula is used to find each probability.
Finding Probabilities Example : The following probability distribution represents the probability of selecting 0, 1, 2, 3, or 4 red chips when 4 chips are selected. a.)  P  (no more than 3) =  P  ( x     3) =  P  (0) +  P  (1) +  P  (2) +  P  (3)‏ b.)  Find the probability of selecting at least 1 red chip. a.)  Find the probability of selecting no more than 3 red chips. = 0.24 + 0.412 + 0.265 + 0.076 = 0.993 b.)  P  (at least 1) =  P  ( x     1) = 1 –  P  (0) = 1 – 0.24 = 0.76 0.076 3 0.412 1 0.265 2 0.008 4 0.24 0 P  ( x )‏ x Complement
Graphing Binomial Probabilities Example : The following probability distribution represents the probability of selecting 0, 1, 2, 3, or 4 red chips when 4 chips are selected.  Graph the distribution using a histogram. 0.076 3 0.412 1 0.265 2 0.008 4 0.24 0 P  ( x )‏ x Selecting Red Chips 0 0.4 0.3 0.2 x Probability 0.1 0.5 0 3 1 Number of red chips 4 2 P  ( x )‏
Mean, Variance and Standard Deviation Population Parameters of a Binomial Distribution Mean : Variance : Standard deviation : Example : One out of 5 students at a local college say that they skip breakfast in the morning.  Find the mean, variance and standard deviation if 10 students are randomly selected.
§  4.3 More Discrete Probability Distributions
Geometric Distribution A  geometric distribution  is a discrete probability distribution of a random variable x that satisfies the following conditions. 1.  A trial is repeated until a success occurs. 2.  The repeated trials are independent of each other. 3. The probability of a success  p  is constant for each trial. The  probability that the first success will occur on trial  x   is P  ( x ) =  p ( q ) x  – 1 , where  q  = 1 –  p.
Geometric Distribution Example : A fast food chain puts a winning game piece on every fifth package of  French fries.  Find the probability that you will win a prize,  a.)  with your third purchase of French fries, b.)  with your third or fourth purchase of French fries. p  = 0.20 q  = 0.80 = (0.2)(0.8) 2 = (0.2)(0.64)‏ = 0.128 a.)   x  = 3 P  (3) = (0.2)(0.8) 3 – 1    0.230 b.)   x  = 3, 4 P  (3 or 4) =  P  (3) +  P  (4)     0.128 + 0.102
Geometric Distribution Example : A fast food chain puts a winning game piece on every fifth package of  French fries.  Find the probability that you will win a prize,  a.)  with your third purchase of French fries, b.)  with your third or fourth purchase of French fries. p  = 0.20 q  = 0.80 = (0.2)(0.8) 2 = (0.2)(0.64)‏ = 0.128 a.)   x  = 3 P  (3) = (0.2)(0.8) 3 – 1    0.230 b.)   x  = 3, 4 P  (3 or 4) =  P  (3) +  P  (4)     0.128 + 0.102
Poisson Distribution The  Poisson distribution  is a discrete probability distribution of a random variable x that satisfies the following conditions. 1.  The experiment consists of counting the number of times an event,  x , occurs in a given interval.  The interval can be an interval of time, area, or volume. 2.  The probability of the event occurring is the same for each interval. 3. The number of occurrences in one interval is independent of the number of occurrences in other intervals. The probability of exactly  x  occurrences in an interval is where  e     2.71818 and  μ  is the mean number of occurrences.
Poisson Distribution Example : The mean number of power outages in the city of Brunswick is 4 per year.  Find the probability that in a given year,  a.)  there are exactly 3 outages, b.)  there are more than 3 outages.

More Related Content

What's hot

introduction to probability
introduction to probabilityintroduction to probability
introduction to probabilitylovemucheca
 
Chapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random VariablesChapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random Variablesnszakir
 
Probability Distributions for Discrete Variables
Probability Distributions for Discrete VariablesProbability Distributions for Discrete Variables
Probability Distributions for Discrete Variablesgetyourcheaton
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probabilityIkhlas Rahman
 
Uniform Distribution
Uniform DistributionUniform Distribution
Uniform Distributionmathscontent
 
STATISTICS: Hypothesis Testing
STATISTICS: Hypothesis TestingSTATISTICS: Hypothesis Testing
STATISTICS: Hypothesis Testingjundumaug1
 
1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviationONE Virtual Services
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variablesnszakir
 
Hypergeometric probability distribution
Hypergeometric probability distributionHypergeometric probability distribution
Hypergeometric probability distributionNadeem Uddin
 

What's hot (20)

introduction to probability
introduction to probabilityintroduction to probability
introduction to probability
 
Chapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random VariablesChapter 4 part3- Means and Variances of Random Variables
Chapter 4 part3- Means and Variances of Random Variables
 
The Central Limit Theorem
The Central Limit TheoremThe Central Limit Theorem
The Central Limit Theorem
 
Probability Distributions for Discrete Variables
Probability Distributions for Discrete VariablesProbability Distributions for Discrete Variables
Probability Distributions for Discrete Variables
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
Basic concepts of probability
Basic concepts of probabilityBasic concepts of probability
Basic concepts of probability
 
Discrete and Continuous Random Variables
Discrete and Continuous Random VariablesDiscrete and Continuous Random Variables
Discrete and Continuous Random Variables
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
Uniform Distribution
Uniform DistributionUniform Distribution
Uniform Distribution
 
STATISTICS: Hypothesis Testing
STATISTICS: Hypothesis TestingSTATISTICS: Hypothesis Testing
STATISTICS: Hypothesis Testing
 
probability
probabilityprobability
probability
 
Intro to probability
Intro to probabilityIntro to probability
Intro to probability
 
Probability and statistics
Probability and statisticsProbability and statistics
Probability and statistics
 
Random Variables
Random VariablesRandom Variables
Random Variables
 
Normal distribution
Normal distributionNormal distribution
Normal distribution
 
1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation1.1 mean, variance and standard deviation
1.1 mean, variance and standard deviation
 
Statistics & probability
Statistics & probabilityStatistics & probability
Statistics & probability
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
Chapter 4 part2- Random Variables
Chapter 4 part2- Random VariablesChapter 4 part2- Random Variables
Chapter 4 part2- Random Variables
 
Hypergeometric probability distribution
Hypergeometric probability distributionHypergeometric probability distribution
Hypergeometric probability distribution
 

Viewers also liked

Mean of a discrete random variable.ppt
Mean of a discrete random variable.pptMean of a discrete random variable.ppt
Mean of a discrete random variable.pptccooking
 
Discrete random variable.
Discrete random variable.Discrete random variable.
Discrete random variable.Shakeel Nouman
 
Probability and statistics(assign 7 and 8)
Probability and statistics(assign 7 and 8)Probability and statistics(assign 7 and 8)
Probability and statistics(assign 7 and 8)Fatima Bianca Gueco
 
Triangles and its properties
Triangles and its properties Triangles and its properties
Triangles and its properties divyanshi jain
 
Variance and standard deviation of a discrete random variable
Variance and standard deviation of a discrete random variableVariance and standard deviation of a discrete random variable
Variance and standard deviation of a discrete random variableccooking
 
Triangles
Triangles Triangles
Triangles batoulsh
 
Lecture 5 limit laws
Lecture 5   limit lawsLecture 5   limit laws
Lecture 5 limit lawsnjit-ronbrown
 
Discrete Probability Distributions
Discrete  Probability DistributionsDiscrete  Probability Distributions
Discrete Probability DistributionsE-tan
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsMatthew Leingang
 
Kinds of triangles
Kinds of trianglesKinds of triangles
Kinds of triangleswarlybaja
 
Types Of Triangles
Types Of TrianglesTypes Of Triangles
Types Of Trianglesstarbuck
 
Introduction to random variables
Introduction to random variablesIntroduction to random variables
Introduction to random variablesHadley Wickham
 
STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)PRINTDESK by Dan
 

Viewers also liked (20)

Mean of a discrete random variable.ppt
Mean of a discrete random variable.pptMean of a discrete random variable.ppt
Mean of a discrete random variable.ppt
 
Discrete random variable.
Discrete random variable.Discrete random variable.
Discrete random variable.
 
Discrete Probability Distributions.
Discrete Probability Distributions.Discrete Probability Distributions.
Discrete Probability Distributions.
 
Probability and statistics(assign 7 and 8)
Probability and statistics(assign 7 and 8)Probability and statistics(assign 7 and 8)
Probability and statistics(assign 7 and 8)
 
Real statistics
Real statisticsReal statistics
Real statistics
 
Triangles and its properties
Triangles and its properties Triangles and its properties
Triangles and its properties
 
Variance and standard deviation of a discrete random variable
Variance and standard deviation of a discrete random variableVariance and standard deviation of a discrete random variable
Variance and standard deviation of a discrete random variable
 
Triangles
Triangles Triangles
Triangles
 
Triangles
TrianglesTriangles
Triangles
 
IX polynomial
IX polynomialIX polynomial
IX polynomial
 
Lecture 5 limit laws
Lecture 5   limit lawsLecture 5   limit laws
Lecture 5 limit laws
 
Discrete Probability Distributions
Discrete  Probability DistributionsDiscrete  Probability Distributions
Discrete Probability Distributions
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit Laws
 
Kinds of triangles
Kinds of trianglesKinds of triangles
Kinds of triangles
 
Theorems on limits
Theorems on limitsTheorems on limits
Theorems on limits
 
Triangles
TrianglesTriangles
Triangles
 
Types Of Triangles
Types Of TrianglesTypes Of Triangles
Types Of Triangles
 
Introduction to random variables
Introduction to random variablesIntroduction to random variables
Introduction to random variables
 
Probability concept and Probability distribution
Probability concept and Probability distributionProbability concept and Probability distribution
Probability concept and Probability distribution
 
STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)
 

Similar to Discrete Probability Distributions

Probability theory discrete probability distribution
Probability theory discrete probability distributionProbability theory discrete probability distribution
Probability theory discrete probability distributionsamarthpawar9890
 
Third nine week review powerpoint Chapter 4
Third nine week review powerpoint Chapter 4Third nine week review powerpoint Chapter 4
Third nine week review powerpoint Chapter 4Debra Wallace
 
Probability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdfProbability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdfnomovi6416
 
Mathematics with nice undestand.pdf
Mathematics with nice undestand.pdfMathematics with nice undestand.pdf
Mathematics with nice undestand.pdfelistemidayo
 
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...elistemidayo
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributionsCikgu Marzuqi
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionApril Palmes
 
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt ppt
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt pptGROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt ppt
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt pptZainUlAbedin85
 
Mathematics with awesome example.pdf
Mathematics with awesome example.pdfMathematics with awesome example.pdf
Mathematics with awesome example.pdfelistemidayo
 
Probability 4.2
Probability 4.2Probability 4.2
Probability 4.2herbison
 
Mba i qt unit-4.1_introduction to probability distributions
Mba i qt unit-4.1_introduction to probability distributionsMba i qt unit-4.1_introduction to probability distributions
Mba i qt unit-4.1_introduction to probability distributionsRai University
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrvPooja Sakhla
 
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.pptvdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.pptCharlesElquimeGalapo
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritSelvin Hadi
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2Nilanjan Bhaumik
 
Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for DummiesBalaji P
 

Similar to Discrete Probability Distributions (20)

Probability theory discrete probability distribution
Probability theory discrete probability distributionProbability theory discrete probability distribution
Probability theory discrete probability distribution
 
Third nine week review powerpoint Chapter 4
Third nine week review powerpoint Chapter 4Third nine week review powerpoint Chapter 4
Third nine week review powerpoint Chapter 4
 
Probability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdfProbability and Statistics : Binomial Distribution notes ppt.pdf
Probability and Statistics : Binomial Distribution notes ppt.pdf
 
Mathematics with nice undestand.pdf
Mathematics with nice undestand.pdfMathematics with nice undestand.pdf
Mathematics with nice undestand.pdf
 
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...understanding-key-concepts-of-probability-and-random-variables-through-exampl...
understanding-key-concepts-of-probability-and-random-variables-through-exampl...
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
Statistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability DistributionStatistics and Probability-Random Variables and Probability Distribution
Statistics and Probability-Random Variables and Probability Distribution
 
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt ppt
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt pptGROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt ppt
GROUP 4 IT-A.pptx ptttt ppt ppt ppt ppt ppt ppt
 
Probability Distribution
Probability DistributionProbability Distribution
Probability Distribution
 
Mathematics with awesome example.pdf
Mathematics with awesome example.pdfMathematics with awesome example.pdf
Mathematics with awesome example.pdf
 
Chapter7
Chapter7Chapter7
Chapter7
 
Probability 4.2
Probability 4.2Probability 4.2
Probability 4.2
 
Mba i qt unit-4.1_introduction to probability distributions
Mba i qt unit-4.1_introduction to probability distributionsMba i qt unit-4.1_introduction to probability distributions
Mba i qt unit-4.1_introduction to probability distributions
 
04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv04 random-variables-probability-distributionsrv
04 random-variables-probability-distributionsrv
 
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.pptvdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
vdocuments.mx_chapter-5-probability-distributions-56a36d9fddc1e.ppt
 
Statistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskritStatistik 1 5 distribusi probabilitas diskrit
Statistik 1 5 distribusi probabilitas diskrit
 
Unit 2 Probability
Unit 2 ProbabilityUnit 2 Probability
Unit 2 Probability
 
Probability distribution 2
Probability distribution 2Probability distribution 2
Probability distribution 2
 
Probability distribution for Dummies
Probability distribution for DummiesProbability distribution for Dummies
Probability distribution for Dummies
 
U unit7 ssb
U unit7 ssbU unit7 ssb
U unit7 ssb
 

More from mandalina landy

securitization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahsecuritization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahmandalina landy
 
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL mandalina landy
 
Glossary islamic finance intruments
Glossary islamic finance intrumentsGlossary islamic finance intruments
Glossary islamic finance intrumentsmandalina landy
 
securitization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahsecuritization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahmandalina landy
 
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...mandalina landy
 
Pembangunan Lestari Pengertian Dan Pengukur
Pembangunan Lestari Pengertian Dan PengukurPembangunan Lestari Pengertian Dan Pengukur
Pembangunan Lestari Pengertian Dan Pengukurmandalina landy
 
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensional
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal KonvensionalPerbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensional
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensionalmandalina landy
 
Keselamatan barangan plastik
Keselamatan barangan plastikKeselamatan barangan plastik
Keselamatan barangan plastikmandalina landy
 
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...mandalina landy
 
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR  KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR mandalina landy
 
teori percampuran dan pertukaran musyarakah
teori percampuran dan pertukaran  musyarakahteori percampuran dan pertukaran  musyarakah
teori percampuran dan pertukaran musyarakahmandalina landy
 
securitization and musyarakah+murabahah and ijarah
securitization and musyarakah+murabahah and ijarahsecuritization and musyarakah+murabahah and ijarah
securitization and musyarakah+murabahah and ijarahmandalina landy
 
bai as-salam and istisna
bai as-salam and istisnabai as-salam and istisna
bai as-salam and istisnamandalina landy
 
murabaha and bai bithaman ajil (kontrak jual beli)
murabaha and bai bithaman ajil (kontrak jual beli)murabaha and bai bithaman ajil (kontrak jual beli)
murabaha and bai bithaman ajil (kontrak jual beli)mandalina landy
 
transaksi yang dilarang dlm syariah islam
transaksi yang dilarang dlm syariah islamtransaksi yang dilarang dlm syariah islam
transaksi yang dilarang dlm syariah islammandalina landy
 

More from mandalina landy (20)

securitization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahsecuritization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarah
 
Presentation final
Presentation finalPresentation final
Presentation final
 
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL
PERBEZAAN PELABURAN DALAM PASARAN MODAL ISLAM DENGAN PASARAN MODAL KONVENSIONAL
 
Glossary islamic finance intruments
Glossary islamic finance intrumentsGlossary islamic finance intruments
Glossary islamic finance intruments
 
securitization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarahsecuritization+musyarakah+murabahah+and+ijarah
securitization+musyarakah+murabahah+and+ijarah
 
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...
KAJIAN MENGENAI AMALAN DAN TINGKAHLAKU PENGGUNA TERHADAP PENGGUNAAN LESTARI K...
 
Pembangunan Lestari Pengertian Dan Pengukur
Pembangunan Lestari Pengertian Dan PengukurPembangunan Lestari Pengertian Dan Pengukur
Pembangunan Lestari Pengertian Dan Pengukur
 
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensional
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal KonvensionalPerbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensional
Perbezaan Pelaburan dalam Pasaran Modal Islam dengan Pasaran Modal Konvensional
 
Keselamatan barangan plastik
Keselamatan barangan plastikKeselamatan barangan plastik
Keselamatan barangan plastik
 
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...
Tahap Kepuasan Mahasiswa Terhadap Perkhidmatan Bas Di Universiti Putra Malays...
 
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR  KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR
KEPUASAN PERUMAHAN DAN PERSEKITARAN REMAJA DI RUMAH PANGSA, KUALA LUMPUR
 
teori percampuran dan pertukaran musyarakah
teori percampuran dan pertukaran  musyarakahteori percampuran dan pertukaran  musyarakah
teori percampuran dan pertukaran musyarakah
 
sukuk - islamic bond
sukuk - islamic bondsukuk - islamic bond
sukuk - islamic bond
 
securitization and musyarakah+murabahah and ijarah
securitization and musyarakah+murabahah and ijarahsecuritization and musyarakah+murabahah and ijarah
securitization and musyarakah+murabahah and ijarah
 
shirkah dan mudharabah
shirkah dan mudharabah shirkah dan mudharabah
shirkah dan mudharabah
 
bai as-salam and istisna
bai as-salam and istisnabai as-salam and istisna
bai as-salam and istisna
 
islam dan perniagaan
islam dan perniagaanislam dan perniagaan
islam dan perniagaan
 
al ijarah
al ijarahal ijarah
al ijarah
 
murabaha and bai bithaman ajil (kontrak jual beli)
murabaha and bai bithaman ajil (kontrak jual beli)murabaha and bai bithaman ajil (kontrak jual beli)
murabaha and bai bithaman ajil (kontrak jual beli)
 
transaksi yang dilarang dlm syariah islam
transaksi yang dilarang dlm syariah islamtransaksi yang dilarang dlm syariah islam
transaksi yang dilarang dlm syariah islam
 

Recently uploaded

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

Discrete Probability Distributions

  • 2. § 4.1 Probability Distributions
  • 3. Random Variables A random variable x represents a numerical value associated with each outcome of a probability distribution. A random variable is discrete if it has a finite or countable number of possible outcomes that can be listed. A random variable is continuous if it has an uncountable number or possible outcomes, represented by the intervals on a number line. x 2 10 6 0 4 8 x 2 10 6 0 4 8
  • 4. Random Variables Example : Decide if the random variable x is discrete or continuous. a.) The distance your car travels on a tank of gas b.) The number of students in a statistics class The distance your car travels is a continuous random variable because it is a measurement that cannot be counted. (All measurements are continuous random variables.)‏ The number of students is a discrete random variable because it can be counted.
  • 5. Discrete Probability Distributions A discrete probability distribution lists each possible value the random variable can assume, together with its probability. A probability distribution must satisfy the following conditions. In Words In Symbols 1. The probability of each value of the discrete random variable is between 0 and 1, inclusive. 0  P ( x )  1 2. The sum of all the probabilities is 1. Σ P ( x ) = 1
  • 6. Constructing a Discrete Probability Distribution Guidelines Let x be a discrete random variable with possible outcomes x 1 , x 2 , … , x n . 1. Make a frequency distribution for the possible outcomes. 2. Find the sum of the frequencies. 3. Find the probability of each possible outcome by dividing its frequency by the sum of the frequencies. 4. Check that each probability is between 0 and 1 and that the sum is 1.
  • 7. Constructing a Discrete Probability Distribution Example : The spinner below is divided into two sections. The probability of landing on the 1 is 0.25. The probability of landing on the 2 is 0.75. Let x be the number the spinner lands on. Construct a probability distribution for the random variable x . 2 1 0.75 2 0.25 1 P ( x )‏ x Each probability is between 0 and 1. The sum of the probabilities is 1.
  • 8. Constructing a Discrete Probability Distribution Example : The spinner below is spun two times. The probability of landing on the 1 is 0.25. The probability of landing on the 2 is 0.75. Let x be the sum of the two spins. Construct a probability distribution for the random variable x . Continued. The possible sums are 2, 3, and 4. P (sum of 2) = 0.25  0.25 = 0.0625 2 1 “ and” Spin a 1 on the first spin. Spin a 1 on the second spin.
  • 9. Constructing a Discrete Probability Distribution Example continued : P (sum of 3) = 0.25  0.75 = 0.1875 “ or” P (sum of 3) = 0.75  0.25 = 0.1875 Continued. 0.375 2 1 “ and” Spin a 1 on the first spin. Spin a 2 on the second spin. “ and” Spin a 2 on the first spin. Spin a 1 on the second spin. 3 4 0.0625 2 P ( x )‏ Sum of spins, x 0.1875 + 0.1875
  • 10. Constructing a Discrete Probability Distribution Example continued : P (sum of 4) = 0.75  0.75 = 0.5625 0.5625 Each probability is between 0 and 1, and the sum of the probabilities is 1. 2 1 “ and” Spin a 2 on the first spin. Spin a 2 on the second spin. 0.375 3 4 0.0625 2 P ( x )‏ Sum of spins, x
  • 11. Graphing a Discrete Probability Distribution Example : Graph the following probability distribution using a histogram. 0.375 3 0.5625 4 0.0625 2 P ( x )‏ Sum of spins, x Sum of Two Spins 0 0.4 0.3 0.2 x Probability 0.6 0.1 0.5 2 3 4 Sum P ( x )‏
  • 12. Mean The mean of a discrete random variable is given by μ = Σ xP ( x ). Each value of x is multiplied by its corresponding probability and the products are added. Example : Find the mean of the probability distribution for the sum of the two spins. Σ xP ( x ) = 3.5 The mean for the two spins is 3.5. 0.0625 2 0.375 3 0.5625 4 P ( x )‏ x 2(0.0625) = 0.125 3(0.375) = 1.125 4(0.5625) = 2.25 xP ( x )‏
  • 13. Variance The variance of a discrete random variable is given by  2 = Σ( x – μ ) 2 P ( x ). Example : Find the variance of the probability distribution for the sum of the two spins. The mean is 3.5. Σ P ( x )( x – 2) 2 The variance for the two spins is approximately 0.376  0.376 0.0625 2 0.375 3 0.5625 4 P ( x )‏ x – 1.5 – 0.5 0.5 x – μ 2.25 0.25 0.25 ( x – μ ) 2  0.141  0.094  0.141 P ( x )( x – μ ) 2
  • 14. Standard Deviation The standard deviation of a discrete random variable is given by Example : Find the standard deviation of the probability distribution for the sum of the two spins. The variance is 0.376. Most of the sums differ from the mean by no more than 0.6 points. 0.0625 2 0.375 3 0.5625 4 P ( x )‏ x – 1.5 – 0.5 0.5 x – μ 2.25 0.25 0.25 ( x – μ ) 2 0.141 0.094 0.141 P ( x )( x – μ ) 2
  • 15. Expected Value The expected value of a discrete random variable is equal to the mean of the random variable. Expected Value = E ( x ) = μ = Σ xP ( x ). Example : At a raffle, 500 tickets are sold for $1 each for two prizes of $100 and $50. What is the expected value of your gain? Your gain for the $100 prize is $100 – $1 = $99. Your gain for the $50 prize is $50 – $1 = $49. Write a probability distribution for the possible gains (or outcomes). Continued.
  • 16. Expected Value Example continued : At a raffle, 500 tickets are sold for $1 each for two prizes of $100 and $50. What is the expected value of your gain? Because the expected value is negative, you can expect to lose $0.70 for each ticket you buy. $99 $49 – $1 E ( x ) = Σ xP ( x ). P ( x )‏ Gain, x Winning no prize
  • 17. § 4.2 Binomial Distributions
  • 18. Binomial Experiments A binomial experiment is a probability experiment that satisfies the following conditions. 1. The experiment is repeated for a fixed number of trials, where each trial is independent of other trials. 2. There are only two possible outcomes of interest for each trial. The outcomes can be classified as a success ( S ) or as a failure ( F ). 3. The probability of a success P ( S ) is the same for each trial. 4. The random variable x counts the number of successful trials.
  • 19. Notation for Binomial Experiments Symbol Description n The number of times a trial is repeated. p = P ( S )‏ The probability of success in a single trial. q = P ( F )‏ The probability of failure in a single trial. ( q = 1 – p )‏ x The random variable represents a count of the number of successes in n trials: x = 0, 1, 2, 3, … , n .
  • 20.
  • 21.
  • 22. Binomial Probability Formula In a binomial experiment, the probability of exactly x successes in n trials is Example : A bag contains 10 chips. 3 of the chips are red, 5 of the chips are white, and 2 of the chips are blue. Three chips are selected, with replacement. Find the probability that you select exactly one red chip. q = 1 – p = 0.7 n = 3 x = 1 p = the probability of selecting a red chip
  • 23. Binomial Probability Distribution Example : A bag contains 10 chips. 3 of the chips are red, 5 of the chips are white, and 2 of the chips are blue. Four chips are selected, with replacement. Create a probability distribution for the number of red chips selected. q = 1 – p = 0.7 n = 4 x = 0, 1, 2, 3, 4 p = the probability of selecting a red chip 0.076 3 0.412 1 0.265 2 0.008 4 0.240 0 P ( x )‏ x The binomial probability formula is used to find each probability.
  • 24. Finding Probabilities Example : The following probability distribution represents the probability of selecting 0, 1, 2, 3, or 4 red chips when 4 chips are selected. a.) P (no more than 3) = P ( x  3) = P (0) + P (1) + P (2) + P (3)‏ b.) Find the probability of selecting at least 1 red chip. a.) Find the probability of selecting no more than 3 red chips. = 0.24 + 0.412 + 0.265 + 0.076 = 0.993 b.) P (at least 1) = P ( x  1) = 1 – P (0) = 1 – 0.24 = 0.76 0.076 3 0.412 1 0.265 2 0.008 4 0.24 0 P ( x )‏ x Complement
  • 25. Graphing Binomial Probabilities Example : The following probability distribution represents the probability of selecting 0, 1, 2, 3, or 4 red chips when 4 chips are selected. Graph the distribution using a histogram. 0.076 3 0.412 1 0.265 2 0.008 4 0.24 0 P ( x )‏ x Selecting Red Chips 0 0.4 0.3 0.2 x Probability 0.1 0.5 0 3 1 Number of red chips 4 2 P ( x )‏
  • 26. Mean, Variance and Standard Deviation Population Parameters of a Binomial Distribution Mean : Variance : Standard deviation : Example : One out of 5 students at a local college say that they skip breakfast in the morning. Find the mean, variance and standard deviation if 10 students are randomly selected.
  • 27. § 4.3 More Discrete Probability Distributions
  • 28. Geometric Distribution A geometric distribution is a discrete probability distribution of a random variable x that satisfies the following conditions. 1. A trial is repeated until a success occurs. 2. The repeated trials are independent of each other. 3. The probability of a success p is constant for each trial. The probability that the first success will occur on trial x is P ( x ) = p ( q ) x – 1 , where q = 1 – p.
  • 29. Geometric Distribution Example : A fast food chain puts a winning game piece on every fifth package of French fries. Find the probability that you will win a prize, a.) with your third purchase of French fries, b.) with your third or fourth purchase of French fries. p = 0.20 q = 0.80 = (0.2)(0.8) 2 = (0.2)(0.64)‏ = 0.128 a.) x = 3 P (3) = (0.2)(0.8) 3 – 1  0.230 b.) x = 3, 4 P (3 or 4) = P (3) + P (4)  0.128 + 0.102
  • 30. Geometric Distribution Example : A fast food chain puts a winning game piece on every fifth package of French fries. Find the probability that you will win a prize, a.) with your third purchase of French fries, b.) with your third or fourth purchase of French fries. p = 0.20 q = 0.80 = (0.2)(0.8) 2 = (0.2)(0.64)‏ = 0.128 a.) x = 3 P (3) = (0.2)(0.8) 3 – 1  0.230 b.) x = 3, 4 P (3 or 4) = P (3) + P (4)  0.128 + 0.102
  • 31. Poisson Distribution The Poisson distribution is a discrete probability distribution of a random variable x that satisfies the following conditions. 1. The experiment consists of counting the number of times an event, x , occurs in a given interval. The interval can be an interval of time, area, or volume. 2. The probability of the event occurring is the same for each interval. 3. The number of occurrences in one interval is independent of the number of occurrences in other intervals. The probability of exactly x occurrences in an interval is where e  2.71818 and μ is the mean number of occurrences.
  • 32. Poisson Distribution Example : The mean number of power outages in the city of Brunswick is 4 per year. Find the probability that in a given year, a.) there are exactly 3 outages, b.) there are more than 3 outages.