Question

To flip a coin on a spreadsheet, you would use the Excel formula: =IF(a + (b...

To flip a coin on a spreadsheet, you would use the Excel formula:

=IF(a + (b – a)*RAND( )< 0.5, “Heads”, “Tails”), where a = 1 and b = 0

=IF(RAND( )<0.5,”Heads”,”Tails”)

=IF(NORM.INV(RAND(),0,1)<0.5, “Heads”, “Tails”)

None of these formulas are correct

Homework Answers

Answer #1

THE CORRECT ANSWER IS

=IF(RAND( )<0.5,”Heads”,”Tails”)

because

(i) IF(a + (b – a)*RAND( )< 0.5, “Heads”, “Tails”), where a = 1 and b = 0 will give us all the negative values as Rand() will give us all the values from 0 to 1and hence all the values will be less than 0.5

hence the answer will be Heads all the time

(ii) =IF(RAND( )<0.5,”Heads”,”Tails”) will estimate the correct results as there will be values from 0 to 1 with equal probabilities of more than 0.5 and less than 0.5 and hence this will give us right results

(iii) =IF(NORM.INV(RAND(),0,1)<0.5, “Heads”, “Tails”) is not the right formula as this function also gives all the values less than 1 as it gives the z value for mean 0 and sd 1 random number and hence the ans will be <0.5

SO HERE WE CONCLUDE THAT THE CORRECT ANS IS B

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
Assume that for $1 you could buy a coin flip that would pay you $2 for...
Assume that for $1 you could buy a coin flip that would pay you $2 for heads and nothing for tails. If you are risk averse, should you take the coin flip? What if the coin flip cost you $0.90 instead of $1? What is the lowest price that YOU would take to accept the coin flip and why might this be different for others?
1.   Suppose you flip a fair coin four time. (A) What is the probability you will...
1.   Suppose you flip a fair coin four time. (A) What is the probability you will get all four heads? (B) All four tails? (C) Either all four heads or four tails? (D) Anything but four heads or four tails? please show All calculations specific in excel or word, thanks
You flip a fair coin. If the coin lands heads, you roll a fair six-sided die...
You flip a fair coin. If the coin lands heads, you roll a fair six-sided die 100 times. If the coin lands tails, you roll the die 101 times. Let X be 1 if the coin lands heads and 0 if the coin lands tails. Let Y be the total number of times that you roll a 6. Find P (X=1|Y =15) /P (X=0|Y =15) .
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...
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?
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...
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?...
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).
Question 3: You are given a fair coin. You flip this coin twice; the two flips...
Question 3: You are given a fair coin. You flip this coin twice; the two flips are independent. For each heads, you win 3 dollars, whereas for each tails, you lose 2 dollars. Consider the random variable X = the amount of money that you win. – Use the definition of expected value to determine E(X). – Use the linearity of expectation to determineE(X). You flip this coin 99 times; these flips are mutually independent. For each heads, you win...
If you flip a fair coin 6 times, find the probability of having a.) exactly one...
If you flip a fair coin 6 times, find the probability of having a.) exactly one head b.)more than one head c.)same number of heads and tails d.)more heads than tails
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT