Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

### Problem 2 Harold and Timmy are playing a game of chance.In each round of the game, both players roll a fair die.If the sum

### Problem 2

Harold and Timmy are playing a game of chance.In each round of the game, both players roll a fair die.If the sum of the numbers on both dice is less than or equal to 3, Harold is considered the "winner." If the sum of the numbers on both dice is greater than or equal to 10, Timmy is considered the "winner."Whoever loses picks a card from a standard deck where all Aces have been removed and must pay the winner according to the table below.If the sum of the dice is between 4 and 9, inclusively, there is no winner of that round.After the completion of each round, they roll the dice again to start the next round.

Each player starts the game with $10.Assume all die rolls and card draws are independent.

+-------------+-------+---------+

| Card Drawn|2-10 |J-K|

+=============+=======+=========+

| Amount|$1|$5|

+-------------+-------+---------+

a) Is this a fair game? Explain.

b) If Timmy wins in round 1, what is his expected earnings?

c) What is the probability that one of them is broke after 2 rounds of the game?

d) Let X = Amount of money earned by Harold in a round of the game (when Harold loses to Timmy his earnings are negative).

i. Give the distribution of X

ii. Calculate E(X)

iii. Calculate Var(X)

e) How many rounds can Harold expect to play before he goes broke?

### Problem 3

A lepidopterist is studying changes in butterfly flight patterns in the first 30 days after metamorphisis. For every cocoon collected for the study, there is a 20% chance in lab conditions that the butterfly will not complete metamorphisis.Hint: Use the R function `dbinom`.

a) What probability distribution can be used to model the number of butterflies that can be used for the study from an initial batch of cocoons?

b) If the researcher starts with 50 cocoons, what is the probability she will have at least 48 surviving butterflies?

c) The lepidopterist must have at least 60 surviving butterflies to find significant results in her research on flight behavior.To be comfortable that she will have at least 60 surviving butterflies, she will collect enough cocoons such that the expected number of surviving cocoons is 80.How many cocoons should she collect?

d) Unfortunately, the lepidopterist is only able to collect 40 cocoons on her own.She calls a friend in another lab who is willing to collect additional cocoons (and data).Her friend collects 50 cocoons.The rate of successful metamorphisis in her friend's lab is 75%.What is the expected number of surviving butterflies from both labs?

### Problem 4

Suppose the number X of tornadoes observed in a particular region during a 1 year period has a Poisson distribution with $\lambda = 8$.

a) Compute $P(X<3)$.

b) Compute $P(6 \le X<9)$.

c) Compute $P(X>2)$.

d) What is the probability the observed number of tornadoes is less than the expected value minus 2 standard deviations?

### Problem 5

Chickenpox has predominately been eradicated in the United States due to the development of the varicella vaccine.However, approximately .08% of infants immunized experience a serious reaction to the vaccine (febrile seizures).Suppose on a given day, one million infants are vaccinated against Chickenpox.

a) What is the expected number of infants that will experience febrile seizures from the Chickenpox vaccine on a given day?Be sure to justify your answer.

b) What is the variance of the number of infants experiencing febrile seizures from the Chickenpox vaccine on a given day?

c) Using the `dbinom()` function in R, calculate the probability that exactly 850 infants develop febrile seizures after being vaccinated for Chickenpox.

d) Is it appropriate to use the Poisson distribution in this situation (to approximate the binomial distribution) to model the number of serious reactions to the varicella vaccine?Explain why.What is the mean of the approximating Poisson distribution?Considering that the Poisson distribution is often used to model counts over space or time, how could you interpret the mean of the approximating Poisson distribution for this problem?

e) Using (d), and the R function, `dpois()`, determine the approximate probability that exactly 850 of the 1 million infants vaccinated against the Chickenpox experience a febrile seizure.How does this probability compare to that calculated in part (c)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Algebra and Trigonometry

Authors: Ron Larson

10th edition

9781337514255, 1337271179, 133751425X, 978-1337271172

More Books

Students also viewed these Mathematics questions