Question

19.4 ( A simulation) To simulate the toss of a fair coin (the probability of heads...

19.4 ( A simulation)

To simulate the toss of a fair coin (the probability of heads and tails are both 0.5) using a table of random digits.

(a) assign the digits 0,1,2,3, and 4 to represent heads and the digits 5,6,7,8,9 to represent tails.

(b) assign the digists 0,2,4,6, and 8 to represent heads and the digits 1,3,5,7, and 9 to represent tails.

(c) assign the digits 0,1,5,8, and 9 to represent heads and the digits 2,3,4,6, and 7 to represent tails.

(d) use any of the above. All are corrcet.

Homework Answers

Answer #1

As there are a total of 10 digits, and each of the digit is equally likely to come up, therefore 5 digits should be assigned to each of the two toss faces here - heads and tails.

a) This is correct as Heads has five digits: 0, 1, 2, 3, 4 and then tails have the remaining five.

b) This is also correct, as again there are five digits assigned to heads and remaining five to tails

c) This is again correct because five digits are assigned to heads and rest to tails

Note that in all cases, P(heads ) = P( tails ) = 0.5

Therefore We could use any of the three, all are correct.

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
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly 4 times in 10 flips of a fair coin. One way to generate a flip of the coin is to create a vector in R with all of the possible outcomes and then randomly select one of those outcomes. The sample function takes a vector of elements (in this case heads or tails) and chooses a random sample of size elements. coin <- c("heads","tails")...
You toss a fair coin four times. The probability of two heads and two tails is
You toss a fair coin four times. The probability of two heads and two tails is
Your friend claims he has a fair coin; that is, the probability of flipping heads or...
Your friend claims he has a fair coin; that is, the probability of flipping heads or tails is equal to 0.5. You believe the coin is weighted. Suppose a coin toss turns up 15 heads out of 20 trials. At α = 0.05, can we conclude that the coin is fair (i.e., the probability of flipping heads is 0.5)? You may use the traditional method or P-value method.
An unfair coin is such that on any given toss, the probability of getting heads is...
An unfair coin is such that on any given toss, the probability of getting heads is 0.6 and the probability of getting tails is 0.4. The coin is tossed 8 times. Let the random variable X be the number of times heads is tossed. 1. Find P(X=5). 2. Find P(X≥3). 3. What is the expected value for this random variable? E(X) = 4. What is the standard deviation for this random variable? (Give your answer to 3 decimal places) SD(X)...
Q3. Suppose you toss n “fair” coins (i.e., heads probability = 1/21/2). For every coin that...
Q3. Suppose you toss n “fair” coins (i.e., heads probability = 1/21/2). For every coin that came up tails, suppose you toss it one more time. Let X be the random variable denoting the number of heads in the end. What is the range of the variable X (give exact upper and lower bounds) What is the distribution of X? (Write down the name and give a convincing explanation.)
a) Suppose we toss a fair coin 20 times. What is the probability of getting between...
a) Suppose we toss a fair coin 20 times. What is the probability of getting between 9 and 11 heads? b) Suppose we toss a fair coin 200 times. What is the probability of getting between 90 and 110 heads?
Given 2 choices: 1. A fair coin toss game of heads: $200 or tails: $0. 2....
Given 2 choices: 1. A fair coin toss game of heads: $200 or tails: $0. 2. Being handed $100 cash A risk neutral individual will : prefer choice 1 prefer choice 2 will be indifferent between both choices none of the above
For a fair coin toss the probability of Heads is, of course 50%. a.) What is...
For a fair coin toss the probability of Heads is, of course 50%. a.) What is the standard deviation for the sampling distribution for the sample proportion of Heads in a sample size of n=100? Answer: ____________. b.) How large a sample would be required in order to get a standard deviation for less than 0.01? Answer: ________________.
Alan tosses a coin 20 times. Bob pays Alan $1 if the first toss falls heads,...
Alan tosses a coin 20 times. Bob pays Alan $1 if the first toss falls heads, $2 if the first toss falls tails and the second heads, $4 if the first two tosses both fall tails and the third heads, $8 if the first three tosses fall tails and the fourth heads, etc. If the game is to be fair, how much should Alan pay Bob for the right to play the game?
Suppose you toss a coin 100 times. Should you expect to get exactly 50 heads? Why...
Suppose you toss a coin 100 times. Should you expect to get exactly 50 heads? Why or why not? A. Yes, because the number of tosses is even, so if the coin is fair, half of the results should be heads. B. No, because the chance of heads or tails is the same, the chance of any number of heads is the same. C. No, there will be small deviations by chance, but if the coin is fair, the result...