SOCR EduMaterials Activities Explore Distributions

From Socr

(Difference between revisions)
Jump to: navigation, search
(This is an activity to explore the relations among some of the commonly used probability distributions.)
(This is an activity to explore the relations among some of the commonly used probability distributions.)
Line 12: Line 12:
<center>[[Image: SOCR_Activities_ExploreDistributions_Christou_figure2.jpg|600px]]</center>
<center>[[Image: SOCR_Activities_ExploreDistributions_Christou_figure2.jpg|600px]]</center>
-
Now, select without replacement only 2 marbles.  Find the exact probability that 1 green marble is obtained.  This is equal to  
+
Now, select without replacement only 2 marbles.  Compute the exact probability that 1 green marble is obtained.  This is equal to  
-
<math> P(X=1)=\frac{{35 \choose 1}{15 \choose 1}}{{50 \choose 2}}=0.4286, </math> and can also be found using SOCR (figure below).
+
<math> P(X=1)=\frac{{35 \choose 1}{15 \choose 1}}{{50 \choose 2}}=0.4286. </math> This is also shown on the figure below.
-
<center>[[Image: SOCR_Activities_ExploreDistributions_Christou_figure3.jpg|600px]]</center>  
+
<center>[[Image: SOCR_Activities_ExploreDistributions_Christou_figure3.jpg|600px]]</center>
 +
We will approximate the probability of obtaining 1 green marble using binomial as follows.  Choose the SOCR binomial distribution and choose number of trials 2 and probablity of success <math> p=\frac{35}{50}=0.7 </math>.  Compare the figure below with the figure above.  The are almost the same!  Why?  Using the binomial formula we can compute the approximate probability of observing 1 green marble as <math> P(X=1)={2 \choose 1}0.70^10.30^1=0.432 </math> (very close to the exact probability).
 +
 +
<center>[[Image: SOCR_Activities_ExploreDistributions_Christou_figure4.jpg|600px]]</center>
Line 26: Line 29:
**d. <math> X \sim b(30,0.1) </math>, find <math> P(X > 2) </math>.
**d. <math> X \sim b(30,0.1) </math>, find <math> P(X > 2) </math>.
-
Below you can see a snapshot of the distribution of <math> X \sim b(20,0.3) </math>
 
-
 
-
 
-
<center>[[Image: SOCR_Activities_Binomial_Christou__binomial.jpg|600px]]</center>
 
-
 
-
 
-
* '''Exercise 2:''' Use SOCR to graph and print the distribution of a geometric random variable with <math> p=0.2,  p=0.7 </math>.  What is the shape of these distributions?  What happens when <math> p </math> is large?  What happens when <math> p </math> is small?
 
-
 
-
Below you can see a snapshot of the distribution of <math> X \sim geometric(0.4) </math>
 
-
 
-
 
-
<center>[[Image: SOCR_Activities_Christou_geometric.jpg|600px]]</center>
 
-
 
-
 
-
* '''Exercise 3:''' Select the geometric probability distribution with <math> p=0.2 </math>.  Use SOCR to compute the following:
 
-
**a. <math> P(X=5) </math> 
 
-
**b. <math> P(X > 3) </math>
 
-
**c. <math> P(X \le 5) </math>
 
-
**d. <math> P(X > 6) </math>
 
-
**e. <math> P(X \ge 8) </math>
 
-
**f. <math> P(4 \le X \le 9) </math>
 
-
**g. <math> P(4 < X < 9) </math>
 
-
 
-
* '''Exercise 4:''' Verify that your answers in exercise 3 agree with the formulas discussed in class, for example, <math> P(X=x)=(1-p)^{x-1}p </math>, <math> P(X > k)=(1-p)^k </math>, etc.  Write all your answers in detail using those formulas.
 
-
 
-
* '''Exercise 5:''' Let <math> X </math> follow the hypergeometric probability distribution with <math> N=52 </math>, <math> n=10 </math>, and number of "hot" items 13.  Use SOCR to graph and print this distribution.
 
-
 
-
Below you can see a snapshot of the distribution of <math> X \sim hypergeometric(N=100, n=15, r=30) </math>
 
-
 
-
 
-
<center>[[Image: SOCR_Activities_Christou_hypergeometric.jpg|600px]]</center>
 
-
 
-
 
-
* '''Exercise 6:''' Refer to exercise 5.  Use SOCR to compute <math> P(X=5) </math> and write down the formula that gives this answer.
 
-
 
-
* '''Exericise 7:''' Binomial approximation to hypergeometric:  Let <math> X </math> follow the hypergeometric probability distribution with <math> N=1000, \ n=10 </math> and number of "hot" items 50.  Graph and print this distribution.
 
-
 
-
* '''Exercise 8:''' Refer to exerciise 7.  Use SOCR to compute the exact probability: <math> P(X=2) </math>.  Approximate <math> P(X=2) </math> using the binomial distribution.  Is the approximation good?  Why?
 
-
 
-
* '''Exercise 9:''' Do you think you can approximate well the hypergeometric probability distribution with <math> N=50, \ n=10 </math>, and number of "hot" items 40 using the binomial probability distribution?  Explain.
 

Revision as of 00:32, 24 March 2007

This is an activity to explore the relations among some of the commonly used probability distributions.

  • Geometric probability distribution: Let's roll two dice until a sum of 10 is obtained. What is the probability that the first sum of 10 will occur after the 5th trial? The answer to this question is  P(X>5)=(1-\frac{3}{36})^5=0.6472. . This is equivalent to the event that no sum of 10 is observed on the first 5 trials (5 failures). Now, using SOCR we can obtain this probability easily by entering in the SOCR geometric distribution applet  p=\frac{3}{36}=0.0833 and in the Right Cut-Off box 5. We can find the desire probability on the right corner of the applet. The figure below clearly displays this probability.
  • Binomial approximation to hypergeometric: An urn contains 50 marbles (35 green and 15 white). Fifteen marbles are selected without replacement. Find the probability that exactly 10 out of the 15 selected are green marbles. The answe to this question can be fund using the formula:

 P(X=10)=\frac{{35 \choose 10}{15 \choose 5}}{{50 \choose 15}}=0.249. Using SOCR simply enter population size 50, sample size 15, number of good objects 35, to get the figure below.

Now, select without replacement only 2 marbles. Compute the exact probability that 1 green marble is obtained. This is equal to  P(X=1)=\frac{{35 \choose 1}{15 \choose 1}}{{50 \choose 2}}=0.4286. This is also shown on the figure below.

We will approximate the probability of obtaining 1 green marble using binomial as follows. Choose the SOCR binomial distribution and choose number of trials 2 and probablity of success  p=\frac{35}{50}=0.7 . Compare the figure below with the figure above. The are almost the same! Why? Using the binomial formula we can compute the approximate probability of observing 1 green marble as  P(X=1)={2 \choose 1}0.70^10.30^1=0.432 (very close to the exact probability).


Use SOCR to graph and print the following distributions and answer the questions below. Also, comment on the shape of each one of these distributions:

    • a.  X \sim b(10,0.5) , find P(X = 3), E(X), sd(X), and verify them with the formulas discussed in class.
    • b.  X \sim b(10,0.1) , find  P(1 \le X \le 3) .
    • c.  X \sim b(10,0.9) , find  P(5 < X < 8), \ P(X < 8), \ P(X \le 7), \ P(X \ge 9) .
    • d.  X \sim b(30,0.1) , find P(X > 2).





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