Question

PROBABLITY 2A. Suppose that there is a prize ceremony awarding prizes to 10 finalists. Each finalist...

PROBABLITY

2A. Suppose that there is a prize ceremony awarding prizes to 10 finalists. Each finalist is going to get exactly one prize, but assume that each has an equal probability of receiving any given prize. The grand prize is $5000, there are 2 prizes of $2000, 2 prizes of $1000 and 5 prizes of $200.

Let X represent the amount of money won by one prize recipient.

Find E(X), var(X) and σ for X.

2B. A pair of dice is rolled in a game.

1. Suppose a success consists of a roll with exactly one of the two dice being 6. Let X denote the number of such successes. What is the expected value of X if the dice are rolled 10 times?

2. Consider another case where a successful roll consists of either one of the dice being 6, or the total of the two being 7. Let Y denote the number of such successes. What is the least number of rolls required to achieve an expected value of at least 5 successes? (So this should be a whole number)

2C. Suppose you design a game with outcomes A, B and C for which you can estimate probabilities Pr(A) = 0.01, Pr(B) = 0.09 and Pr(C) =0.9. It costs the player $1 to play each time. If outcome C occurs, they win nothing. If outcome A occurs, they win $50. They will also win some money if B occurs. What is the largest amount paid out for B in whole dollars which will make the game break even or make a profit for you on average? Show working to justify your answer.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

2A) The probability that a prize is won by a finalist is \frac{1}{10} .

Let X be thae random variable that  represents the amount of money won by one prize recipient. Then

P\left ( X=5000 \right )=0.1\\ P\left ( X=2000 \right )=0.2\\ P\left ( X=1000 \right )=0.2\\ P\left ( X=200 \right )=0.5

The expected value is

E\left ( X \right )=\sum _XXP\left ( X \right )\\ E\left ( X \right )=5000\times 0.1+2000\times 0.2+1000\times 0.2+200\times 0.5\\ {\color{Blue} E\left ( X \right )=\$1200}

Now

E\left ( X^2 \right )=\sum _XX^2P\left ( X \right )\\ E\left ( X^2 \right )=5000^2\times 0.1+2000^2\times 0.2+1000^2\times 0.2+200^2\times 0.5\\ E\left ( X^2 \right )=3500000

The variance is

Var\left ( X \right )=E\left ( X^2 \right )-E\left ( X \right )^2\\ Var\left ( X \right )=3500000-1200^2\\ {\color{Blue} Var\left ( X \right )=2,080,000}

The standard deviation is

\sigma \left ( X \right ) =\sqrt{Var\left ( X \right )}\\ \sigma \left ( X \right ) =\sqrt{2,080,000}\\ {\color{Blue} \sigma \left ( X \right ) =\$1,442.22}

2B)

1) The probability of success in 1 throw of 2 dice is

\frac{10}{36}=\frac{5}{18}

Since there are 10 outcomes that are success out of 6^2=36 .

When the two dice are thrown 10 times the number of successes X is a random variable that follws binomial distribution with n=10,p=\frac{5}{18} .

The binomial probability mass function is

P\left ( X=x \right )=\binom{n}{x}p^x\left ( 1-p \right )^{n-x},x=0,1,2,...,n.

The expecetd value of X is E\left (X \right )=\left ( 10 \right )\frac{5}{18}={\color{Blue} 2.7778} .

2) In the second case the success event is \left \{ \left ( 1,6 \right ),\left ( 6,1 \right ),\left ( 2,5 \right ) ,\left ( 5,2 \right ),\left ( 4,3 \right ),\left ( 3,4 \right )\right \} .

Therefore the probability of success is p=\frac{6}{6^2}=\frac{1}{6} .

As in part (1), the expected value is

E\left (X \right )=np\geqslant 5\\ n\left ( \frac{1}{6} \right )\geqslant 5\\ n\geqslant 30

The least number of rolls is {\color{Blue} n= 30} .

W are required to answer only one question. Please post the remaining querstion as another post.

Add a comment
Know the answer?
Add Answer to:
PROBABLITY 2A. Suppose that there is a prize ceremony awarding prizes to 10 finalists. Each finalist...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A game between two players A and B consists of 10 rounds. In each round, two...

    A game between two players A and B consists of 10 rounds. In each round, two fair dice are rolled together. Let X denote the sum of two dice. If X>5, A wins. The player who wins the maximum number of rounds, wins the game. What is the probability that B wins the game?

  • 6.32 In the game of Chuck-a-luck, three dice are rolled. The player selects a number between...

    6.32 In the game of Chuck-a-luck, three dice are rolled. The player selects a number between 1 and 6. If the player's number comes up on exactly one die, the player wins $1. If the player's number comes up on exactly two dice, the player wins $2. If the player's number comes up on all three dice, the player wins $3. If the player's number does not come up, the player loses $1. Let X denote the player's win or...

  • Suppose 1,250 raffle tickets are being sold for $5 each. One ticket will be chosen to...

    Suppose 1,250 raffle tickets are being sold for $5 each. One ticket will be chosen to receive a cash prize of $2,500, and three tickets will be chosen to receive cash prizes of $500. Let x be the amount of money won/lost by purchasing one raffle ticket. Find the expected value for X. (Round your answer to the nearest penny. Do not include a $ sign in your answer. Your answer may be positive or negative.)

  • Problem 1. Suppose we are betting money on the outcome of a game of chance with two outcomes (e.g. roulette). If we gue...

    Problem 1. Suppose we are betting money on the outcome of a game of chance with two outcomes (e.g. roulette). If we guess correctly we get double our bet back and otherwise we lose the money we've bet. Consider the strategy where you initially bet one euro and you keep playing and doubling your bet until the first time you win. At that point you go home, having made a net profit. Let p be the probability of winning a...

  • Please i need helpe with this JAVA code. Write a Java program simulates the dice game...

    Please i need helpe with this JAVA code. Write a Java program simulates the dice game called GAMECrap. For this project, assume that the game is being played between two players, and that the rules are as follows: Problem Statement One of the players goes first. That player announces the size of the bet, and rolls the dice. If the player rolls a 7 or 11, it is called a natural. The player who rolled the dice wins. 2, 3...

  • Question 2E Page >of 3 What Is the probability that the Aurora Borealis can be seen...

    Question 2E Page >of 3 What Is the probability that the Aurora Borealis can be seen every day of this week a (b) What is the probability that the Aurora Borealis can be seen at least one day in this week? (c) What is the probability that the Aurora Borealis can be seen less than two days this week? (d) Find the mean, variance, and standard deviation for the number of days that the Aurora Borealis can be seen during...

  • help please!!! The following table gives the number (lin millions) of men and women over the age of 24 at each level of educational attainment Did not College a Total Completed Some Gende...

    help please!!! The following table gives the number (lin millions) of men and women over the age of 24 at each level of educational attainment Did not College a Total Completed Some Gender complete high school college graduate high school Males 12.9 15.9 96.3 30.7 90.8 128 41.31037 103.7 Females 12.8 25.7 31.8 17.8 200 62.5 78.1 Total 33.7 A What is the probability that a randomly selected person over the age of 24 did not complete high school?(answer with...

  • 1.A fair six-sided die is rolled. {1, 2, 3, 4, 5, 6} Let event A =...

    1.A fair six-sided die is rolled. {1, 2, 3, 4, 5, 6} Let event A = the outcome is greater than 4. Let event B = the outcome is an even number. Find P(A|B). A.0 B.1/3 C.2/3 C.3/3 2.A student stays at home.  Let event N = the student watches Netflix. Let event Y = the student watches the very educational youtube videos made by her/his instructor.Suppose P(N) = 0.1, P(Y) = 0.8, and P(N and Y) = 0.  Are N and...

  • I want the solution for this. Stat 352 Homework Set 2 Fall 2019: Conditional Probability and...

    I want the solution for this. Stat 352 Homework Set 2 Fall 2019: Conditional Probability and Independence Deadline: Monday November 11, 2019 (1) In throwing two dice with the sample space Define the following events on : = {(x,y):x, y = 1,2,3,4,5,6). A = {sum less than 4) = {(x, y): x + y < 4, x, y = 1,2,3,4,5,6) B = {first number is 1) = {(x,y): x = 1, y = 1,2,3,4,5,6) C = {sum of number is...

  • 2. It is estimated that 70% of all visitors to a given website are college students....

    2. It is estimated that 70% of all visitors to a given website are college students. The remaining 30% are either college graduates or have not attended college. Suppose the website had twelve visitors in the last two hours. (a) Let X be the number of visitors (among the twelve) who are college students. What assumptions need to be satisfied in order for X to obey a binomial distri­ bution? (b) Modeling X as a binomially distributed random variable, what...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT