<< Chapter < Page Chapter >> Page >

Suppose X binomial (12, 0.375), Y Poisson (4.5), and Z exponential (1/4.5). For each random variable, calculate and tabulate the probability of a value at least k , for integer values 3 k 8 .

k = 3:8; Px = cbinom(12,0.375,k);Py = cpoisson(4.5,k); Pz = exp(-k/4.5);disp([k;Px;Py;Pz]')3.0000 0.8865 0.8264 0.5134 4.0000 0.7176 0.6577 0.41115.0000 0.4897 0.4679 0.3292 6.0000 0.2709 0.2971 0.26367.0000 0.1178 0.1689 0.2111 8.0000 0.0390 0.0866 0.1690
Got questions? Get instant answers now!

The number of noise pulses arriving on a power circuit in an hour is a random quantity having Poisson (7) distribution. What is the probability of having at least10 pulses in an hour? What is the probability of having at most 15 pulses in an hour?

P1 = cpoisson(7,10) = 0.1695 P2 = 1 - cpoisson(7,16) = 0.9976

Got questions? Get instant answers now!

The number of customers arriving in a small specialty store in an hour is a random quantity having Poisson (5) distribution. What is the probability the numberarriving in an hour will be between three and seven, inclusive? What is the probability of no more than ten?

P1 = cpoisson(5,3) - cpoisson(5,8) = 0.7420

P2 = 1 - cpoisson(5,11) = 0.9863
Got questions? Get instant answers now!

Random variable X binomial (1000, 0.1).

  1. Determine P ( X 80 ) , P ( X 100 ) , P ( X 120 )
  2. Use the appropriate Poisson distribution to approximate these values.
k = [80 100 120];P = cbinom(1000,0.1,k) P = 0.9867 0.5154 0.0220P1 = cpoisson(100,k) P1 = 0.9825 0.5133 0.0282
Got questions? Get instant answers now!

The time to failure, in hours of operating time, of a televesion set subject to random voltage surges has the exponential (0.002) distribution. Suppose the unithas operated successfully for 500 hours. What is the (conditional) probability it will operate for another 500 hours?

P ( X > 500 + 500 | X > 500 ) = P ( X > 500 ) = e - 0 . 002 · 500 = 0 . 3679

Got questions? Get instant answers now!

For X exponential ( λ ) , determine P ( X 1 / λ ) , P ( X 2 / λ ) .

P ( X > k λ ) = e - λ k / λ = e - k

Got questions? Get instant answers now!

Twenty “identical” units are put into operation. They fail independently. The times to failure (in hours) form an iid class, exponential (0.0002). This means the“expected” life is 5000 hours. Determine the probabilities that at least k , for k = 5 , 8 , 10 , 12 , 15 , will survive for 5000 hours.

p = exp(-0.0002*5000) p = 0.3679k = [5 8 10 12 15];P = cbinom(20,p,k) P = 0.9110 0.4655 0.1601 0.0294 0.0006
Got questions? Get instant answers now!

Let T gamma (20, 0.0002) be the total operating time for the unitsdescribed in [link] .

  1. Use the m-function for the gamma distribution to determine P ( T 100 , 000 ) .
  2. Use the Poisson distribution to determine P ( T 100 , 000 ) .

P1 = gammadbn(20,0.0002,100000) = 0.5297 P2 = cpoisson(0.0002*100000,20) = 0.5297

Got questions? Get instant answers now!

The sum of the times to failure for five independent units is a random variable X gamma ( 5 , 0 . 15 ) . Without using tables or m-programs, determine P ( X 25 ) .

P ( X 25 ) = P ( Y 5 ) , Y poisson ( 0 . 15 · 25 = 3 . 75 )
P ( Y 5 ) = 1 - P ( Y 4 ) = 1 - e - 3 . 35 1 + 3 . 75 + 3 . 75 2 2 + 3 . 75 3 3 ! + 3 . 75 4 24 = 0 . 3225
Got questions? Get instant answers now!

Interarrival times (in minutes) for fax messages on a terminal are independent, exponential ( λ = 0 . 1 ). This means the time X for the arrival of the fourth message is gamma(4, 0.1). Without using tables or m-programs,utilize the relation of the gamma to the Poisson distribution to determine P ( X 30 ) .

P ( X 30 ) = P ( Y 4 ) , Y poisson ( 0 . 2 · 30 = 3 )
P ( Y 4 ) = 1 - P ( Y 3 ) = 1 - e - 3 1 + 3 + 3 2 2 + 3 3 3 ! = 0 . 3528
Got questions? Get instant answers now!

Questions & Answers

what is biology
Hajah Reply
the study of living organisms and their interactions with one another and their environments
AI-Robot
what is biology
Victoria Reply
HOW CAN MAN ORGAN FUNCTION
Alfred Reply
the diagram of the digestive system
Assiatu Reply
allimentary cannel
Ogenrwot
How does twins formed
William Reply
They formed in two ways first when one sperm and one egg are splited by mitosis or two sperm and two eggs join together
Oluwatobi
what is genetics
Josephine Reply
Genetics is the study of heredity
Misack
how does twins formed?
Misack
What is manual
Hassan Reply
discuss biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles
Joseph Reply
what is biology
Yousuf Reply
the study of living organisms and their interactions with one another and their environment.
Wine
discuss the biological phenomenon and provide pieces of evidence to show that it was responsible for the formation of eukaryotic organelles in an essay form
Joseph Reply
what is the blood cells
Shaker Reply
list any five characteristics of the blood cells
Shaker
lack electricity and its more savely than electronic microscope because its naturally by using of light
Abdullahi Reply
advantage of electronic microscope is easily and clearly while disadvantage is dangerous because its electronic. advantage of light microscope is savely and naturally by sun while disadvantage is not easily,means its not sharp and not clear
Abdullahi
cell theory state that every organisms composed of one or more cell,cell is the basic unit of life
Abdullahi
is like gone fail us
DENG
cells is the basic structure and functions of all living things
Ramadan
What is classification
ISCONT Reply
is organisms that are similar into groups called tara
Yamosa
in what situation (s) would be the use of a scanning electron microscope be ideal and why?
Kenna Reply
A scanning electron microscope (SEM) is ideal for situations requiring high-resolution imaging of surfaces. It is commonly used in materials science, biology, and geology to examine the topography and composition of samples at a nanoscale level. SEM is particularly useful for studying fine details,
Hilary
cell is the building block of life.
Condoleezza Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask