AP Statistics / Mr. Hansen |
Name: __________KEY____________ |
CFU in Preparation for Test on 1/31/2001
NOTE: This key does not include full solutions. On the test, WNFFC!
The test will cover §7.2 (mean and s.d. of combined r.v.’s), §8.1 (binomial distributions), §8.2 (geometric distributions), as well as experimental design (blinding, blocking, control, randomization, replication, matched pairs, etc.).
1. |
In order to demonstrate a cause-and-effect relationship, we must perform __an experiment_ , which means that we administer a __treatment__ while controlling as many of the ___lurking____ variables as we can reasonably afford to. The 3 key principles in designing a study of this type are __control__ (by which we mean __trying to make the treatment level, or presence or absence of treatment, be the ONLY variable that changes--all others are controlled __ ), __randomization__ (by which we mean __avoiding bias in selection or assignment of experimental units to groups__ ), and __replication__ (by which we mean __using a large enough sample to provide plausible evidence that the experimental result seen (or not seen) was not merely the result of chance __ ). |
2. |
The technical purpose of blocking in experimental design is to __reduce variability in the experimental units__ . This is a good thing to do (i.e., there is a real-world purpose or goal to performing blocking) because __the experimental effect, if any, will be more likely to stand out above the background "noise" caused by excessive variability__ . |
3. |
Any study in which the subjects know when they are being treated and when they are not being treated may be susceptible to the __placebo___ effect. |
4. |
Systematic discrepancies in the probability that certain members of the population are selected for a study, or selected for treatment, or selected for response, or treated in any way differently from other members of the population are all examples of __bias__ . |
5. |
Subjects in a certain imaginary experiment are randomly chosen to receive an all-expense-paid trip to Seattle for a mathematics conference. Their scores on a standardized achievement test measuring mathematical knowledge are computed before and after the trip. This design uses __matched pairs__ . |
6. |
Subjects in another imaginary experiment are randomly chosen to receive a low dose of aspirin daily or a high dose of aspirin daily. This design exhibits __multiple levels of treatment (but apparently, no control!)__ . |
7. |
Subjects in a third (and final, I promise) imaginary experiment paint the left side of their noses with one skin cream, the right side with another, and the bridge of their nose with a third. This design exhibits __matched triples__ . |
8. |
If heights of cornstalks in Farmer Bill’s field (in feet) are distributed according to N(6, 0.8) and if Farmer Irene’s are distributed according to N(6.5, 0.95), what is the probability that a randomly selected cornstalk from Bill’s field is taller than a randomly selected cornstalk from Irene’s field? For full credit, state any assumptions you are making. |
9. |
What happens to the mean of a r.v. if all values are increased by 4? __mean will increase by 4__ What if all values are quadrupled? __mean will quadruple__ |
10. |
What happens to the s.d. of a r.v. if all values are increased by 4? __s.d. stays the same (NO CHANGE)__ What if all values are quadrupled? __s.d. will quadruple__ |
11. |
If temperatures on the Frizzlewatt scale in West Siberia are normally distributed with a mean of 15 and a s.d. of 14, what are the mean and standard deviation on the Fahrenheit scale? Assume that Frizzlewatt degrees = 4 · (Fahrenheit degrees) – 10. |
12. |
Classify the distributions of each of the following random variables as normal, approximately normal, binomial, approximately binomial, geometric, approximately geometric, or none of the above. If you choose any answer other than "none of the above," state the parameters of the distribution and answer the remaining questions. |
(a) |
X = # of spades received in a bridge hand (13 cards) |
(b) |
X = # of free throws made in 40 attempts, where the probability of success per trial is initially 0.6 but improves slightly with practice |
(c) |
X = # of double sixes received when Belinda rolls a pair of fair dice 120 times |
(d) |
X = # of phone calls made by Leisure Suit Larry to get a prom date, where the probability of success per call is approximately 0.2 |
(e) |
X = length (in cm) of the right big toe of American men, where the median is 5 and 68% of these men have toes measuring between 4.2 cm and 5.8 cm |
(f) |
X = # of die rolls needed to get either a 3 or a 6 |
|
For your own benefit, fill in the purpose and syntax of each of the following TI-83 functions. You are permitted to store "cheat hints" in the memory of your calculator if you wish. (Last year, Doug Bemis wrote a program to prompt for the needed values.) |
Note concerning why it is safe to ignore normalpdf:
Although we used normalpdf briefly when we were first learning about normal curves, normalpdf is virtually never used in AP Statistics. If your brain is full, you may safely omit learning about the particulars of the normalpdf function. You would use normalpdf only if you wanted to plot the actual bell-shaped curve for some reason. In our class, a sketch is always good enough. You will basically NEVER use normalpdf for computing answers on the AP exam or on any of my tests.
However, here are the details about normalpdf if you are interested. If X has a N(m, s) distribution, the normalpdf function returns exp(–z2/2)/Ö(2p) where z = (x – m)/s and "exp y" denotes the function ey.