Question

1. A coin is flipped 200 times. Use the Binom.dist function to determine the probability that...

1. A coin is flipped 200 times. Use the Binom.dist function to determine the probability that there are between 39 and 103(inclusive) heads flipped.

2. Use Rand() to generate 1000 random numbers from 0-1 and then use Binom.inv to show the number of heads in flipping a coin 200 times

for each of the random numbers.Next prove the average number of heads from the 1000 is close to 100. Use the average function with the results of the

Binom.inv.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1 question 1 HERE in binomial distribution n is 200 and p is 0.5 formula used BINOM.DIST(109,200,0.5,1)-BINOM.DIST(38,200,0.5,1) 4 answer 0.911 8 question 2 9 10 11 110 formula used BINOM.INV(200,0.5,RAND)) apply this formula in 1000 cells by coping it attaching a equal sign in front I m doing it from cell number a17 to a1016 95 for avegage calculation 13 14 102 15 16 17 18 106 76 92 90 formula used average(a17:a1016) answer is 100 so yes it is very close to the true value 100

formula used BINOM.DIST(103,200,0.5,1)-BINOM.DIST(38,200,0.5,1)
answer 0.69
question 2
formula used BINOM.INV(200,0.5,RAND())
apply this formula in 1000 cells by coping it attaching a equal sign in front
104 I m doing it from cell number a17 to a1016
102
103 for avegage calculation
78
100 formula used average(a17:a1016)
100
107 answer is 100.1
93
96 so yes it is very close to the true value 100
Add a comment
Know the answer?
Add Answer to:
1. A coin is flipped 200 times. Use the Binom.dist function to determine the probability that...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A fair coin is flipped 20 times. a. Determine the probability that the coin comes up...

    A fair coin is flipped 20 times. a. Determine the probability that the coin comes up tails exactly 15 times. b. Find the probability that the coin comes up tails at least 15 times. c. Find the mean and standard deviation for the random variable X giving the number of tails in this coin flipping problem.

  • Simulate the flipping of a coin Print the result of the coin flip : use off...

    Simulate the flipping of a coin Print the result of the coin flip : use off numbers for Heads . and even numbers for Tails Update the number of times the result is Heads Update the number of times the coin has been flipped struct coin_prob{ int heads; int flips; }; void coin_flip(struct coin_prob * coin); You may use a rand functioon (assume its already been seeded), but no other pre-defined function

  • 2. A coin is altered so that the p coin is flipped three times as altered...

    2. A coin is altered so that the p coin is flipped three times as altered so that the probability of getting a head on every flip is 0.6. Suppose this (*) is flipping the coin a binomial experiment? Explain by checking if the four properties of binomial experiments are satisfied. (b) What is the probability that there are at least two heads? (c) What is the probability that an odd number of heads turn out in 3 flips? (d)...

  • In C++ please Create a coin-flipping game. Ask the user how many times to flip the...

    In C++ please Create a coin-flipping game. Ask the user how many times to flip the coin, and use the random function to determine heads or tails each time a coin is flipped. Assume the user starts with $50. Every time the coin is flipped calculate the total (heads +$10, tails -$10). Create another function to test if the user has gone broke yet (THIS FUNCTION MUST RETURN A BOOLEAN TRUE/FALSE VALUE). End the program when the user is broke...

  • 12. The total number of heads for a coin flipped four times is a random variable...

    12. The total number of heads for a coin flipped four times is a random variable X with the following probability distribution P(X-0) 0.0625 PX-1) 0.2500 P(X-2) 0.3750 POX-3) 0.2500 P(X-4) 0.0625 Draw a graph of the density function. 13. The total number of heads for a coin flipped four times is a random variable X with the following probability distribution. P(X-0) 0.10 P(X-1) 0.40 P(X-2) 0.20 P(X-3) 0.10 P(X-4) 0.20 Determine the mean and variance of x.

  • A biased coin with probability 0.6 to land on head is flipped 6 times, calculate the...

    A biased coin with probability 0.6 to land on head is flipped 6 times, calculate the probability of: - exactly two heads, - at most one tail, - even number of heads.

  • 1. A fair coin is flipped four times. Find the probability that exactly two of the...

    1. A fair coin is flipped four times. Find the probability that exactly two of the flips will turn up as heads. 2. A fair coin is flipped four times. Find the probability that at least two of the flips will turn up as heads. 3. A six-sided dice is rolled twice. Find the probability that the larger of the two rolls was equal to 3. 4. A six-sided dice is rolled twice. Find the probability that the larger of...

  • Problem 02 Design a finite-state machine that records the results of flipping a coin a certain nu...

    Problem 02 Design a finite-state machine that records the results of flipping a coin a certain number of times. The state machine takes as an input flip which is zero for heads and one for tails. The states are labeled so as to indicate the numbers of heads and the nurnber of tails, NONE. H. T, HH, TT HT, HHH, etc. The order that the heads or tails was flipped does not matter, only the total numbers of heads and...

  • Assume a fair coin is flipped 3 times. Probability of getting heads is .5..Use the normal...

    Assume a fair coin is flipped 3 times. Probability of getting heads is .5..Use the normal approximation method (and relevant standard normal table) to solve by hand for the probability of obtaining 2 or more successes of getting heads in this situation. Show your work.

  • You suspect that a coin is biased such that the probability heads is flipped (instead of...

    You suspect that a coin is biased such that the probability heads is flipped (instead of tails) is 52%. You flip the coin 51 times and observe that 31 of the coin flips are heads. The random variable you are investigating is defined as X = 1 for heads and X = 0 for tails, and you wish to perform a "Z-score" test to test the null hypothesis that H0: u = 0.52 vs. the alternative hypothesis Ha: u >  0.52....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT