Question

What it the minimum number of times you would need to flip a coin, if you...

What it the minimum number of times you would need to flip a coin, if you
wanted a 90% chance that the ratio of heads to total flips were between .499 and .501.

Homework Answers

Answer #1

Solution:

Given confidence interval for population proportion is (0.499 , 0.501)

First need to find sample proportion and margin of error.

So,

Sample proportion:

= (Lower limit+Upper limit) / 2

= (0.499+0.501)/2 = 0.5

Margin of error:

E = (Upper limit-Lower limit)/2

E = (0.501-0.499) / 2 = 0.001

As confidence level is 0.90,

Level of significance = α= 0.10

Therefore, Zc = Zα/2 = 1.64 ...Using excel formula, =ABS(NORMSINV(0.1/2))

Therefore, sample size is,

n = 672400

Hence, required number of flip of coin is 672400

Done

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
You flip a coin until getting heads. Let X be the number of coin flips. a....
You flip a coin until getting heads. Let X be the number of coin flips. a. What is the probability that you flip the coin at least 8 times? b. What is the probability that you flip the coin at least 8 times given that the first, third, and fifth flips were all tails? c. You flip three coins. Let X be the total number of heads. You then roll X standard dice. Let Y be the sum of those...
Suppose you flip a fair coin 10 times. What is the probability of the last two...
Suppose you flip a fair coin 10 times. What is the probability of the last two flips both being heads if you know that the first eight flips were heads?
You are flipping a fair coin with one side heads, and the other tails. You flip...
You are flipping a fair coin with one side heads, and the other tails. You flip it 30 times. a) What probability distribution would the above most closely resemble? b) If 8 out of 30 flips were heads, what is the probability of the next flip coming up heads? c) What is the probability that out of 30 flips, not more than 15 come up heads? d) What is the probability that at least 15 out 30 flips are heads?...
If you flip a fair coin and get heads 10 times in a row, what is...
If you flip a fair coin and get heads 10 times in a row, what is the chance of getting tails on the next flip? Explain.
Consider a coin. Suppose you want to learn about the distribution of flips of the coin...
Consider a coin. Suppose you want to learn about the distribution of flips of the coin that land on Heads but you only want to flip the coin 20 times. Suppose you flip a coin 20 times and record the count and proportion of times it lands on Heads. Is the proportion of Heads among the 20 flips of the coin a parameter or a statistic? What symbol is used to denote the proportion?     Is the proportion of Heads among...
java beginner level NO ARRAYS in program Flip a coin (Assignment) How many times in a...
java beginner level NO ARRAYS in program Flip a coin (Assignment) How many times in a row can you flip a coin and gets heads? Use the random number generator to simulate the flipping of the coin. 0 means heads, 1 means tails. Start a loop, flip it, if heads, count it and keep flipping. If tails, stop the loop. Display the number of times in a row that heads came up. Once this is working, wrap a while loop...
If you flip a coin 56 times, how many times would you expect to get either...
If you flip a coin 56 times, how many times would you expect to get either 3 heads or 3 tails?
suppose you flip a biased coin ( P(H) = 0.4) three times. Let X denote the...
suppose you flip a biased coin ( P(H) = 0.4) three times. Let X denote the number of heads on the first two flips, and let Y denote the number of heads on the last two flips. (a) Give the joint probability mass function for X and Y (b) Are X and Y independent? Provide evidence. (c)what is Px|y(0|1)? (d) Find Px+y(1).
Suppose you flip a fair coin six times where A is the number of tails and...
Suppose you flip a fair coin six times where A is the number of tails and B is the number of heads. Prove if E(X*Y) is not equal to E(X)E(Y).
You repeatedly flip a coin, whose probability of heads is p = 0.6, until getting a...
You repeatedly flip a coin, whose probability of heads is p = 0.6, until getting a head immediately followed by a tail. Find the expected number of flips you need to do.