Revision as of 16:41, 27 June 2024 by Admin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jun 27'24

Exercise

A balanced coin is flipped 400 times. Determine the number [math]x[/math] such that the probability that the number of heads is between [math]200- x[/math] and [math]200 + x[/math] is approximately .80.

  • 7
  • 9
  • 11
  • 13
  • 15

References

Doyle, Peter G. (2006). "Grinstead and Snell's Introduction to Probability" (PDF). Retrieved June 6, 2024.

Jun 27'24

Solution: D

The number of heads is approximately normally distributed with mean 200 and variance 400 *1/2 * 1/2 = 100. Then the probability that the number of heads is between [math]200-x [/math] and [math]200 + x [/math] is the probability that a standard normal variable is between [math]\frac{-x}{10}[/math] and [math]\frac{x}{10} [/math], which must equal 0.8. Since the 10th percentile of a standard normal variable is approximately equal to -1.2816, this gives [math]x = 12.8[/math].

00