Bernoulli Trials and Binomial Experiments (Continued)

This lab is a continuation of the one from last lab. Recall terminology and notations we learned last time:
Table of Contents

Terminology

One Bernoulli Trial: an event with only two outcomes: failure and success

  • We designate the probability of success with p
    Example
    one Bernoulli trial: tossing a fair coin once
    Success: head Failure: tail

One Binomial Experiment: Consisting of a series of independent, identical Bernoulli Trials

  • n the number of Bernoulli Trials in one experiment.
  • p the probability of success in each of the independent trials; p remains the same from trial to trial.
  • X the number of successes in one experiment.
Example
one Binomial experiment: tossing a fair coin 5 times.
  • n = 5 (there are 5 Bernoulli trials in the experiment)
  • p = 0.5 (the probability for the coin to land on its head is half since it's a fair coin)
  • X = the number of heads we get if we toss a fair coin 5 times.

Binomial Random Variable: X = the number of successes in one binomial experiment.

  • X is called a Binomial Random Variable since it's used to describe the result of a Binomial Experiment.
  • X is a random variable since the outcome of each experiment is random, X can take on any value of 0,1,2,... up to n .
  • The parameters for a Binomial Random Variable are (n,p).
  • Distribution of X:
X 0 1 ... k ... n
Probability $Pr(\mbox{\small X=0})$ $Pr(\mbox{\small X=1})$ ... $Pr(\mbox{\small X=k})$ ... $Pr(\mbox{\small X=n})$
  • Binomial probability: $Pr(\mbox{\small X=k})= {n\choose k} p^k(1-p)^{n-k},k=0,1,...,n$.
Example
An appropriate random variable for the above example is: X = the number of heads we get in 5 tosses. The distribution of X tells us the values of Pr(X = 0),...,Pr(X = 5). You can evaluate the distribution of X by the binomial probability formula.
For instance, $Pr(\mbox{\small X=1})={5\choose1}(\frac{1}{2})^1(\frac{1}{2})^{5-1}=5\cdot0.5^5=0.15625$

Histogram: a graphic summary of the observed distribution of a random variable.

  • Y - axis: the frequencies or relative frequencies
  • X - axis: the observed outcomes of the variable.

Pattern: an important idea in descriptive statistics.

  • Overall pattern includes notions about:
    • shape (bell-shaped, multi-mode; symmetric, skewed)
    • center (mean, median)
    • spread (quartiles, standard deviation)

Assignment

  1. About 90% of newly manufactured computer chips work perfectly. The rest fail because of random impurities in the silicon. Suppose that quality control inspectors select 50 chips at random as they emerge from the manufacturing process, and test them.
    1. Explain why testing a chip can be considered a Bernoulli trial.
    2. Define a binomially distributed random variable X , specifying the values of n and p.
    3. Create an approximation of this binomial distribution by running 20 simulations. Plot a histogram from the simulation. ‡.
    4. Describe the histogram.
  2. Suppose the standard medication given to people with a certain kind of skin rash has proven to be effective for 60% of the sufferers. Now a researcher thinks she has discovered a new and better treatment. She will test this new medication on 40 subjects.
    1. If the 40 subjects had been treated with the old medication, how many might have been cured? Define an appropriate random variable, run 20 simulations, and create a graph ‡ of the distribution. Describe the result and compare it to the one created above.
    2. How many patients would the new medication have to cure in order to really convince you that it is definitely more effective than the old treatment?
  3. We have examined several kinds of Bernoulli trials and binomial distributions: tossing coins, guessing on tests, quality control, medical experiments. Describe another real-life situation that involves Bernoulli trials and define an appropriate random variable. (You are not supposed to use examples from Lab 1 or Lab 2). Without using the computer, describe what you think the histogram from a simulation of this binomial distribution would look like.

Hand in

  • Please print out the results marked with
  • Answer the questions posed.
  • Hand in your completed assignment at the start of lab next week.

home icon CuMath171Info > LabExercises LabOnBernoulliTrialsAndBinomialExperimentsContinued
Revision: LabOnBernoulliTrialsAndBinomialExperimentsContinued - r1.17 14 Feb 2007 - 04:47 - Dick Furnas