See the SPSS Tutorial for more information on using SPSS.
11 23 29 31 54 63 71 73 83 238 1197
Check your results using SPSS.
Ans: Q0=11, Q1=30, Q2=63, Q3=78, Q0=1197, IQR=48
To obtain with SPSS: Analyze >> Descriptive Statistics >> Explore. Check the Percentiles box under the Statistics option to obtain Q1, Q2, and Q3.
Ans: A boxplot shows graphically the locations of Q1, Q2, and Q3. It also shows the positions of mild and extreme outliers. An extreme outlier is a data point that is less than Q1 - 3*IQR or greater than Q3 + 3*IQR (outside of the outer fences). An mild outlier is a data point that is less than Q1 - 1.5*IQR or greater than Q3 + 1.5*IQR (outside of the inner fences), but is not an extreme outlier. Extreme outliers are marked with *; mild outliers are marked with O.
Ans: Analyze >> Descriptive Statistics >> Explore. One mild and one extreme outlier are found.
Ans: Data >> Sort Cases.
1.4 1.9 2.4 2.5 2.7 3.8 4.1 4.9
using bin boundaries at 1, 2, 3, 4, and 5. Ans:
3 + +----+ | | | | | | 2 + +----+ | +----+ | | | | | | | | | | | | 1 + | | +----+ | | | | | | | | | | | | | 0 + +----+----+----+----+ 1 2 3 4 5
Ans: The average of the list is (1 + 2 + 6) / 3 = 3, SD+ = sqrt(((1 - 3)^2 + (2 - 3)^2 + (6 - 3)^2) / 2) = 2.646.
Ans: Go to Variable View, type in the label in the Label column. Recall that the label describes the column in more detail than the name and can contain spaces. The name cannot contain spaces. A good label for this dataset would be "Chip Thickness". Also verify that the Measure is set to "Scale".
Ans: Analyze >> Descriptive Statistics >> Descriptives. x = 0.0837613, SD+ = 0.0005277.
Ans: Analyze >> Descriptive Statistics >> Explore. There are two mild outliers.
Ans: Data >> Sort Cases.
Ans: Transform >> Compute Variable. Enter z for the Target Variable and (x - 0.0837613) / 0.0005277 for the Numeric Expression. Check your z-scores by computing the mean and SD+ of the z-scores. I obtained -0.0009475 and 1.00005873, which are close to 0 and 1 respectively, so they are okay. Sort the z-scores with Data >> Sort Cases. There is one z-score less than -2.0 and one greater than 2.0, which shows there are two mild outliers (same answer as with the boxplot).
Ans: z = (x - xbar)/sd = (145 - 150) / 10 = -0.5, z = (160 - 150) / 10 = 1. Look -0.5 and 1 up in the standard normal table: 0.3086 and 0.8413. Subtract: 0.8413 - 0.3086 = 0.5208 = 52%.
Ans: z = (x - xbar) / sd = (165 - 150) / 10 = 1.5. Look up 1.5 in the normal table: 0.9332. This is the proprtion of scores less than or equal to 165. Subtract from 1.000 to get the proportion of scores greater than 165: 0.0668 = 7%.
Ans: Look up 0.97 in the body of the standard normal table: z = 1.88, so x = z * sd + xbar = 1.88 * 10 + 150 = 168.8.
Ans: z = -0.39. x = -39 * 10 + 150 = 111.
Ans: The probability that rolling five 4-sided dice once results in all ones is 1/4^5 = 0.000977 (1 because there is only one way to get all ones, 4 because the dice are 4-sided, 5 because we are rolling five dice. If this experiment is repeated 1,000 times, the probability is 1 - (1 - p)^n = 1 - (1 - 0.000977)^1,000 = 0.623576 = 62%.
Ans: The probability of obtaining a Yahtzee in one roll of five 6-sided dice is 6/6^5 = 0.000772. The 6 in the numerator is because there are 6 ways of obtaining a Yahtzee. The probability of obtaining a Yahtzee in 5,000 rolls is 1 - (1 - p)^n = 1 - (1 - 0.000384)^5,000 = 0.978922 = 98%.
Payoff | Probability |
50 | 0.3 |
10 | 1.1 |
-20 | 0.2 |
-30 | -0.3 |
Ans: No probability can be less than 0 or more than 1 and the probabilies must sum to 1.
Ans: Here is the payoff table in terms of rain:
Payoff | Probability |
---|---|
0 | 0.3 |
1 | 0.4 |
2 | 0.2 |
3 | 0.1 |
The expected value is 0*0.3 + 1*0.4 + 2*0.2 + 3*0.1 = 1.1
Ans: (-400,000 + p) 0.00025 + 130 (1 - 0.00025) = 0. Solving for p: p = 400,000 * 0.00025 = $100.
x: 1 2 3 4 5
y: 2 4 1 3 5
Ans: To compute the correlation: Analyze >> Correlate >> Bivariate. To obtain the scatterplot with linear trend line: Graphs >> Chart Builder.