Question

Alice and Bob have 9 coins, each with probability of a head equal to p =...

Alice and Bob have 9 coins, each with probability of a head equal to p = .6. Bob tosses 5 coins, while Alice tosses the remaining 4 coins. Assuming that all tosses are independent, compute the probability that Bob gets more heads than Alice.

Homework Answers

Answer #1

Note :: The probability is calculated using the R-software by the codes:

p=function(x) dbinom(x,5,0.6)
q=function(x) dbinom(x,4,0.6)
prob=0
for(i in 2:5){
{for(j in 1:(i-1))
prob=prob+p(i)*q(j)}}
prob

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
Alice and Bob play the following game. They toss 5 fair coins. If all tosses are...
Alice and Bob play the following game. They toss 5 fair coins. If all tosses are Heads,Bob wins. If the number of Heads tosses is zero or one, Alice wins. Otherwise they repeat,tossing five coins on each round, until the game is decided. (a) Compute the expectednumber of coin tosses needed to decide the game. (b) Compute the probability that Alicewins.
3. Alice and Bob are practicing their basketball free throws. Alice sinks it with probability a...
3. Alice and Bob are practicing their basketball free throws. Alice sinks it with probability a > 0 on each try, Bob is successful with probability b > 0 each time. The outcomes of their attempts are all independent from each other. Let A be the number of Alice’s tries until her first success. Let B be the same for Bob. Let C be equal to 1 if Alice gets to score with fewer attempts, 2 if Bob gets to...
Alice, Bob, and Charlie each pick random numbers from the set {1, 2, 3, 4, 5,...
Alice, Bob, and Charlie each pick random numbers from the set {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} independently. (a) What is the probability that Alice and Bob pick the same number? (b) What is the probability that Alice, Bob, and Charlie all pick even numbers? (c) What is the probability Alice’s pick is at most 4 (including 4) OR Bob’s pick is at least 8? (d) Given that Alice picks 8, what is the probability that...
A weighted coin has a probability of 0.6 of getting a head and 0.4 of getting...
A weighted coin has a probability of 0.6 of getting a head and 0.4 of getting a tail. (a) In a series of 30 independent tosses what is the probability of getting the same number of heads as tails? [2] (b) Find the probability of getting more than 7 heads in 10 tosses? [3] (c) Find the probability of 4 consecutive tails followed by 2 tails in the next 6 tosses. [2]
Each game costs $5 and four COINS are flipped simultaneously. If you get one head you...
Each game costs $5 and four COINS are flipped simultaneously. If you get one head you get $2, if you get two heads you get $4, if you get three heads you get $10. Question: create the experimental probability distribution, expected value and bar graph. Compare the distribution, bar graph and expected value to the theoretical. Four Coin Filp :1-100 Three COINS out of a hundred trials are heads with a probability of 25 Two COINS out of a hundred...
Consider two agents, Alice and Bob, who are each capable of producing two goods cornbread and...
Consider two agents, Alice and Bob, who are each capable of producing two goods cornbread and bowls of chili. Alice and Bob have constant opportunity cost technology for producing these two goods. The table below the maximum they can produce of the two goods if they devote themselves to only producing that good. The format of this table is similar to what we did in class. Cornbread Chili Alice 20 15 Bob 6 3 In other words, if Bob devoted...
We have two coins whose heads are marked 2 and tails marked 1. One is a...
We have two coins whose heads are marked 2 and tails marked 1. One is a fair coin and the other is a biased coin whose probabilities of 'Head' are 1/2 and 1/4 respectively.Suppose we toss the two coins simultaneously. Let S and P be the sum and product of all the outcome numbers on the coins, respectively. 1. Compute the mean and variance of S. Calculate up to 3 decimal places (round the number at 4th place) if necessary....
7. If you flip 10 fair coins, what is the probability that: (a) Exactly 5 of...
7. If you flip 10 fair coins, what is the probability that: (a) Exactly 5 of them are “heads”? (b) At least 8 of them are “heads”? 8. Urn A has four red balls and two white balls, and urn B has three red balls and four white balls. A fair coin is tossed. If it lands heads up, a ball is drawn from urn A; otherwise, a ball is drawn from urn B. Compute (a) the probability a red...
Each day, starting at 5pm, Alice starts to wait for Bob’s call. It is known that...
Each day, starting at 5pm, Alice starts to wait for Bob’s call. It is known that each day, the waiting time for Bob’s call is an Exponential random variable with expectation 1/2 hour, and that the times of his calls are independent from day to day. Alice’s day is unhappy if she has to wait for more than log 10 hours for Bob’s call. (As log 10 hours is about 2.3 hours, Alice is not being unreasonable.) (a) Compute the...
1. Indicate if each of the following is true or false. If false, provide a counterexample....
1. Indicate if each of the following is true or false. If false, provide a counterexample. (a) The mean of a sample is always the same as the median of it. (b) The mean of a population is the same as that of a sample. (c) If a value appears more than half in a sample, then the mode is equal to the value. 2. (Union and intersection of sets) Let Ω = {1,2,...,6}. Suppose each element is equally likely,...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT