Question

X P(X=x) Geoff is running a carnival game. He has 15 marbles in a bag: there...

X
P(X=x)

Geoff is running a carnival game. He has 15 marbles in a bag: there are 4 green marbles, 7 red marbles and 4 yellow marbles. To play a round of the game, a player randomly takes out a marble from the bag, notes the color and replaces it, then pulls a second marble from the bag and notes the color. So in effect, the player pulls 2 marbles from the bag. (However, the first marble is put back in the bag and so potentially could be pulled twice.) Green marbles win 5 points, red marbles win 1 point and yellow marbles lose 2 points.

Let X be the random variable that describes the number of points won by a player playing a single round of Geoff's marble game. Find the probability distribution for X. Give values for X as whole numbers and probabilities as decimal values to 3 decimal places. Enter the values for X in ascending order (lowest to highest) from left to right in the table.

Homework Answers

Answer #1

As the possible marbles a player can draw from the bag in two turns are

{GG, GR, GY, RG, RR, RY, YG, YR, YY}

If the player draws green marbles in both turns, then he wins 5+5= 10 points.

Similarly we can find out for all the possible outcomes

Colour GG GR and RG GY and YG RR RY and YR YY
X 5+5=10 5+1=6 5-2=3 1+1=2 1-2=-1 -2-2=-4
P(X=x)

Now, probability of drawing a green marble in first turn is 4/15.

probability of drawing a green marble in second turn is 4/15.

Hence,

Similarly,

2 is multiplied because we will get 6 points in two ways one by having first green then red marble and second by having first red then second green marble.

In the similar ways we can find rest of the probabilities.

Know the answer?
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
Similar Questions
A bag contains three red marbles, one yellow marble, and six green marbles. Two marbles are...
A bag contains three red marbles, one yellow marble, and six green marbles. Two marbles are drawn from the bag with replacement. One marble is drawn, the color is recorded, and the marble is returned to the bag. A second marble is drawn from the bag and the color is recorded. a. What is the probability that both marbles are yellow? b. What is the probability that both marbles are red? c. What is the probability of drawing one green...
**ASAP** A bag contains 7yellow marbles, 10 red marbles, 6 green marbles. If one marble is...
**ASAP** A bag contains 7yellow marbles, 10 red marbles, 6 green marbles. If one marble is drawn from the bag then replaced, what is the probability of drawing a yellow marble then a green marble?    In a number guessing game. You ask a person to guess a number from one 1 to 10. If the person makes a random guess, what is the probability their guess will be less than 8?    A bag contains 10 blue marbles, 6...
There are 15 marbles in a bag. 3 are red, 5 are blue, 2 are green,...
There are 15 marbles in a bag. 3 are red, 5 are blue, 2 are green, 1 is yellow, and 4 are purple. a. If a single marble is drawn, the odds for drawing a blue marble are:  1:21:32:13:14:114:1511:415:4 b. If a single marble is drawn, the odds against drawing a red or yellow marble are:  1:21:32:13:14:114:1511:415:4 4 points    QUESTION 15 The odds against Alex's team losing their next basketball game are 12:4. Determine the probability that Alex's team wins their...
Suppose you have five marbles in a bag, three green (G1, G2, G3) and two red...
Suppose you have five marbles in a bag, three green (G1, G2, G3) and two red (R1 and R2). You conduct an experiment where you continue to select colored marbles one at a time at random from the bag. You stop selecting marbles when you select a red marble. Without replacement. Display the possible outcomes in a tree diagram. Let x denote the discrete random variable that represents the total number of green marbles that can be selected before a...
Suppose you went to a fundraiser and you saw an interesting game. The game requires a...
Suppose you went to a fundraiser and you saw an interesting game. The game requires a player to select five balls from an urn that contains 1000 red balls and 4000 green balls. It costs $20 to play and the payout is as follows: Number of red balls Prize 0 $0 1 $20 2 $25 3 $50 4 $100 5 $200 Questions: 1) Is this a binomial experiment? If so, explain what p, q, n, and x represent and find...
1. A particular slot machine in a casino has payouts set so that the probability of...
1. A particular slot machine in a casino has payouts set so that the probability of winning money in one play of the slot machine is 29%. Each game on the slot machine is independent of all other games played on that machine. If a player chooses to play three games in a row on this machine, what is the probability that he or she will win money in every one of those three games? 2. In a short string...
I've posted this question like 3 times now and I can't seem to find someone that...
I've posted this question like 3 times now and I can't seem to find someone that is able to answer it. Please can someone help me code this? Thank you!! Programming Project #4 – Programmer Jones and the Temple of Gloom Part 1 The stack data structure plays a pivotal role in the design of computer games. Any algorithm that requires the user to retrace their steps is a perfect candidate for using a stack. In this simple game you...