Suppose you are given a six-sided die, that might be biased in an unknown way. Explain how to use die rolls to generate unbiased coin flips, and determine the expected number of die rolls until a coin flip is generated. Now suppose instead you want to generate unbiased die rolls (from a six-sided die) given your potentially biased die. Explain how to do this, and again determine the expected number of biased die rolls until an unbiased die roll is generated. For both problems, you need not give the most efficient solution – simple, non-recursive are all that we are looking for – however, your solution should be reasonable, and exceptional solutions will receive exceptional scores.
Is it possible to get detailed answer on this one?
let X be the number of die rolls untill we roll a specific number.let p be the probability that we roll the specific number and q=1-p be the probability that we roll any of the other numbers .we know,
E[X] = 1p+2pq+3pq2+4pq3+...................

Suppose you are given a six-sided die, that might be biased in an unknown way. Explain...
Suppose you are rolling a fair four-sided die and a fair six-sided die and you are counting the number of ones that come up. What is the probability that both die roll ones? What is the probability that exactly one die rolls a one? What is the probability that neither die rolls a one? What is the expected number of ones? If you did this 1000 times, approximately how many times would you expect that exactly one die would roll...
Consider the setting where you first roll a fair 6-sided die, and then you flip a fair coin the number of times shown by the die. Let D refer to the outcome of the die roll (i.e., number of coin flips) and let H refer to the number of heads observed after D coin flips. (a) Suppose the outcome of rolling the fair 6-sided die is d. Determine E[H|d] and Var(H|d). (b) Determine E[H] and Var(H).
Suppose you have a six sided die. One face is printed with the number 1. Two faces are printed with the number 2. Three faces are printed with the number 3. You also have 3 coins: C_1, C_2, and C_3. C_1 will land Heads with probability 1/5. C_2 will land Heads with probability 1/3. C_3 will land Heads with probability 1/2. You roll the die. If the die lands with a 1 face up, flip coin C_1 If the die lands with...
Suppose you have a six sided die. One face is printed with the number 1. Two faces are printed with the number 2. Three faces are printed with the number 3. You also have 3 coins: C_1, C_2, and C_3. C_1 will land Heads with probability 1/3. C_2 will land Heads with probability 1/5. C_3 will land Heads with probability 1/4. You roll the die. If the die lands with a 1 face up, flip coin C_1 If the die...
Suppose you have a six sided die. One face is printed with the number 1. Two faces are printed with the number 2. Three faces are printed with the number 3. You also have 3 coins: C_1, C_2, and C_3. C_1 will land Heads with probability 1/5. C_2 will land Heads with probability 1/3. C_3 will land Heads with probability 1/2. You roll the die. If the die lands with a 1 face up, flip coin C_1 If the die...
Suppose you have a six sided die. One face is printed with the number 1. Two faces are printed with the number 2. Three faces are printed with the number 3. You also have 3 coins: C_1, C_2, and C_3. C_1 will land Heads with probability 1/5. C_2 will land Heads with probability 1/3. C_3 will land Heads with probability 1/2. You roll the die. If the die lands with a 1 face up, flip coin C_1 If the die...
Draw a tree diagram displaying all possible outcomes given a roll of a six sided die, a coin flip, then a second coin flip. Examples of possible outcomes are 5H H meaning a roll of a , then a Heads, and a Heads TH meaning a roll of a 1, then a Tails, then a Heads
Please
answer all parts to this 4 part question
Suppose you have a six sided die. One face is printed with the number 1. Two faces are printed with the number 2. Three faces are printed with the number 3. You also have 3 coins: C_1, C_2, and C_3. C_1 will land Heads with probability 1/5. C_2 will land Heads with probability 1/3. C_3 will land Heads with probability 1/2. You roll the die. If the die lands with a...
Consider a game where you roll a six-sided die and a four-sided die, then you subtract the number on the four-sided die from the number on the six-sided die. If the number is positive, you receive that much money (in dollars). If the number is negative, you pay that much money (in dollars). For example, you might roll a 5 on the six-sided die and a 2 on the four-sided die, in which case you would win $3. You might...
i. Consider a weighted 6-sided biased die that is twice as likely to produce any even outcome as any odd outcome. What is the expected value of 1 roll of this die? What is the expected value of the sum of 9 rolls of this die? ii. Let X denote the value of the sum of 10 rolls of an unweighted 6-sided die. What is Pr(X = 0 mod 6)? (Hint: it is sufficient to consider just the last roll)...