Concept explainers
Use a random-number table or random-number generator to simulate tossing a fair coin 10 times. Generate 20 such simulations of 10 coin tosses. Compare the simulations. Are there any strings of 10 heads? Of 4 heads? Does it seem that in most of the simulations, half the outcomes are heads? Half are tails? In Chapter 6, we will study the probabilities of getting from 0 to 10 heads in such a simulation.
The random number generator to simulate 20 samples of 10 coins tosses and explain the comparison of simulations.
Answer to Problem 1DHGP
Solution: The 20 simulation of 10 coin tosses is obtained as:
H | H | T | T | T | H | H | H | H | H | T | T | H | H | T | T | H | T | H | T |
H | H | T | H | H | T | H | H | T | T | T | T | T | T | T | T | H | H | T | T |
T | H | H | T | T | H | T | T | H | T | H | T | T | T | H | H | T | H | H | T |
H | H | H | T | T | T | H | T | T | T | T | T | H | T | H | T | T | T | T | T |
H | H | T | T | T | H | H | T | H | H | T | H | H | H | T | T | T | H | H | T |
H | H | H | H | H | T | H | H | T | T | T | H | H | T | T | H | T | T | H | T |
H | T | H | T | H | H | T | T | T | H | H | T | H | T | H | H | T | T | T | T |
T | H | H | T | H | H | T | T | H | H | H | H | T | T | H | H | T | H | H | H |
H | T | H | H | H | H | H | H | T | H | H | T | T | T | T | H | T | T | T | H |
T | T | T | T | T | T | T | T | H | H | T | T | H | H | T | T | H | H | H | H |
It does not seem that any string has 10 heads. There are 4 strings of four heads. Only 4 strings have half heads and half tails.
Explanation of Solution
There are several ways to assign numbers to the two outcomes because coin is fair. Suppose, quarter is fair ‘0’ digit is assigned to the outcome heads (H) and ‘1’ digit to the outcome tails (T).
To simulate the outcomes of tossing a coin 10 times by using Excel as follows:
Select the cell that to use to generate the random number between 0 and 1 in Excel. Select cell A1.
Enter the formula =RANDBETWEEN(0,1) in cell A1.
This formula is then copied down from A1 to A10.
Copied these 10 cells in column B to T to obtain 20 simulations.
The 20 simulation of 10 coin tosses is obtained as:
0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 |
0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 |
1 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 |
0 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 |
0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 |
0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 1 |
0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 |
1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 |
0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 |
1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 |
The outcomes (H and T) associated with 20 samples as:
H | H | T | T | T | H | H | H | H | H | T | T | H | H | T | T | H | T | H | T |
H | H | T | H | H | T | H | H | T | T | T | T | T | T | T | T | H | H | T | T |
T | H | H | T | T | H | T | T | H | T | H | T | T | T | H | H | T | H | H | T |
H | H | H | T | T | T | H | T | T | T | T | T | H | T | H | T | T | T | T | T |
H | H | T | T | T | H | H | T | H | H | T | H | H | H | T | T | T | H | H | T |
H | H | H | H | H | T | H | H | T | T | T | H | H | T | T | H | T | T | H | T |
H | T | H | T | H | H | T | T | T | H | H | T | H | T | H | H | T | T | T | T |
T | H | H | T | H | H | T | T | H | H | H | H | T | T | H | H | T | H | H | H |
H | T | H | H | H | H | H | H | T | H | H | T | T | T | T | H | T | T | T | H |
T | T | T | T | T | T | T | T | H | H | T | T | H | H | T | T | H | H | H | H |
The above random sample is obtained with replacement. There is no any string (sample) of 10 heads. There are 4 samples of 4 heads. These four samples are
There are 4 samples of 5 heads and 5 tails. These four samples are
Want to see more full solutions like this?
Chapter 1 Solutions
Understanding Basic Statistics
- Let X be a random variable with support SX = {−3, 0.5, 3, −2.5, 3.5}. Part ofits probability mass function (PMF) is given bypX(−3) = 0.15, pX(−2.5) = 0.3, pX(3) = 0.2, pX(3.5) = 0.15.(a) Find pX(0.5).(b) Find the cumulative distribution function (CDF), FX(x), of X.1(c) Sketch the graph of FX(x).arrow_forwardA well-known company predominantly makes flat pack furniture for students. Variability with the automated machinery means the wood components are cut with a standard deviation in length of 0.45 mm. After they are cut the components are measured. If their length is more than 1.2 mm from the required length, the components are rejected. a) Calculate the percentage of components that get rejected. b) In a manufacturing run of 1000 units, how many are expected to be rejected? c) The company wishes to install more accurate equipment in order to reduce the rejection rate by one-half, using the same ±1.2mm rejection criterion. Calculate the maximum acceptable standard deviation of the new process.arrow_forward5. Let X and Y be independent random variables and let the superscripts denote symmetrization (recall Sect. 3.6). Show that (X + Y) X+ys.arrow_forward
- 8. Suppose that the moments of the random variable X are constant, that is, suppose that EX" =c for all n ≥ 1, for some constant c. Find the distribution of X.arrow_forward9. The concentration function of a random variable X is defined as Qx(h) = sup P(x ≤ X ≤x+h), h>0. Show that, if X and Y are independent random variables, then Qx+y (h) min{Qx(h). Qr (h)).arrow_forward10. Prove that, if (t)=1+0(12) as asf->> O is a characteristic function, then p = 1.arrow_forward
- 9. The concentration function of a random variable X is defined as Qx(h) sup P(x ≤x≤x+h), h>0. (b) Is it true that Qx(ah) =aQx (h)?arrow_forward3. Let X1, X2,..., X, be independent, Exp(1)-distributed random variables, and set V₁₁ = max Xk and W₁ = X₁+x+x+ Isk≤narrow_forward7. Consider the function (t)=(1+|t|)e, ER. (a) Prove that is a characteristic function. (b) Prove that the corresponding distribution is absolutely continuous. (c) Prove, departing from itself, that the distribution has finite mean and variance. (d) Prove, without computation, that the mean equals 0. (e) Compute the density.arrow_forward
- 1. Show, by using characteristic, or moment generating functions, that if fx(x) = ½ex, -∞0 < x < ∞, then XY₁ - Y2, where Y₁ and Y2 are independent, exponentially distributed random variables.arrow_forward1. Show, by using characteristic, or moment generating functions, that if 1 fx(x): x) = ½exarrow_forward1990) 02-02 50% mesob berceus +7 What's the probability of getting more than 1 head on 10 flips of a fair coin?arrow_forward
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageHolt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning
- College AlgebraAlgebraISBN:9781305115545Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage LearningAlgebra and Trigonometry (MindTap Course List)AlgebraISBN:9781305071742Author:James Stewart, Lothar Redlin, Saleem WatsonPublisher:Cengage Learning