Here is the syntax you can use to check your answers for Section 8.1. (Forward and Backward)
Say you want to know the \(Pr(\bar{X} < 5)\) and \(\bar{X} \sim \mathcal{N}(6,1.5)\)
pnorm(5, mean = 6, sd = 1.5 )
## [1] 0.2524925
Here is the syntax you can use to check if a “Backward” calculation is correct.
Say you know the probability to the left of \(\bar{x}\) = .04 and you want to know what the appropriate \(\bar{x}\) is. You also know that \(\bar{X} \sim \mathcal{N}(6,1.5)\)
qnorm(.04, mean = 6, sd = 1.5)
## [1] 3.373971
15.
- X-Bar is a normal distribution.
- .0668
- .0179
- .7969
17.
- It must be normally distributed to solve the propabilities with the sample mean. If the population is normally distributed, X-Bar is also a normal distribution as well as the standard deviation.
- .7486
- .4052
19.
- .3520
- 3.578
- .0465
- .0040
- There would be an unusual result, so the sample most likely was from a population with a digestion period less than 266 days.
- .9844
21.
- .3085
- .0418
- .0071
- Increasing the sample size decreases
- .1056
- There is a 5% chance that the mean reading speed of a random sample of 20 second-grade students will exceed 93.9 words per minute.
23.
- .5675
- .07291
- .8051
- .8531
- The likelihood of earning a positive rate of return increase as the investment time horizon increases.
Here is the syntax you can use to check your answers for Section 8.2. (Forward and Backward)
Say you want to know the \(Pr (\hat{P} < .35)\) and \(\hat{P} \sim \mathcal{N}(.4,.07)\)
pnorm(.35, mean = .4, sd = .07 )
## [1] 0.2375253
Here is the syntax you can use to check if a “Backward” calcuation is corect.
Say you know the probability to the left of \(\hat{p}\) = .04 and you want to know what the appropriate \(\hat{p}\) is. You also know that \(\hat{P} \sim \mathcal{N}(.4,.07)\)
qnorm(.05, mean = 12, sd = 4)
## [1] 5.420585
Section 8.2
11.
- The sampling distribution of Phat is approximately normal
- .1922
- .0047
12.
- The sample distribution is normal.
- .8133
- .0375
13.
- Type answer here.
- .0040
- .0233
14.
- Type answer here.
- Type answer here.
- Type answer here.
15.
- The sampling distribution is normal because .35 does not stray to far from the standard deviation, which is .015
- .1977, which means that 2 out of 100 random samples when n=200 Americans will result in more than 50% of individuals who can order in another language.
- .0239, which means that about 2 out of 10 random sample sizes of n=200 Admericans will result in 8 or fewer people.
16.
- The sampling distribution is approximately normal, with the square root of (.82(1-.81)/100)= .0384
- .9032
- .9324
17.
- .0022
- .3228
- .3198
- .0838