SOCR EduMaterials Activities Discrete Probability examples

From Socr

(Difference between revisions)
Jump to: navigation, search
 
(39 intermediate revisions not shown)
Line 1: Line 1:
-
* '''Description''':  You can access the applets for the distributions at  http://www.socr.ucla.edu/htmls/SOCR_Distributions.html .
+
== [[SOCR_EduMaterials_DistributionsActivities |SOCR Distribution Activities]] - Discrete Probability Distribution Activity ==
-
* '''Example 1:'''
+
-
Find the probability that 3 out of 8 plants will survive a frost, given that any such plant will survive a frost with probability of 0.30. Also, find the probability that at least 1 out of 8 will survive a frost. What is the expected value and standard deviation of the number of plants that survive the frost?
+
-
* '''Answer:'''
+
-
*<math> X \sim b(8,0.3) </math>, <math> P(X=3)= {8 \choose 3} 0.3^30.7^5=0.2541</math>
+
-
*<math> P(X \ge 1)=1-P(X=0)=1-.7^8=0.942</math>
+
-
*<math> E(X) = np = 8 \times 0.3=2.4 </math>
+
-
*<math> Sd(X)= \sqrt{npq}=\sqrt{8\times 0.30 \times 0.70}=1.3</math>
+
-
Below you can see SOCR snapshots for this example:
+
===Description===
 +
You can access the applets for the distributions at  http://www.socr.ucla.edu/htmls/SOCR_Distributions.html .
 +
===Example 1===
 +
:: Find the probability that 3 out of 8 plants will survive a frost, given that any such plant will survive a frost with probability of 0.30. Also, find the probability that at least 1 out of 8 will survive a frost. What is the expected value and standard deviation of the number of plants that survive the frost?
 +
'''Solution'''
 +
::<math> X \sim b(8,0.3) </math>, <math> P(X=3)= {8 \choose 3} 0.3^30.7^5=0.2541</math>
 +
::Below you can see SOCR a snapshot for this example:
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example1.jpg|600px]]</center>
 +
::<math> P(X \ge 1)=1-P(X=0)=1-.7^8=0.942</math>
 +
::Below you can see SOCR a snapshotfor this example:
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example1_2nd.jpg|600px]]</center>
 +
::<math> E(X) = np = 8 \times 0.3=2.4 </math>
 +
::<math> Sd(X)= \sqrt{npq}=\sqrt{8\times 0.30 \times 0.70}=1.3</math>
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example1.jpg|600px]]</center>
 
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example1_2nd.jpg|600px]]</center>
 
-
* '''Example 2:'''
+
===Example 2===
-
If the probabilities of having a male or female offspring are both 0.50, find the probability that a familiy's fifth child is their first son.
+
::If the probabilities of having a male or female offspring are both 0.50, find the probability that a family’s fifth child is their first son.
-
* '''Answer:'''
+
'''Solution'''
-
*<math> X \sim geometric(0.5)</math>, <math>P(X=5)= 0.50^5=0.03125</math>
+
::<math> X \sim geometric(0.5)</math>, <math>P(X=5)= (.5)^4 \times .5=0.03125</math>
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example2.jpg|600px]]</center>
+
::<center>[[Image: SOCR_Activities_Binomial_Christou_example2.jpg|600px]]</center>
-
* '''Example 3:'''
+
-
A complex electronic system is built with a certain number of backup components in its subsystem. One subsystem has 4 identical components, each with probability of 0.20 of failing in less than 1000 hours. The subsystem will operate if at least 2 of the 4 components are operating. Assume the components operate independently.
+
-
* '''Answer:'''
+
-
**a. Find the probability that exactly 2 of the 4 components last longer than 1000 hours.
+
-
**b. Find the probability that the subsystem operates longer than 1000 hours.
+
-
**a. <math>X \sim b(4,0.8) </math>, <math> P(X=2)= {4 \choose 2} 0.8^2 0.2^2=0.1536</math>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example3.jpg|600px]]</center>
+
-
**b. <math>P(X\ge 2)= {4 \choose 2} 0.8^2 0.2^2+{4 \choose 3} 0.8^3 0.2^1+{4 \choose 4} 0.8^4=0.9728</math>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example3_2nd.jpg|600px]]</center>
+
-
* '''Example 4:'''
+
-
Suppose that 30% of the applicants for a certain industrial job have advanced training in computer programming. Applicants are interviewed sequentially and are selected at random from the pool. Find the probability that the firs applicant having advanced raining in computer programming is found on the fifth interview.
+
-
*'''Answer:'''
+
-
* <math> X \sim geometric(0.3) </math><math>P(X=5)=0.7^4 0.3=0.07203</math> where X represents the number of trials.
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example4.jpg|600px]]</center>
+
-
* '''Example 5:'''
+
-
Refer to example 4. What is the expected number of applicants who need to be interviewed in order to find the first one with advanced training in computer proramming?
+
-
*'''Answer:'''
+
-
<math> E(X)=\frac{1}{p}=\frac{1}{0.30}=3.33</math>
+
-
* '''Example 6:'''
+
===Example 3===
-
A missile protection system consists of n radar sets operating independently, each with probability 0.90  o detecting a missile entering a zone.
+
::A complex electronic system is built with a certain number of backup components in its subsystem. One subsystem has 4 identical components, each with probability of 0.20 of failing in less than 1000 hours. The subsystem will operate if at least 2 of the 4 components are operating. Assume the components operate independently.  
-
a. If n= and a missile enters the zone what is the probability that exactly 4 radar sets detect the missile? At least one?
+
::a.''' Find the probability that exactly 2 of the 4 components last longer than 1000 hours.
-
b. How large must n be if we require the probability of detecting a missile to be 0.999?
+
::b.''' Find the probability that the subsystem operates longer than 1000 hours.
-
*a. <math>X \sim b(5,0.90). P(X=4)= {5 \choose 4} 0.9^4 0.1^1=0.32805</math>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example6_1st.jpg|600px]]</center>
+
-
**<math>P(X\ge 1)= 1-P(X=0)= 1- 0.1^4=0.9999</math>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example6_2nd.jpg|600px]]</center>
+
-
**b. <math>P(X=0)=.001,
+
-
0.001= 0.1^n
+
-
n= 3.</math>
+
-
*In the first snapshot below, where<math>n=2, P(X\ge1)=0.99,</math> which is too small. In the second snapshot, we can see that when n is increased to 3, <math>P(X\ge1)</math> increases to nearly 1.  
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example6_b_n=2.jpg|600px]]</center>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example6_b_n=3.jpg|600px]]</center>
+
-
* '''Example 7:'''
+
-
Construct a probability histogram for the binomial probability distribution for each of the following: n=5,p=0.1, n=5,p=0.5, m=5,n=0.9. What do you observe? Explain.
+
-
* '''Answer:'''
+
-
We observe that if p=0.5 the distribution resembles the normal distribution, with mean <math>np=0.25</math>. Values above and below the mean are distributed symmetrically around the mean. Also, the probability histograms for p=0.1 and p=0.9 are mirror images of each other.
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example7_p=1.jpg|600px]]</center>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example7_b_n=5.jpg|600px]]</center>
+
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example7_b_n=9.jpg|600px]]</center>
+
-
* '''Example 8:'''
+
-
On a population of consumers, 60% prefer a certain brand of ice cream. If consumers are randomly selected,
+
-
*a. what is the probability that exactly 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?
+
-
*b. what is the probability that at least 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?
+
'''Solution'''
 +
::a.''' <math>X \sim b(4,0.8) </math>, <math> P(X=2)= {4 \choose 2} 0.8^2 0.2^2=0.1536</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example3.jpg|600px]]</center>
 +
::b.''' <math>P(X\ge 2)= {4 \choose 2} 0.8^2 0.2^2+{4 \choose 3} 0.8^3 0.2^1+{4 \choose 4} 0.8^4=0.9728</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example3_2nd.jpg|600px]]</center>
-
* '''Answer:'''
+
===Example 4===
-
*a. <math> X \sim geometric(0.6) </math><math>P(X=3)=0.4 \times 0.4 \times 0.6=0.096</math><center>[[Image: SOCR_Activities_Binomial_Christou_example8_a.jpg|600px]]</center>
+
:::Suppose that 30% of the applicants for a certain industrial job have advanced training in computer programming. Applicants are interviewed sequentially and are selected at random from the pool. Find the probability that the first applicant having advanced raining in computer programming is found on the fifth interview.
-
*b. Let's first find the probability that at least 3 people will NOT have to be interviewed to encounter the first case.  
+
'''Solution'''
-
<math>P(X=1) + P(X=2) = 0.6+0.4 \times 0.6 = 0.84</math>
+
:: <math> X \sim geometric(0.3) </math>;<math>P(X=5)=0.7^4 \times 0.3=0.07203</math> where X represents the number of trials.
-
*Now we subtract this from 1 to find the complement, which is the event that at least 3 people WILL have to be interviewed to find the first case:
+
::<center>[[Image: SOCR_Activities_Binomial_Christou_example4.jpg|600px]]</center>
-
<math>1-0.84= 0.16</math>
+
 
 +
===Example 5===
 +
::Refer to Example 4. What is the expected number of applicants who need to be interviewed in order to find the first one with advanced training in computer programming?
 +
'''Solution'''
 +
::<math> E(X)=\frac{1}{p}=\frac{1}{0.30}=3.33</math>
 +
 
 +
===Example 6===
 +
::A missile protection system consists of n radar sets operating independently, each with probability 0.90  of detecting a missile entering a zone.
 +
::a.''' If n= and a missile enters the zone what is the probability that exactly 4 radar sets detect the missile? At least one?
 +
::b.''' How large must n be if we require the probability of detecting a missile to be 0.999?
 +
 
 +
'''Solution'''
 +
::a.''' <math>X \sim b(5,0.90). P(X=4)= {5 \choose 4} 0.9^4 0.1^1=0.32805</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example6_1st.jpg|600px]]</center>
 +
::<math>P(X\ge 1)= 1-P(X=0)= 1- 0.1^4=0.9999</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example6_2nd.jpg|600px]]</center>
 +
::b.''' <math>P(X=0)=.001, 0.001= 0.1^n </math> Thus <math>n=3</math>
 +
::In the first snapshot below, where<math>n=2, P(X\ge1)=0.99,</math> which is too small. In the second snapshot, we can see that when n is increased to 3, <math>P(X\ge1)</math> increases to nearly 0.999.
 +
::<center>n=2</center>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example6_b_n=2.jpg|600px]]</center>
 +
::<center>n=3</center>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example6_b_n=3.jpg|600px]]</center>
 +
 
 +
===Example 7===
 +
::Construct a probability histogram for the binomial probability distribution for each of the following: n=5,p=0.1, n=5,p=0.5, n=5,p=0.9. What do you observe? Explain.
 +
'''Solution'''
 +
::We observe that if p=0.5 the distribution resembles the normal distribution, with mean <math>np=0.25</math>. Values above and below the mean are distributed symmetrically around the mean. ::Also, the probability histograms for p=0.1 and p=0.9 are mirror images of each other.
 +
::<center>n=5,p=0.1</center>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example7_p=1.jpg|600px]]</center>
 +
::<center>n=5,p=0.5</center>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example7_b_n=5.jpg|600px]]</center>
 +
::<center>n=5,p=0.9</center>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example7_b_n=9.jpg|600px]]</center>
 +
 
 +
===Example 8===
 +
::On a population of consumers, 60% prefer a certain brand of ice cream. If consumers are randomly selected,
 +
::a.''' what is the probability that exactly 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?
 +
::b.''' what is the probability that at least 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?
 +
 
 +
'''Solution'''
 +
::a.''' <math> X \sim geometric(0.6);</math><math>P(X=3)=0.4 \times 0.4 \times 0.6=0.096</math><center>[[Image: SOCR_Activities_Binomial_Christou_example8_a.jpg|600px]]</center>
 +
::b.''' <math>P(X \ge3)=1-P(X=1)-P(X=2)=1-(0.60+0.40 \times .60) = 0.16</math>
<center>[[Image: SOCR_Activities_Binomial_Christou_example8_b.jpg|600px]]</center>
<center>[[Image: SOCR_Activities_Binomial_Christou_example8_b.jpg|600px]]</center>
-
* '''Example 9:'''
+
 
-
The alpha marketing research company employs consumer panels to explore preferences for new products. The current inquiry involves a taste test comparison between a standard brand A vanilla ice cream and a new one of reduced sugar. The company recruits panels of five consumers at a time and determines how many of the five prefer the new product. Their objective is to obtain a panel of five in which all five consumers prefer the new product. The actual probability that an individual will prefer the new product is 0.40.
+
===Example 9===
-
a. What is the probability that all five consumers will prefer the new product?
+
::The alpha marketing research company employs consumer panels to explore preferences for new products. The current inquiry involves a taste test comparison between a standard brand A vanilla ice cream and a new one of reduced sugar. The company recruits panels of five consumers at a time and determines how many of the five prefer the new product. Their objective is to obtain a panel of five in which all five consumers prefer the new product. The actual probability that an individual will prefer the new product is 0.40.
-
b. What is the exact probability that alpha will go through 60 panels (each of five people) without finding a single panel of five which unanimously prefer the new product?
+
::a.''' What is the probability that all five consumers will prefer the new product?
-
* '''Answer:'''
+
::b.''' What is the exact probability that alpha will go through 60 panels (each of five people) without finding a single panel of five which unanimously prefer the new product?
-
*a. <math> X \sim b(5,0.4) </math>, <math> P(X=5)= {5 \choose 5} 0.4^5 0.6^0=0.01024</math>
+
 
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example9_a.jpg|600px]]</center>
+
'''Solution'''
-
*b. In this part we will look at every group of 5 people as one unit. We will denote success as the event that all 5 people in a group prefer the new product, and failure as the event that at least one person in a group does not prefer the new product. Therefore, <math>p=0.01024</math>. So,
+
::a.''' <math> X \sim b(5,0.4) </math>; <math> P(X=5)= {5 \choose 5} 0.4^5 \times 0.6^0=0.01024</math>
-
<math> X \sim geometric(0.01024) </math><math>P(X=60)= (1-.01024)^60 = 53.9%</math>
+
::<center>[[Image:SOCR_Activities_Binomial_Christou_example9_a.jpg|600px]]</center>
-
*Below you can see a SOCR snapshot for this example:
+
::b.''' In this part we will look at every group of 5 people as one unit. We will denote success as the event that all 5 people in a group prefer the new product, and failure as the event that at least one person in a group does not prefer the new product. Therefore, <math>p=0.01024</math>. So,
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example9_b.jpg|600px]]</center>
+
<math> X \sim geometric(0.01024)</math>;P(X=60)= (1-.01024)^[60] = 53.9%</math>
-
* '''Example 10:'''
+
::Below you can see a SOCR snapshot for this example:
-
* '''Answer:'''
+
::<center>[[Image: SOCR_Activities_Binomial_Christou_example9_b.jpg|600px]]</center>
-
*a. We will denote the number of unbruised peaches in our first selection X, and the number of unbruised peaches in our second selection Y. <math>P(shipment=A)=</math>P(all four peaches are unbruised)+P(three of the peaches are unbruised) X P(four additional peaches are unbruised)= <math>P(X=4)+P(X=3)\times P(Y=4).</math>
+
===Example 10===
-
*<math> X \sim b(4,0.9) </math>, <math> P(X=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561</math>
+
::The Southland produce uses the following scheme to assign a quality ranking to incoming shipments of peaches.
-
*<math> Y \sim b(4,0.9) </math>, <math> P(Y=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916</math>
+
::Select four peaches at random.
-
*<math> Y \sim b(4,0.9) </math>, <math> P(Y=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561</math>
+
:::If all four peaches are unbruised, then the shipment is classified A.
-
Therefore, <math>P(shipment=A)=0.6561+ (0.2916)(0.6561)=0.8474
+
:::If three of the four peaches are unbruised, then select an additional four peaches.
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example10_a.jpg|600px]]</center>
+
:::If all of these additional four peaches are unbruised, then the shipment is classified A.
-
*b.<math>P(Shipment=C)=</math>P(three of the first four peaches are unbruised) X P(zero or one of the additional four peaches are unbruised) +P(two or fewer of the first four peaches are unbruised). The first selection of peaches = X. The second selection=Y.
+
:::If two or more of these additional four peaches are unbruised, then the shipment is classified B.
-
*<math> X \sim b(4,0.9) </math>, <math> P(X=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916</math>
+
:::If zero or one of these additional four peaches are unbruised, then the shipment is classified C.
-
*<math> Y \sim b(4,0.9) </math>, <math> P(Y=0)= {4 \choose 0} 0.9^0 0.1^4= 0.0001</math>
+
:::If two or fewer of the four peaches are unbruised, then the shipment is classified C.
-
*<math>P(Y=1)={4 \choose 1} 0.9^1 0.1^3=0.0009</math>
+
 
-
Therefore <math>P(Y=0 or 1) = 0.0001+.0009=0.001.</math>
+
::a.''' If the proportion of unbruised peaches in a shipment is 0.90, find the probability that the shipment will be classified A. Assume the shipment is very large so the probability of selecting an unbruised peach practically remains constant.
-
*<math>P(X\le2)=P(X=0)+P(X=1)+P(X=2)= {4 \choose 0} 0.9^0 0.1^4 + {4 \choose 1} 0.9^1 0.1^3+{4 \choose 2} 0.9^2 0.1^2= 0.0523</math>
+
::b.''' What is the probability that the shipment will be classified C? Same assumption as in part (a).
-
Therefore P(shipment=C)=<math>(0.2916 \times 0.001)+.0523 = 0.052</math>
+
 
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example10_b.jpg|600px]]</center>
+
 
-
* '''Example 11:'''
+
'''Solution'''
-
* '''Answer:'''
+
::a.''' We will denote the number of unbruised peaches in our first selection X, and the number of unbruised peaches in our second selection Y. <math>P(shipment=A)=</math>P(all four peaches are unbruised)+P(three of the peaches are unbruised) X P(four additional peaches are unbruised)= <math>P(X=4)+P(X=3)\times P(Y=4).</math>
-
*a. We want our system to function, so we would prefer a system with the highest probability of operating. A system will operate if at least half of its components function.  
+
::<math> X \sim b(4,0.9) </math>, <math> P(X=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561</math>
-
*If n=3, P(functioning when n=3)=<math>P(X\ge 2). </math>
+
::Here is the snapshot in SOCR:
 +
 
 +
::<center>[[Image:SOCR_Activities_Binomial_Christou_example10_first.jpg|600px]]</center>
 +
::<math> Y \sim b(4,0.9) </math>, <math> P(Y=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example10_second.jpg|600px]]</center>
 +
::<math> Y \sim b(4,0.9) </math>, <math> P(Y=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561</math>
 +
::Therefore, <math>P(shipment=A)=0.6561+ (0.2916)(0.6561)=0.8474</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example10_third.jpg|600px]]</center>
 +
 
 +
::b.'''<math>P(Shipment=C)=</math>P(three of the first four peaches are unbruised) X P(zero or one of the additional four peaches are unbruised) +P(two or fewer of the first four peaches are unbruised). The first selection of peaches = X. The second selection=Y.
 +
::<math> X \sim b(4,0.9) </math>, <math> P(X=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example10_b_first.jpg|600px]]</center>
 +
::<math> Y \sim b(4,0.9) </math>, <math> P(Y=0)= {4 \choose 0} 0.9^0 0.1^4= 0.0001</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example10_b_second.jpg|600px]]</center>
 +
::<math>P(Y=1)={4 \choose 1} 0.9^1 0.1^3=0.0036</math>
 +
::<center>[[Image: SOCR_Activities_Binomial_Christou_example10_b_third.jpg|600px]]</center>
 +
::Therefore <math>P(Y=0 or 1) = 0.0001+.0009=0.001.</math>
 +
::<math>P(X\le2)=P(X=0)+P(X=1)+P(X=2)= {4 \choose 0} 0.9^0 0.1^4 + {4 \choose 1} 0.9^1 0.1^3+{4 \choose 2} 0.9^2 0.1^2= 0.0523</math>
 +
::Therefore P(shipment=C)=<math>(0.2916 \times 0.001)+.0523 = 0.052</math>
 +
 
 +
===Example 11===
 +
 
 +
::A communication system consists of n components, each of which will, independently, function with probability 0.40. The total system will be able to operate effectively if at least one-half of its components function.
 +
::a.''' Would you choose a communication system that consists of 5 components or one that consists of 3 components?
 +
::b.''' Suppose that a complex communication system consists of 200 components. What is the mean and standard deviation of the number of components that will function?
 +
 
 +
'''Solution'''
 +
::a.''' We want our system to function, so we would prefer a system with the highest probability of operating. A system will operate if at least half of its components function.  
 +
::If n=3, P(functioning when n=3)=<math>P(X\ge 2). </math>
<math>X \sim b(3,0.40). P(X \ge2)= P(X=2)+P(X=3)= {3 \choose 2} 0.4^2 0.6^1+{3 \choose 3} 0.4^3 0.6^0= 0.352</math>
<math>X \sim b(3,0.40). P(X \ge2)= P(X=2)+P(X=3)= {3 \choose 2} 0.4^2 0.6^1+{3 \choose 3} 0.4^3 0.6^0= 0.352</math>
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example11_n=3.jpg|600px]]</center>
+
<center>[[Image:SOCR_Activities_Binomial_Christou_example11_n=3.jpg|600px]]
-
*If n=5, P(functioning when n=5)=<math>P(X\ge 3). </math>
+
</center>
 +
::If n=5, P(functioning when n=5)=<math>P(X\ge 3). </math>
<math>X \sim b(5,0.40). P(X \ge3)= P(X=3)+P(X=4)+P(X=5)= {5 \choose 3} 0.4^3 0.6^2+{5 \choose 4} 0.4^4 0.6^1+{5 \choose 5} 0.4^5 0.6^0=0.31744</math>
<math>X \sim b(5,0.40). P(X \ge3)= P(X=3)+P(X=4)+P(X=5)= {5 \choose 3} 0.4^3 0.6^2+{5 \choose 4} 0.4^4 0.6^1+{5 \choose 5} 0.4^5 0.6^0=0.31744</math>
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example11_n=5.jpg|600px]]</center>
+
<center>[[Image:SOCR_Activities_Binomial_Christou_example11_n=5.jpg|600px]]
-
*Therefore it is better to have 3 components, because we will have a better chance of having a system that operates.  
+
</center>
-
*b. Again, <math>X \sim b(200,0.40).</math> mean=expected value = <math>np=200 \times 0.4 = 80; SD=\sqrt{npq}=\sqrt{200 \times 0.4 \times 0.5}=6.3245</math>
+
::Therefore, it is better to have 3 components, because we will have a better chance of having a system that operates.  
-
<center>[[Image: SOCR_Activities_Binomial_Christou_example11_b.jpg|600px]]</center>
+
::b.''' Again, <math>X \sim b(200,0.40).</math> mean=expected value = <math>np=200 \times 0.4 = 80; SD=\sqrt{npq}=\sqrt{200 \times 0.4 \times 0.6}=6.92</math>
 +
<center>[[Image:SOCR_Activities_Binomial_Christou_example11_b.jpg|600px]]
 +
</center>
 +
 
 +
<hr>
 +
* [[SOCR_Videos_Distributions | SOCR Distribution Video Tutorial]]
 +
* [[About_pages_for_SOCR_Distributions | More about SOCR Distributions]]
 +
* [[Help_pages_for_SOCR_Distributions | SOCR Distributions Help]]
 +
* SOCR Home page: http://www.socr.ucla.edu
 +
 
 +
{{translate|pageName=http://wiki.stat.ucla.edu/socr/index.php?title=SOCR_EduMaterials_Activities_Discrete_Probability_examples}}

Current revision as of 04:23, 11 December 2008

Contents

SOCR Distribution Activities - Discrete Probability Distribution Activity

Description

You can access the applets for the distributions at http://www.socr.ucla.edu/htmls/SOCR_Distributions.html .

Example 1

Find the probability that 3 out of 8 plants will survive a frost, given that any such plant will survive a frost with probability of 0.30. Also, find the probability that at least 1 out of 8 will survive a frost. What is the expected value and standard deviation of the number of plants that survive the frost?

Solution

 X \sim b(8,0.3) ,  P(X=3)= {8 \choose 3} 0.3^30.7^5=0.2541
Below you can see SOCR a snapshot for this example:
 P(X \ge 1)=1-P(X=0)=1-.7^8=0.942
Below you can see SOCR a snapshotfor this example:
 E(X) = np = 8 \times 0.3=2.4
 Sd(X)= \sqrt{npq}=\sqrt{8\times 0.30 \times 0.70}=1.3


Example 2

If the probabilities of having a male or female offspring are both 0.50, find the probability that a family’s fifth child is their first son.

Solution

 X \sim geometric(0.5), P(X=5)= (.5)^4 \times .5=0.03125

Example 3

A complex electronic system is built with a certain number of backup components in its subsystem. One subsystem has 4 identical components, each with probability of 0.20 of failing in less than 1000 hours. The subsystem will operate if at least 2 of the 4 components are operating. Assume the components operate independently.
a. Find the probability that exactly 2 of the 4 components last longer than 1000 hours.
b. Find the probability that the subsystem operates longer than 1000 hours.

Solution

a. X \sim b(4,0.8) ,  P(X=2)= {4 \choose 2} 0.8^2 0.2^2=0.1536
b. P(X\ge 2)= {4 \choose 2} 0.8^2 0.2^2+{4 \choose 3} 0.8^3 0.2^1+{4 \choose 4} 0.8^4=0.9728

Example 4

Suppose that 30% of the applicants for a certain industrial job have advanced training in computer programming. Applicants are interviewed sequentially and are selected at random from the pool. Find the probability that the first applicant having advanced raining in computer programming is found on the fifth interview.

Solution

 X \sim geometric(0.3) ;P(X=5)=0.7^4 \times 0.3=0.07203 where X represents the number of trials.

Example 5

Refer to Example 4. What is the expected number of applicants who need to be interviewed in order to find the first one with advanced training in computer programming?

Solution

 E(X)=\frac{1}{p}=\frac{1}{0.30}=3.33

Example 6

A missile protection system consists of n radar sets operating independently, each with probability 0.90 of detecting a missile entering a zone.
a. If n= and a missile enters the zone what is the probability that exactly 4 radar sets detect the missile? At least one?
b. How large must n be if we require the probability of detecting a missile to be 0.999?

Solution

a. X \sim b(5,0.90). P(X=4)= {5 \choose 4} 0.9^4 0.1^1=0.32805
P(X\ge 1)= 1-P(X=0)= 1- 0.1^4=0.9999
b. P(X = 0) = .001,0.001 = 0.1n Thus n = 3
In the first snapshot below, wheren=2, P(X\ge1)=0.99, which is too small. In the second snapshot, we can see that when n is increased to 3, P(X\ge1) increases to nearly 0.999.
n=2
n=3

Example 7

Construct a probability histogram for the binomial probability distribution for each of the following: n=5,p=0.1, n=5,p=0.5, n=5,p=0.9. What do you observe? Explain.

Solution

We observe that if p=0.5 the distribution resembles the normal distribution, with mean np = 0.25. Values above and below the mean are distributed symmetrically around the mean. ::Also, the probability histograms for p=0.1 and p=0.9 are mirror images of each other.
n=5,p=0.1
n=5,p=0.5
n=5,p=0.9

Example 8

On a population of consumers, 60% prefer a certain brand of ice cream. If consumers are randomly selected,
a. what is the probability that exactly 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?
b. what is the probability that at least 3 people have to be interviewed to encounter the first consumer who prefers this brand of ice cream?

Solution

a.  X \sim geometric(0.6);P(X=3)=0.4 \times 0.4 \times 0.6=0.096
b. P(X \ge3)=1-P(X=1)-P(X=2)=1-(0.60+0.40 \times .60) = 0.16

Example 9

The alpha marketing research company employs consumer panels to explore preferences for new products. The current inquiry involves a taste test comparison between a standard brand A vanilla ice cream and a new one of reduced sugar. The company recruits panels of five consumers at a time and determines how many of the five prefer the new product. Their objective is to obtain a panel of five in which all five consumers prefer the new product. The actual probability that an individual will prefer the new product is 0.40.
a. What is the probability that all five consumers will prefer the new product?
b. What is the exact probability that alpha will go through 60 panels (each of five people) without finding a single panel of five which unanimously prefer the new product?

Solution

a.  X \sim b(5,0.4) ;  P(X=5)= {5 \choose 5} 0.4^5 \times 0.6^0=0.01024
b. In this part we will look at every group of 5 people as one unit. We will denote success as the event that all 5 people in a group prefer the new product, and failure as the event that at least one person in a group does not prefer the new product. Therefore, p = 0.01024. So,

 X \sim geometric(0.01024);P(X=60)= (1-.01024)^[60] = 53.9%</math>

Below you can see a SOCR snapshot for this example:

Example 10

The Southland produce uses the following scheme to assign a quality ranking to incoming shipments of peaches.
Select four peaches at random.
If all four peaches are unbruised, then the shipment is classified A.
If three of the four peaches are unbruised, then select an additional four peaches.
If all of these additional four peaches are unbruised, then the shipment is classified A.
If two or more of these additional four peaches are unbruised, then the shipment is classified B.
If zero or one of these additional four peaches are unbruised, then the shipment is classified C.
If two or fewer of the four peaches are unbruised, then the shipment is classified C.
a. If the proportion of unbruised peaches in a shipment is 0.90, find the probability that the shipment will be classified A. Assume the shipment is very large so the probability of selecting an unbruised peach practically remains constant.
b. What is the probability that the shipment will be classified C? Same assumption as in part (a).


Solution

a. We will denote the number of unbruised peaches in our first selection X, and the number of unbruised peaches in our second selection Y. P(shipment = A) = P(all four peaches are unbruised)+P(three of the peaches are unbruised) X P(four additional peaches are unbruised)= P(X=4)+P(X=3)\times P(Y=4).
 X \sim b(4,0.9) ,  P(X=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561
Here is the snapshot in SOCR:
 Y \sim b(4,0.9) ,  P(Y=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916
 Y \sim b(4,0.9) ,  P(Y=4)= {4 \choose 4} 0.9^4 0.1^0= 0.6561
Therefore, P(shipment = A) = 0.6561 + (0.2916)(0.6561) = 0.8474
b.P(Shipment = C) = P(three of the first four peaches are unbruised) X P(zero or one of the additional four peaches are unbruised) +P(two or fewer of the first four peaches are unbruised). The first selection of peaches = X. The second selection=Y.
 X \sim b(4,0.9) ,  P(X=3)= {4 \choose 3} 0.9^3 0.1^1= 0.2916
 Y \sim b(4,0.9) ,  P(Y=0)= {4 \choose 0} 0.9^0 0.1^4= 0.0001
P(Y=1)={4 \choose 1} 0.9^1 0.1^3=0.0036
Therefore P(Y = 0or1) = 0.0001 + .0009 = 0.001.
P(X\le2)=P(X=0)+P(X=1)+P(X=2)= {4 \choose 0} 0.9^0 0.1^4 + {4 \choose 1} 0.9^1 0.1^3+{4 \choose 2} 0.9^2 0.1^2= 0.0523
Therefore P(shipment=C)=(0.2916 \times 0.001)+.0523 = 0.052

Example 11

A communication system consists of n components, each of which will, independently, function with probability 0.40. The total system will be able to operate effectively if at least one-half of its components function.
a. Would you choose a communication system that consists of 5 components or one that consists of 3 components?
b. Suppose that a complex communication system consists of 200 components. What is the mean and standard deviation of the number of components that will function?

Solution

a. We want our system to function, so we would prefer a system with the highest probability of operating. A system will operate if at least half of its components function.
If n=3, P(functioning when n=3)=P(X\ge 2).

X \sim b(3,0.40). P(X \ge2)= P(X=2)+P(X=3)= {3 \choose 2} 0.4^2 0.6^1+{3 \choose 3} 0.4^3 0.6^0= 0.352

If n=5, P(functioning when n=5)=P(X\ge 3).

X \sim b(5,0.40). P(X \ge3)= P(X=3)+P(X=4)+P(X=5)= {5 \choose 3} 0.4^3 0.6^2+{5 \choose 4} 0.4^4 0.6^1+{5 \choose 5} 0.4^5 0.6^0=0.31744

Therefore, it is better to have 3 components, because we will have a better chance of having a system that operates.
b. Again, X \sim b(200,0.40). mean=expected value = np=200 \times 0.4 = 80; SD=\sqrt{npq}=\sqrt{200 \times 0.4 \times 0.6}=6.92



Translate this page:

(default)

Deutsch

Español

Français

Italiano

Português

日本語

България

الامارات العربية المتحدة

Suomi

इस भाषा में

Norge

한국어

中文

繁体中文

Русский

Nederlands

Ελληνικά

Hrvatska

Česká republika

Danmark

Polska

România

Sverige

Personal tools