A method of data collection that involves separating samples into different strata based on covariate characteristics.
What is stratified sampling?
The average noise level in a bar is 36 decibels with a standard deviation of 5 decibels. Assuming a normal distribution, what is the probability the noise level is between 30 and 40 decibels?
.673
A general statistical term meaning a systematic favoring of certain outcomes.
What is bias?
During the 2006 NFL postseason play, the 12 participating teams scored the following numbers of passing touchdowns: {0,0,1,1,1,2,2,3,3,3,3,5} The trimean is defined as, Q1+ 2Med + (Q3)/4. Compute the trimean for the above data.
1+2(2)+3/4= 2.
Suppose we calculate the melting points of eight metal rods and find the mean to be 1,400 degrees Fahrenheit with a standard deviation of 90 degrees Fahrenheit. What would be the mean and standard deviation of the melting points of the eight rods if the eight measurements were converted to Celsius?
The new mean is 760 degrees Celsius and the new standard deviation is 50 degrees Celsius. The size of the sample, n=8, is extraneous information.
If every man married a woman who was exactly 3 years younger than he, what would be the correlation between the ages of married men and women?
On the scatterplot, all the points would lie perfectly on a straight line sloping up to the right, so r=1.
The conditions under which something can be considered a bernoulli trial.
Binary outcomes, Fixed probability, and the trials are independent.
It turns out that 25 seniors at Fashionable High School took both the AP Statistics exam and the AP Spanish Language exam. The mean score on the Statistics exam for the 25 seniors was 2.4 with a standard deviation of 0.6 and the mean score on the Spanish Language exam was 2.65 with a standard deviation of 0.55. We want to combine the scores into a single score. What are the correct mean and standard deviation of the combined scores?
x-bar=5.05
S=sqrt(0.6^2+0.55^2)=.814
Using the most commonly accepted definition of outliers, a set has five outliers. If every value of the set is increased by 20 percent, how many outliers will there now be?
Using the most commonly accepted definition of outliers, a set has five outliers. If every value of the set is increased by 20 percent, how many outliers will there now be?
The linear model for a local store's Number of Sales people working versus Sales is as follows: Sales = 8,106 + 91.34(Number of Sales People Working). Does the y-intercept have meaning in this equation?
No, when no one is working, there should be no sales. This is just a starting point for the data.
In your results, this will be greatly reduced if you stratify the population properly.
What is variability?
It is known that about 90% of the widgets made by Buckley Industries meet specifications. Every hour a sample of 18 widgets is selected at random for testing and the number of widgets that meet specifications is recorded. What is the approximate mean and standard deviation of the number of widgets meeting specifciations.
Mean:
μ x = (18)(.9)=16.2
Standard Deviation:
sqrt(18(.9)(1-.9))=1.273
Suppose a police breathalyzer unit will correctly test positive for 98 percent of legally drunk drivers, but will also give a false positive reading for 3 percent of drivers whose actual blood alcohol concentration is under the limit. If 5 percent of late Saturday night drivers are legally drunk, and an officer arrests two drivers with positive readings, what is the probability that exactly one of the two is guilty of driving drunk?
P(drunk-pos test)=.049 P(sober-pos test)= .0285 P (pos test) = .0775 P(drunk|pos test)= .6323 P(sober| pos test)= .3677 P(exactly 1 success in 2 trials)= .4650