AP Statistics Semester 2 Quiz/Checkpoint Questions
What's the margin of error?
2.1 inches
The probability that a given 80-year-old person will die in the next year is .27. What's the probability that between 10 and 15 (inclusive) of 40 80-year-olds will die in the next year?
..6191 (binomcdf(40,.27,15)
What's your σ(sub x̅) value?
.968
A manufacturer claims Fertilizer X will cover an average of 2,000 square feet per bag, with a standard deviation of 250 square feet. A sample of 80 bags was tested, and the mean coverage was 2,050 square feet. Using a 95% confidence interval, which of the following would be an acceptable conclusion?
Don't reject the null that µ = 2,000.
For which of these scenarios could you use the normal approximation to the binomial?
Flip a coin 100 times and count the number of heads.
Which of the following isn't necessary to compute the sample size appropriate for a given confidence level and margin of error?
Sample mean x-bar
Which of the following statements is true?
Smaller sample sizes produce larger margins of error because smaller samples are more susceptible to random variability.
Suppose you calculated a p-value of .0417. How would you interpret this value?
The p-value is statistically significant.
True or False: A B(225, 1/5) distribution can be approximated by an N(225, 1/5) distribution.
false (it would be an N(45, 6) distribution)
True or False: Random sampling is important in studies where you'll be calculating p-values.
true
If you roll two dice, what's the probability of rolling a seven (the numbers on the dice add up to 7) on or before the eighth roll?
0.767 (geometcdf(1/6, 8))
Which of the following are key questions in a test of statistical significance? 1. If random chance is the only factor, what's the chance I'll get that result? 2. Is my result so unlikely that something other than chance must be a factor? 3. Am I asking a significant research question?
1 and 2
You have an SRS of 300 students selected from over 100,000 college students. Of your sample, 35% said they had fallen asleep in their English class at least once during the previous semester. The mean and standard deviation of this statistic are:
mean = .35 and standard deviation = .028
What's the critical z-value for an 85% confidence interval?
1.44
What's your value for z*?
2.17
What are the mean and the standard deviation of a sampling distribution consisting of samples of size 16? These samples were drawn from a population whose mean is 25 and whose standard deviation is 5.
25, 1.25
You compute a 99% confidence interval with sample of size A and a margin of error of + or - 5 units. You now wish to compute a 90% confidence interval with the same margin of error with a sample of size B. For this situation, which of the following is true?
A is greater than B. (To achieve the same margin of error (that is, 5 units) at a lower confidence level, it's not necessary for your sample to be as large as it was for a higher confidence level.)
A manufacturer of parking lot sealant claims its product will cover, on average, 1,900 square feet per drum with a standard deviation of 250 square feet. You draw a sample of 50 drums and find a mean coverage of 1,800 square feet. Which of the following are two correct conclusions?
a) Reject the null, based on a two-sided significance test at a = .05. b) Reject the null, based on a 95% confidence interval.
A researcher is interested in estimating the mean blood alcohol content (BAC) of people arrested for driving under the influence. The sample consists of 250 individuals with a mean BAC of .145. Based on past data, the researcher assumes a population standard deviation of .065. What's the 95% confidence interval for this scenario?
(.137, .153)
Which of the following are true? 1. A binomial event has exactly two possible outcomes. 2. If the population size is at least 20 times the sample size, the independence criteria for a binomial has been met. 3. As long as the probability for each trial is clearly specified, different trials can have different probabilities of success.
1 and 2 only
True or False. If we take a properly drawn sample and calculate the mean and standard deviation, we can estimate the mean of the population and we can come up with a probability that the true mean falls within a certain interval.
true
Which of the following is a list of common steps to inference?
Identify the study, be sure the study and your sample are valid, calculate probabilities or confidence intervals, test for significance
A p-value tells you:
The probability that you'd get results as extreme as you did, from random variation alone
You conduct a hypothesis test and find a P-value of .025. Which of the following is true?
You can reject H0 at a = .05. (The computed p-value of .025 is less than the .05 significance level.)
Suppose you're playing a game where you roll two dice. If you get doubles on or before the fourth roll you win the game. What's the probability of winning?
geometcd(1/6, 4)
Under what conditions can you use a normal distribution to approximate the binomial distribution?
np ≥ 10 and n(1 - p) ≥ 10
If a p-value is statistically significant, this means that:
It's unlikely that this result occurred as a result of random variation
John is an expert horseshoe thrower who only misses 15% of the time. Choose the expression that correctly represents the probability John will miss fewer than 50 times if he throws 400 horseshoes.
normalcdf(-E99, 50, 60, 7.14)
Joe is a fish thrower who throws fish into a chute at a processing plant. Joe misses the chute 20% of the time. Using the normal approximation with the continuity correction, how would you calculate the probability Joe will miss fewer than 80 times if he throws 500 fish?
normalcdf(-e99, 79.5, 100, 8.94)
If you roll a six-sided die 10 times, what's P(x > 3)?
1-binomcdf(10,1/6,3)
Which of these represents the probability of getting doubles (getting the same number on two dice) on or before the seventh roll of two six-sided dice?
P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) + P(X = 7) (this equals geometcdf(1/6, 7))
True or False: A geometric probability distribution is skewed.
true (Geometric distributions are always skewed, though some are less skewed than others. There's a limit on one end and a long tail of diminishing probabilities on the other end.)
A researcher collects infant mortality rate (IMR) data from a random sample of 200 villages in a large country. The mean IMR across these villages is 15.7 deaths per 1,000 infants born in a year. Based on previous research, the researcher assumes the population standard deviation is 6.5. What's the 90% confidence interval for the population IMR for villages in this country?
(14.94, 16.46)
What's this interval?
(59.07, 63.27)
A bag of candy has equal numbers of candies in eight colors: blue, red, brown, green, yellow, orange, pink, and black. If you eat them one by one, what's the probability of getting your first red candy on or before the fifth pick?
0.487 (geometcdf(1/8, 5)
Suppose you attend a baseball game late in the season. The Seattle Mariners are playing, and Ken Griffey Jr.'s batting average is 0.308. What's the probability he'll get his first hit of the game on or before his 3rd at bat?
0.669 (geometcdf(.308, 3))
You take a 100-question multiple-choice test. Each question has five choices, and you guess at each question. Which of the following calculator commands would give you the probability of getting at least 30 questions correct?
1 - binomcdf(100,.2,29) (Binomcdf(n, p, x) will sum the individual probabilities from X = 0 through X = x. Since you want the sum of all possibilities starting at 30, you must subtract the sum of all possibilities less than 30 from 1.)
Which of the following are common to all cases of statistical inference? 1. Sample statistics are used to estimate population parameters. 2. Two means are compared. 3. A sample proportion is used to estimate a population proportion.
1 only
A researcher collects infant mortality rate (IMR) data from a random sample of 200 villages in a large country. The mean IMR across these villages is 15.7 deaths per 1,000 infants born in a year. Based on previous research, the researcher assumes the population standard deviation is 6.5. Then the researcher decides to take a larger sample so he can estimate the mean IMR with a margin of error of .5 infants per 1,000 born in a year at a 99% confidence interval. How many villages would the researcher have to sample?
1,122 (1,121 was wrong; round up)
Which of the following is the upper critical z-score for a one-sided hypothesis test at the .05 level?
1.645
Suppose you flip a coin n times, and the probability of getting heads 15 times is .0148. What's n?
20 (If you flip a coin 20 times, there's a .0148 probability that you'll get 15 heads. You can solve this in one of two ways: 1. Use the binomial formula, plug in the values you know for X, p, andP open parentheses X equals 15 close parentheses, and solve for n. 2. Using binompdf on your calculator, try all answer choices and choose the one that gives you a probability of .0148.)
A significance test allows you to reject at the .05 level of significance. Which of the following are true? 1. You can reject H0 at the .01 level of significance. 2. Ha can be rejected at the .05 level of significance. 3. H0 can be rejected at the .10 level of significance
3 only (If you can reject at a significance level of .05, you can also reject at any significance level greater than .05.)
Jeff typically makes three out of nine attempted free throws. What's the average waiting-time for Jeff to make his first basket, and what's the probability he'll make a basket on or before the very last attempt within his average waiting-time?
3, 0.70 (1/.3 = 3, and geometcdf(1/3, 3))
A teacher administers a standardized math test to his class of 75 students. The mean score (out of 300 possible points) is 235. From previous studies, you know the population standard deviation is 28. The principal has decided that she wants to estimate the average score to within 4 points (margin of error = 4) with 99% confidence. If she can only administer the test to one random sample of students, how large should this sample be to achieve the desired margin of error and confidence level?
326 (Since you can't sample part of a student, round up your sample size to the next whole number. (325 was wrong))
What probability model would you use for the following scenario? Pennies currently in circulation have a mean age of about 8 years, and a standard deviation of about 8 years. You gather a sample of 40 pennies and find their mean age to be 9.2 years.
N(8, 8/sqrt(40))
A researcher is interested in estimating the mean blood alcohol content (BAC) of people arrested for driving under the influence. The sample consists of 250 individuals with a mean BAC of .145. Based on past data, the researcher assumes a population standard deviation of .065. What's the margin of error for a 90% confidence interval in this scenario?
.0068
In a normal sampling distribution with a mean of 0, what's the P-value for z ≥ 1.89?
.0294
Suppose you roll a six-sided die 10 times. What's the probability of getting three fives in those 10 rolls?
.155 (binompdf(10, 1/6, 3))
About 25% of all dogs live more than 10 years. Out of a random sample of 80 dogs, what's the probability that between 15 and 20 dogs will live more than 10 years?
.40
You have a table of standard normal probabilities that gives you the area of the curve from the left tail to the z-score of interest. When using this type of table, what area of the curve would you use to find the corresponding z-score for confidence interval of 95%?
.975
Samples of size 49 are drawn from a distribution that's highly skewed to the right with a mean of 70 and a standard deviation of 14. What's the probability of getting a sample mean between 71 and 73?
0.02417
When rolling a 6-sided die, what's the probability of having to roll 6 times before you get a 4?
0.067 (geometpdf(1/6, 6))
If you flip two coins simultaneously, what's the probability you'll have to flip them four times before the first occurrence of two heads?
0.11 (geometpdf(1/4, 4))
For the game of roulette, the mean winnings for one bet is approximately minus 0.0526 with a standard deviation of about 0.9986. What's the probability that you come out ahead (win a positive amount) if you play 100 times?
0.2992
Frank is a champion fish charmer who can charm fish with 0.62 probability of success. If he attempts to charm 100 fish, what's the probability he'll charm between 60 and 80 inclusive? Solve using two methods: normal approximation without the continuity correction, and normal approximation with the continuity correction.
0.660, 0.697
A researcher rejects a null hypothesis mu = 280 based on a 95% confidence interval. Which of the following must also be true? 1. A significance test would also reject the null at a = .1. 2. A significance test would also reject the null at a = .05. 3. A significance test would also reject the null at a = .01.
1 and 2 (If a 95% confidence level rejects the null, then a significance test would also reject the null at a = (1 - C), or (1 - .95) = .05. If the test would reject at .05, then it would reject at any weaker significance level, such as .1. However, without computing a P-value, we can't be sure whether the test would also reject the null at a stronger significance level, such as .01.
What is the upper critical z-value for a two-sided significance test at .06?
1.88 (the lower is -1.88)
Which of the following are true of all sampling distributions? 1. μ = μ and σ = σ/sqrt(n) 2. It is a probability distribution of a statistic. 3. All samples must be the same size.
2 and 3 only
You want to conduct a one-sided test of H0 at a = .01. What's the critical z-value for this test?
2.33 (A one-sided test with an a = .01 is the 1% area at the end of the right tail of the normal curve. The corresponding z-score is z = 2.33.)
The standard deviation of SAT scores is 100 points. A researcher decides to take a sample of 500 students' scores to estimate the mean score of students in your state. What is the standard deviation of the sample mean?
4.47
For the following 4 questions, refer to this data: To estimate the mean height of female high school juniors, you take a random sample of 30 female students and get these results (in inches): 72, 51, 67, 68, 61, 69, 58, 56, 60, 56 66, 61, 60, 59, 59, 54, 58, 53, 68, 63 57, 62, 63, 64, 56, 62, 58, 67, 57, 70 If the σ is 5.3, based on past research, and you want to construct a 97% confidence interval using (estimate) ± (margin of error) = (estimate) ± z*(σ/√n), what's your point estimate of µ?
61.17
Which of the following is most important for accuracy in inferential statistics?
A properly drawn random sample
Which of the following is true for a two-sided significance test but isn't true for a confidence interval?
You know the P-value (the likelihood) of your sample mean. (The probability of making this type of error is the same as the significance level a, which is equal to 1 - C. So if you reject the null at a = .05, or if you reject it because your hypothesized mean lies outside of a 95% confidence interval, the probability that you're wrong is .05.)
A manufacturer of parking lot sealant claims its product will cover, on average, 1,900 square feet per drum with a standard deviation of 250 square feet. You draw a sample of 50 drums and find a mean coverage of 1,800 square feet. Which of the following two methods will lead you to the same conclusion regarding whether to reject the null?
a) A two-sided significance test at alpha = .05 b) A 95% confidence interval (A two-sided significance test at level alpha will give the same conclusion as a confidence interval at confidence level (1 -alpha).)
If a success is defined as getting a three on a six-sided die, what's P(x < 3) if you roll the die 10 times?
binomcdf(10,1/6,2)
Which of the following indicates the value of (8 2) (.3)^2 (.7)^6?
binompdf(8,.3,2)
A fisheries report states that the average length of a population of adult fish is 25.8 inches, with a standard deviation of 6 inches. Dr. Jones draws a sample of 45 fish at random and finds that the average is 24.5 inches. She wants to know whether the true mean length has changed. True or False: If Dr. Jones used a 99% confidence interval, she'd reject the null hypothesis that µ = 25.8 inches.
false (he null value of 25.8 inches is within the 99% confidence interval, so she wouldn't reject the null. Using the confidence interval formula, which gives you an interval of (22.2, 26.8).
The probability of finding a mistake on an Income Tax Return is about .23. An employee of the IRS plans to inspect 100 random returns. Using the normal approximation to the binomial and the continuity correction, you want to calculate the probability that the workers find less than 20 mistakes. Which matches most closely what you'll enter into your calculator?
normalcdf(-E99, 19.5, 23, 4.21)
The sample mean, x̅, is called a __________ of the population mean µ.
point estimate
A random sample of 85 adults found that average calorie consumption was 2,100 per day. Previous research has found a standard deviation of 450 calories, and you assume this value for . A researcher has been given $10,000 to conduct a similar survey, which costs $50.00 per person surveyed. She must compute a 95% confidence interval. Given her budget restriction, what would the minimum margin of error be for the confidence interval for the population mean?
± 62.4 calories
In a sampling distribution with a mean of zero, what's the associated p-value for P(z ≥ 2.04)?
.0207 (normalcdf(2.04, e^99, 0, 1))
In a particular roulette game, there's a 1/36 chance of winning. In a single day, a gambler plays 100 rounds, and wins in 7 of them. What's the P-value for winning 7 or more out of 100 rounds? (Hint: Be sure you know which kind of probability distribution you're dealing with before you do the calculation.)
.0217
A sample of size 10, drawn from a population with a standard deviation of 5, generates a confidence interval (26.9, 33.1). Which of the following hypothesis tests corresponds to this interval?
.05, two-sided.
Jeff is a snake charmer who can charm snakes with .78 probability of success. In a typical snake-charming season, Jeff attempts to charm 400 snakes. Using the exact binomial calculation, find the probability that he'll charm fewer than 300 snakes.
.067
The probability that a given 80-year-old person will die in the next year is .27. What's the probability that exactly 10 of 40 80-year-olds will die in the next year?
.1385 (this is binompdf(40,.27,10))
What's z* for a 78% confidence interval?
1.22
Out of a population of 10,000 voters, 60% vote for Carl Fredrick Gauss. You take many, many samples of size 30 from this population and, for each sample, count the number of people who vote for Gauss. What's the approximate distribution of counts of votes for Gauss?
N(18, 2.68)
The B(225, 1/5) distribution can be approximated by what normal distribution?
N(45, 6)
Researchers are testing a treatment for tumors. They've found that tumors are shrinking in patients receiving the new treatment. Their calculations suggest that if chance were the only factor, there's a .9% chance they'd get the same results. At a .01 significance level, do the researchers have proof the new treatment is working?
No. They may have one piece of evidence, but they don't have proof.
A friend of yours can shoot free throws with 75% accuracy (she makes 75% of her shots). If she attempts 25 free throws, what's the probability she'll make at least 20?
P(x = 20) + P(x = 21) + P(x = 22) + P(x = 23) + P(x = 24) + P(x = 25)
In a blind ESP test, a person correctly identifies whether a tossed coin comes up heads or tails in 63 trials out of 200. Using the normal approximation (without the continuity correction), which of the following would you use to calculate the probability of correctly identifying 63 or more?
P(z > -5.233)
Suppose we have a hypothesized population mean µ = 50, and we use our sample data to construct a 98% confidence interval (48, 54). Which of these statements is true if our alternative hypothesis is µ ≠ 50?
We can't reject the null hypothesis at a = .02. ( Since the confidence interval contains the mean, we can't reject the null. And since the confidence level is 98% (or .98), the significance level at which our null hypothesis can't be rejected is (1 - C) = (1 - .98) = .02.)
What's the probability of getting exactly 1 five when we roll a fair die 10 times?
binompdf(10, 1/6, 1) = .323
True or False: For a population whose mean is 100 and whose standard deviation is 15, 1000 random samples of size 20 are enough to generate a sampling distribution
false (1000 random samples may give you a very good simulation of the sampling distribution, but the sampling distribution is composed of all possible random samples of a given size. To emulate a sampling distribution we use either simulations of sampling distributions or the laws of probability.)
True or False: A 95% confidence interval is narrower than a 90% confidence interval for the same data set.
false (A 95% confidence interval is wider than a 90% confidence interval because we need to include more possible values in our estimate to increase our confidence that we've captured the population mean.)
True or False: Given that there are only 10 different possible samples of size two that can be selected from a population of five values, the sampling distribution of the mean would be composed of the means of these 10 samples.
true
A random sample of 85 adults found that average calorie consumption was 2,100 per day. Previous research has found a standard deviation of 450 calories, and you use this value for . A researcher wants to estimate a 95% confidence interval and is willing to accept a margin of error of ± 50 calories. She knows it will cost $50 to survey each member of the sample. Given this information, how much will it cost to survey the minimum number of people?
$15,600 (15,558.50 was wrong; round up)
In a deck of 52 playing cards, there are 12 face cards (4 Jacks, 4 Queens, 4 Kings). If you draw cards one at a time, replacing and shuffling the cards between draws, what's the probability of getting your first face card on the third draw? Choose the best answer.
(1 - 3/13)^2(3/13)
A random sample of 85 adults found that average calorie consumption was 2,100 per day. Previous research has found a standard deviation of 450 calories, and you use this value for . Construct a 99% confidence interval for the population mean.
(1,974.3, 2,225.7)
A manufacturer claims Fertilizer X will cover an average of 2,000 square feet per bag, with a standard deviation of 250 square feet. A sample of 80 bags was tested, and the mean coverage was 2,050 square feet. What's the 95% confidence interval?
(1,99.2, 2,104.8)
A teacher administers a standardized math test to his class of 75 students. The mean score (out of 300 possible points) is 235. From previous studies, you know the population standard deviation is 28. Using the sample data given, calculate a 95% confidence interval for the population mean.
(228.7, 241.3)
As part of a promotional campaign, a gas station hands out game pieces to customers at a rate of one per visit. Each piece has a letter or an exclamation point on it, and if you collect all seven game pieces they spell you win! If you've collected six of the seven game pieces, and all you need is the letter w to get all seven, what's the probability you'll get your piece on the fifth trip to the gas station? Assume there are equal numbers of each piece.
(6/7)^4(1/7)
Consider a binomial event with B(75, .6). Which of the following represents the probability of getting exactly 50 successes?
(75 50) (.6)^50 (.4)^25
The following frequency plots represent observed frequency data gathered from probability experiments. Which of these indicates an experiment in a geometric setting?
(Note that this doesn't look exactly like a plot of a geometric distribution. That's because it's a plot of observed values, not theoretical ones. If you ran the experiment for a large enough number of trials, you'd see a regular geometric distribution, with the highest frequency at n = 1. Since the probability for each successive n is a fraction of the previous n, the probabilities will continue to get smaller as n gets larger.)
Margaret's Sock Emporium sells hand-knit wool socks. Margaret claims the mean amount of wool per pair is 2 oz, with a standard deviation of .2 oz. You take a random sample of 40 socks and find that the mean weight is 1.9 oz. What's the P-value for getting a sample mean of 1.9 oz or less?
.0008
A researcher believes a population of fish has a normal distribution with a mean weight of 3.4 kilograms and a standard deviation of .8 kilograms. She takes a simple random sample of 30 fish and finds that the mean is 3 kilograms. What's the P-value for a sample mean of 3 or less? (Hint: Remember to use the distribution of .)
.0031
In a blind ESP test, a person correctly identifies whether a tossed coin comes up heads or tails in 63 trials out of 100. Use the normal approximation (without the continuity correction) to calculate the probability of correctly identifying 63 or more.
.0047
If you flip three coins simultaneously, what's the probability you'll get three heads for the first time on the fifth toss?
.0733 (geometpdf(1/8, 5))
A researcher believes the mean for a certain normally distributed population is 102. The standard deviation is known to be 15. What's the P-value of drawing a random sample of 50 and getting a mean of 100 or less? Would this be strong, statistically significant evidence that the population mean is less than 102?
.1727, not strong evidence
According to the manufacturer, the average proportion of red candies in a package is 20%. An 8 oz. package contains about 250 candies. What's the probability that a randomly selected 8 oz. bag contains less than 45 red candies?
.212
What's the probability of a sample of 10 students getting an average score of 510 or more on a standardized test if the test's scores are normally distributed with a mean of 505 and a standard deviation of 50?
.3759
Let x be a binomial random variable with n = 15 and p = .5. Using the exact binomial calculation and the normal approximation with the continuity correction, find P(X > 6).
.6964, .6972
In a survey, 1,000 mothers and fathers are asked about the importance of sports for boys and girls. Of the parents interviewed, 75% said genders are equal and should have equal opportunities to participate in sports. Assuming that .75 is correct for the population, what are the mean, standard deviation, and shape of the distribution of the sample proportion p hat for n = 100?
.75, .0433, approximately normal
A commercial crabber catches more than 1,000 crabs and measures the shells, and finds the mean length is 6.8 inches with a standard deviation of 3.2 inches. Assuming these measures are true for the population, if the crabber takes many random samples of size 50, what proportion of the sample means would we expect to be greater than 6 inches?
.9615 (P(X > 6) = P[z > (6 - 6.8) / (3.2 / sqrt 50)] = P(z > -1.77) = 0.9616)
Which of the following are valid ways of testing a hypothesis? 1. Compute a confidence interval and check to see if the hypothesized value of the population parameter is in the interval. 2. Compute a p-value and use it as the basis of your decision. 3. Compute the magnitude of the difference between the expected and obtained values, and use this number as the basis of your decision.
1 and 2 only (Computing a confidence interval (then checking to see if it contains the hypothesized population value) and basing a decision on a computed p-value are both good approaches. On its own, the magnitude of the difference between observed and expected values won't help you much.)
Eric is a statistician-Viking. He walks into a tavern and makes three statements about the continuity correction. Which are true? 1. You can find single probabilities (such as x = 4) using the normal approximation to the binomial. Do this by finding the probability for the range from .5 below to .5 above the number. (For x = 4 you'd find 3.5 < x < 4.5) 2. Using the normal approximation, x < 4 is the same as x ≤ 4. Using the exact binomial, x < 4 is not the same as x ≤ 4. 3. The continuity correction removes some of the error introduced when modeling a discrete distribution with a continuous one. The correction increases accuracy by acting as though a number occupies the interval from 0.5 below it to 0.5 above it.
1, 2, and 3
Which of the following are true? 1. A sampling distribution of a statistic consists of all possible random samples of the same size from a given population. 2. Regardless of the shape of the original population, for samples of size 2, μ = μ and σ = σ/sqrt(n). 3. Unless there was extreme skewness or outliers, we can assume that a sampling distribution of a sample mean was approximately normal for samples of size 40.
1, 2, and 3
The Acme Whoopee Cushion Company claims that each of its unbreakable whoopee cushions consists of 18 oz of rubber. You're a quality control engineer for Acme, and you know there's some variation in the manufacturing process so that not all whoopee cushions will weigh the same. You want to know if the population mean is consistent with the claim of 18 oz. Which of the following would be appropriate for testing the company's claim? 1. A significance test with a one-sided alternative hypothesis 2. A significance test with a two-sided alternative hypothesis 3. A confidence interval
2 and 3 (A significance test with a two-sided alternative and a confidence interval will both test whether the population mean is within a certain range on either side of the hypothesized mean.)
Which of the following are not essential characteristics of a binomial event? 1. Each outcome must be independent. 2. The sample size must be at least 20. 3. A trial can have only two possible outcomes.
2 only
Suppose population data suggests that 20% of applicants to a statistical surveying job will have prior surveying experience. How many candidates would have to be interviewed, on average, to find someone with prior surveying experience?
5 (1/.2)
In a binomial distribution with n = 140 and p = .62, what is the expected standard deviation of the distribution, to the nearest hundredth?
5.74
In a binomial distribution with sample size n = 65, and probability of success p = .8, what would the approximate mean of the distribution be?
52
Which of the following situations satisfies all the conditions of a binomial setting? (These conditions are: we know the number of repetitions, the outcome of each trial can be considered either a success or a failure, we know the probability of success or failure of any trial, and the probability doesn't change from trial to trial.)
A jar contains 500 balls-300 red and 200 white. Ten balls are randomly selected from the jar, and the number X of red balls is recorded.
Which of the following isn't mandatory in a hypothesis-testing procedure using a test statistic? - state null and alternative hypothesis in the context of the problem - justify the use of a particular test statistic - correctly compute the test statistic of interest - give a conclusion in the context of the problem
All of the above
What's the probability of getting 1 or 3 fives on 10 rolls of a fair die? Hint: Remember the rule for finding P(A or B).
B(10, 1/6, 1) + B(10, 1/6, 3) (P(X = 1) is binompdf(10, 1/6, 1) and P(x = 3) is binompdf(10, 1/6, 3). To combine the two probabilities using or, simply add them: P(X = 1) + P(X = 3) = .323 + .155 = .478.)
Fred is a weightlifter who can lift 800 pounds on 45% of his attempts. Which of these expressions represents the probability Fred will make 30 lifts out of 60?
B(60, .45, 30)
A teacher believes that girls will perform better on a test of spatial ability than boys will, and is designing a study to test this hypothesis. Which of the following statements is correct?
Generating a confidence interval isn't a valid technique in this context.
The 99.7% confidence interval for the mean length of frog jumps is (12.64 cm, 14.44 cm). Which of the following statements is a correct interpretation of 99.7% confidence? - Of the total number of frogs in your area of the country, 99.7% can jump between 12.64 cm and 14.44 cm. - There's a 99.7% chance that the mean length of frog jumps falls between 12.64cm and 14.44 cm. - If we were to repeat this sampling many times, 99.7% of the confidence intervals we could construct would contain the true population mean. - 99.7% of the confidence intervals we could construct after repeated sampling would go from 12.64 cm to 14.44 cm. - There's a 99.7% chance that any particular frog I catch can jump between 12.64 cm and 14.44 cm.
If we were to repeat this sampling many times, 99.7% of the confidence intervals we could construct would contain the true population mean.
A researcher computes a 90% confidence interval for the mean weight (in lbs) of widgets produced in a factory. The interval is (7.2, 8.9). Which of these is a correct interpretation of this interval?
If you drew many samples of size n and constructed a confidence interval from each sample, 90% of the intervals would contain the true population value.
You're at a Seattle Mariners baseball game late in the season, when Ken Griffey Jr.'s batting average is 0.308. You want to calculate the probability, using a binomial setting, that he'll get his first hit of the game on or before his third at bat. What assumption(s) do you have to make to get your answer?
Ken Griffey Jr.'s 0.308 batting average won't change (at least significantly) in each at bat.
Researchers are testing a treatment for tumors. They've found that tumors are shrinking in patients receiving the new treatment. Their calculations suggest that if chance were the only factor, there's a 2% chance they'd get the same results. Using a significance level α of .01, they conclude the results aren't significant. Would the results be more convincing if they'd used an α of .05? Why?
No. Raising the significance level α wouldn't lower the P-value.
A researcher is looking for evidence that some people can predict the outcome of a roll of dice. Out of 500 subjects, 3 have results significantly better than random guessing would produce, meaning these 3 subjects had p-values less than .01. What can you conclude?
Not much. Using the laws of chance, you'd expect 5 people on average out of 500 to do that much better than guessing. Having 3 people in that range isn't very far from what you'd expect.
Joe is a fish thrower who throws fish into a chute at a processing plant. Joe misses the chute 20% of the time. Using the normal approximation with the continuity correction, which of these correctly represents the probability Joe will miss fewer than 80 times if he throws 500 fish?
P(X < 79.5) for N(100, 8.94)
A friend of yours can shoot free throws with 70% accuracy (she makes 70% of her shots). If she attempts 25 free throws, what's the probability she'll make fewer than 14?
P(x < 14)
Suppose voters from a simple random sample of 500 (N > 1,000,000) are interviewed and asked which presidential candidate they're going to vote for. Of these, 35% say they'll vote for the Statistics Party. You want to know the probability, assuming this proportion is correct for the population, that more than 40% of a random sample of 500 people will vote for the Statistics Party. Which of these shows the three ways you could find your answer?
Proportion, using normal approximation: normalcdf(.40, E99, .25, .0213) Exact binomial count: 1 - binomcdf(500, .35, 200) Binomial count, using normal approximation: normalcdf(200, E99, 17, 10.66)(200, E99, 175, 10.66)
In a particular roulette game, there's a 1/36 chance of winning. In a single day, a gambler plays 100 rounds and wins 7. You think the gambler may be cheating. At a significance level of .05, are your results significant, and do you have evidence the gambler may be cheating?
Results are significant and there's evidence the gambler may be cheating. (The results are significant at the .05 level, but significance means you do have evidence that the gambler may be cheating.)
Which statement best describes the meaning of the term average waiting-time?
The average number of trials required to get the first success
Using a random sample of 2,000 students, you compute a 95% confidence interval to estimate the mean calories consumed by eighth graders. You decide to compute another 95% confidence interval using a different sample, this time with only 1,000 students. What change would you expect from the first confidence interval to the second?
The confidence interval will be wider.
In a particular roulette game, there's a 1/36 chance of winning. In a single day, a gambler plays 100 rounds and wins in 7 of them. You think the gambler may be cheating. If you were to test this theory, what would be an acceptable null hypothesis?
The gambler wins about 1 out of every 36 rounds; the wins are due to chance alone. (The null is a simple statement about what you'd expect if nothing significant were happening. It usually states what you'd expect from chance alone.)
Which of the following represents a geometric setting?
The number of random telephone numbers you dial until you get an answer (This meets the criteria for a geometric setting: each trial has just two outcomes (usually success and failure), and the probability of success is the same for each trial (usually referred to as p). In the geometric situation, however, the random variable X of interest is the number of trials required to obtain the first success. In this case, someone either answers or doesn't, and the probability p of success should be the same each time.)
In the geometric setting the trials are independent, each trial has just two possible outcomes (success and failure), the probability of success is the same for each trial (referred to as p), and the random variable X is the number of trials required to get the first success. Which of the following scenarios meets the requirements of a geometric setting?
There are 10 different prizes in boxes of Googily-Snaps. Prize four is the most valuable among collectors. What's the probability that I'll get prize four without having to buy more than 4 boxes? (Each trial is independent, each trial has the same probability of success or failure, and you're interested in the probability of success within a certain number of trials.)
You're going to create a confidence interval for a population mean using z* = 2.58. Which of the following is true?
You must assume the sample is a simple random sample from a normal population.
A twenty-sided die, with the faces numbered 1 to 20, is rolled 100 times. What's the exact probability of getting more than 15 elevens but at most 30 elevens?
binomcdf(100, 1/20, 30) - binomcdf(100, 1/20, 15)
True or False: Higher p-values indicate stronger statistical significance.
false
True or False: The sampling distribution for samples of size 10, with p near .2, would be approximately normal.
false (Since np = (10)(.2) = 2 < 10, the assumptions needed to use the normal approximation aren't satisfied-np and n(1 - p) must both be greater than 10. (You might have a textbook that says that np and n(1 - p) need to be greater than or equal to 5, but this Tutorial follows the standard that they should be greater than or equal to 10.))
For which of these values of n and p, can you use the normal approximation to the binomial distribution?
n = 60, and p = .4
Which of the following statements is (are) true? 1. Confidence intervals and hypothesis tests are interchangeable. 2. A 99% confidence interval is more accurate than a hypothesis test with a = .05. 3. Hypothesis tests and confidence intervals are always two-sided.
none of these
After choosing a simple random sample from a population having unknown mean µ and an estimated standard deviation σ, you use the following formula to construct a confidence interval for µ: ± z*(σ/√n). In this formula, which of the following is represented by ± z*?
the z-score equivalent for the confidence interval of µ
A researcher thinks a population of fish has a mean weight of 3.4 kilograms and a standard deviation of .8 kilograms. She takes a simple random sample of 30 fish and finds that the mean is 3 kilograms. True or False: Using a significance level of .05, there's significant evidence that the population mean is actually lower than 3.4 kilograms.
true
True or False: The following situation could be considered a binomial experiment: In 1999, 25,000 students took the AP Statistics Exam. The probability that a randomly selected student from this group passed the exam was about .6. A statistician wants to know the likelihood that more than 650 out of 1000 students randomly selected from this group passed the exam.
true (Even though this situation doesn't strictly fit the definition of a binomial event (there are no independent trials), it's still a binomial event, since the population is more than 20 times greater than the sample size.)
True or False: Increasing the sample size will decrease the margin of error in your confidence interval.
true (Larger sample sizes reduce variability, so your estimate will be more accurate and your margin of error will be smaller.)
A fisheries report states that the average length of a population of adult fish is 26 inches, with a standard deviation of 6 inches. Dr. Jones draws a sample of 45 fish at random and finds that the average is 24.5 inches. She wants to know whether the true mean length is 26 inches at a significance level of = .01. If she were to use a confidence interval that would give the same result as a two-sided significance test at a = .01, what would she use for a critical z-value?
z* = 2.58