Skip to main content
Back

Step-by-Step Guidance for Statistics Problem Set (MATH141)

Study Guide - Smart Notes

Tailored notes based on your materials, expanded with key definitions, examples, and context.

{"type":"doc","content":[{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q1. What is the z-score for the youngest student in the sample?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Descriptive Statistics – Z-scores"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to calculate a z-score, which measures how many standard deviations a value is from the mean of a data set."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Z-score: "},{"type":"inlineMath","attrs":{"latex":"z = \\frac{x - \\mu}{\\sigma}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"x"}},{"type":"text","text":" = value of interest (youngest age)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\mu"}},{"type":"text","text":" = mean of the sample"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\sigma"}},{"type":"text","text":" = standard deviation of the sample"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Identify the youngest student in the sample. Look for the smallest value in the list of ages."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the mean ("},{"type":"inlineMath","attrs":{"latex":"\\mu"}},{"type":"text","text":") of the sample by adding all ages and dividing by the number of students (21)."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Compute the standard deviation ("},{"type":"inlineMath","attrs":{"latex":"\\sigma"}},{"type":"text","text":") using the formula for sample standard deviation:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\sigma = \\sqrt{\\frac{1}{n-1} \\sum_{i=1}^{n} (x_i - \\mu)^2}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug the youngest age, the mean, and the standard deviation into the z-score formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"z = \\frac{x - \\mu}{\\sigma}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q2. Is the student who is 42 an outlier? TRUE or FALSE"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Outliers in Data Sets"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your understanding of how to identify outliers, typically using z-scores or the interquartile range (IQR)."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Outlier: A value that is significantly higher or lower than most of the data."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Common rule: If "},{"type":"inlineMath","attrs":{"latex":"|z| > 2"}},{"type":"text","text":" or "},{"type":"inlineMath","attrs":{"latex":"|z| > 3"}},{"type":"text","text":", the value may be considered an outlier."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the z-score for the student aged 42 using the formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"z = \\frac{42 - \\mu}{\\sigma}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Compare the z-score to the typical outlier thresholds (e.g., "},{"type":"inlineMath","attrs":{"latex":"|z| > 2"}},{"type":"text","text":" or "},{"type":"inlineMath","attrs":{"latex":"|z| > 3"}},{"type":"text","text":")."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Decide if the value qualifies as an outlier based on the comparison."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q3. Is 'age' continuous or discrete?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Levels of Measurement"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your understanding of the difference between continuous and discrete variables."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Continuous variable: Can take any value within a range (e.g., time, weight)."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Discrete variable: Can only take specific, separate values (e.g., number of students)."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Consider whether 'age' can be measured in fractions or only whole numbers."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Think about how age is typically recorded and whether it fits the definition of continuous or discrete."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q4. What is the probability that both balls drawn (with replacement) are red?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Probability – Independent Events"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to calculate the probability of two independent events occurring, with replacement."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability of drawing a red ball: "},{"type":"inlineMath","attrs":{"latex":"P_{red} = \\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"With replacement: Each draw is independent."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability of both red: "},{"type":"inlineMath","attrs":{"latex":"P = P_{red} \\times P_{red}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the probability of drawing a red ball on the first draw: "},{"type":"inlineMath","attrs":{"latex":"P_{red} = \\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Since the ball is replaced, the probability for the second draw is also "},{"type":"inlineMath","attrs":{"latex":"\\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Multiply the probabilities for both draws: "},{"type":"inlineMath","attrs":{"latex":"P = P_{red} \\times P_{red}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q5. What is the probability that both balls drawn (without replacement) are red?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Probability – Dependent Events"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to calculate the probability of two dependent events occurring, without replacement."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability of first red: "},{"type":"inlineMath","attrs":{"latex":"P_1 = \\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability of second red (after one red is removed): "},{"type":"inlineMath","attrs":{"latex":"P_2 = \\frac{34}{49}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability of both: "},{"type":"inlineMath","attrs":{"latex":"P = P_1 \\times P_2"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the probability of drawing a red ball on the first draw: "},{"type":"inlineMath","attrs":{"latex":"P_1 = \\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"After removing one red ball, calculate the probability for the second draw: "},{"type":"inlineMath","attrs":{"latex":"P_2 = \\frac{34}{49}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Multiply the probabilities: "},{"type":"inlineMath","attrs":{"latex":"P = P_1 \\times P_2"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q6. What is the probability that exactly three out of five balls drawn (without replacement) are red?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Probability – Hypergeometric Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the hypergeometric distribution to find the probability of a certain number of successes in a sample drawn without replacement."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Hypergeometric probability formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = k) = \\frac{\\binom{K}{k} \\binom{N-K}{n-k}}{\\binom{N}{n}}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"K"}},{"type":"text","text":" = number of red balls (35)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"N"}},{"type":"text","text":" = total balls (50)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"n"}},{"type":"text","text":" = sample size (5)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" = number of red balls desired (3)"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Identify the values: "},{"type":"inlineMath","attrs":{"latex":"K = 35"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"N = 50"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"n = 5"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"k = 3"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug these values into the hypergeometric formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = 3) = \\frac{\\binom{35}{3} \\binom{15}{2}}{\\binom{50}{5}}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate each binomial coefficient separately."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Set up the fraction for the probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q7. What is the probability that exactly three out of five balls drawn (with replacement) are red?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Probability – Binomial Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the binomial distribution to find the probability of a certain number of successes in independent trials."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Binomial probability formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = k) = \\binom{n}{k} p^k (1-p)^{n-k}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"n"}},{"type":"text","text":" = number of trials (5)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" = number of red balls desired (3)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"p"}},{"type":"text","text":" = probability of red ball ("},{"type":"inlineMath","attrs":{"latex":"\\frac{35}{50}"}},{"type":"text","text":")"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Identify the values: "},{"type":"inlineMath","attrs":{"latex":"n = 5"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"k = 3"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"p = \\frac{35}{50}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug these values into the binomial formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = 3) = \\binom{5}{3} p^3 (1-p)^2"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate each component: binomial coefficient, "},{"type":"inlineMath","attrs":{"latex":"p^3"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"(1-p)^2"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Set up the multiplication for the probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q8. What is the Pearson Product-Moment Correlation Coefficient between SAT-Math score and Calculus exam points?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Correlation – Pearson's r"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to calculate the correlation coefficient, which measures the strength and direction of a linear relationship between two variables."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Pearson correlation coefficient:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"r = \\frac{\\sum (x_i - \\bar{x})(y_i - \\bar{y})}{\\sqrt{\\sum (x_i - \\bar{x})^2 \\sum (y_i - \\bar{y})^2}}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"x_i"}},{"type":"text","text":" = SAT score"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"y_i"}},{"type":"text","text":" = Calculus exam points"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\bar{x}"}},{"type":"text","text":" = mean SAT score"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\bar{y}"}},{"type":"text","text":" = mean Calculus points"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the mean SAT score ("},{"type":"inlineMath","attrs":{"latex":"\\bar{x}"}},{"type":"text","text":") and mean Calculus points ("},{"type":"inlineMath","attrs":{"latex":"\\bar{y}"}},{"type":"text","text":")."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"For each student, compute "},{"type":"inlineMath","attrs":{"latex":"(x_i - \\bar{x})"}},{"type":"text","text":" and "},{"type":"inlineMath","attrs":{"latex":"(y_i - \\bar{y})"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Multiply these differences for each student and sum the results."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the sum of squared differences for SAT scores and for Calculus points."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Set up the formula for "},{"type":"inlineMath","attrs":{"latex":"r"}},{"type":"text","text":" using these sums."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q9. Develop a Least-Squares Regression Line and use it to predict Calculus exam points for a SAT-Math score of 690."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Linear Regression"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the regression line (best fit) and use it for prediction."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Regression line: "},{"type":"inlineMath","attrs":{"latex":"y = a + bx"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Slope ("},{"type":"inlineMath","attrs":{"latex":"b"}},{"type":"text","text":"): "},{"type":"inlineMath","attrs":{"latex":"b = \\frac{\\sum (x_i - \\bar{x})(y_i - \\bar{y})}{\\sum (x_i - \\bar{x})^2}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Intercept ("},{"type":"inlineMath","attrs":{"latex":"a"}},{"type":"text","text":"): "},{"type":"inlineMath","attrs":{"latex":"a = \\bar{y} - b\\bar{x}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"\\bar{x}"}},{"type":"text","text":" and "},{"type":"inlineMath","attrs":{"latex":"\\bar{y}"}},{"type":"text","text":" (means of SAT scores and Calculus points)."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Compute the slope "},{"type":"inlineMath","attrs":{"latex":"b"}},{"type":"text","text":" using the formula above."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the intercept "},{"type":"inlineMath","attrs":{"latex":"a"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Write the regression equation "},{"type":"inlineMath","attrs":{"latex":"y = a + bx"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug in "},{"type":"inlineMath","attrs":{"latex":"x = 690"}},{"type":"text","text":" to predict the Calculus exam points."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q10. What proportion of people should score between 85 and 130 on an IQ test?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Normal Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the normal distribution to find probabilities for a range of values."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Mean ("},{"type":"inlineMath","attrs":{"latex":"\\mu"}},{"type":"text","text":"): 100"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Standard deviation ("},{"type":"inlineMath","attrs":{"latex":"\\sigma"}},{"type":"text","text":"): 15"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Z-score: "},{"type":"inlineMath","attrs":{"latex":"z = \\frac{x - \\mu}{\\sigma}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Proportion: "},{"type":"inlineMath","attrs":{"latex":"P(85 < X < 130) = P(z_1 < Z < z_2)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the z-score for 85: "},{"type":"inlineMath","attrs":{"latex":"z_1 = \\frac{85 - 100}{15}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the z-score for 130: "},{"type":"inlineMath","attrs":{"latex":"z_2 = \\frac{130 - 100}{15}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Use the standard normal table to find the probabilities corresponding to "},{"type":"inlineMath","attrs":{"latex":"z_1"}},{"type":"text","text":" and "},{"type":"inlineMath","attrs":{"latex":"z_2"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Subtract the lower probability from the higher to get the proportion."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q11. What IQ score will put an individual in the 30th percentile?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Normal Distribution – Percentiles"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the value corresponding to a given percentile in a normal distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Percentile: The value below which a given percentage of observations fall."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Find z-score for 30th percentile using standard normal table."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Convert z-score to IQ score: "},{"type":"inlineMath","attrs":{"latex":"x = \\mu + z\\sigma"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Find the z-score that corresponds to the 30th percentile (look up in the z-table)."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Use the formula "},{"type":"inlineMath","attrs":{"latex":"x = \\mu + z\\sigma"}},{"type":"text","text":" to find the IQ score."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q12. What is the probability that a randomly selected individual has an IQ below 85?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Normal Distribution – Lower Tail Probability"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability that a value falls below a certain threshold in a normal distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Z-score: "},{"type":"inlineMath","attrs":{"latex":"z = \\frac{85 - 100}{15}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability: "},{"type":"inlineMath","attrs":{"latex":"P(X < 85) = P(Z < z)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the z-score for 85."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Use the standard normal table to find the probability for that z-score."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q13. What is the probability that exactly ten out of thirty students receive Pell Grants?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Binomial Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the binomial distribution to find the probability of a specific number of successes."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Binomial probability formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = k) = \\binom{n}{k} p^k (1-p)^{n-k}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"n = 30"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"k = 10"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"p = 0.36"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Identify the values: "},{"type":"inlineMath","attrs":{"latex":"n = 30"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"k = 10"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"p = 0.36"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug these values into the binomial formula."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the binomial coefficient, "},{"type":"inlineMath","attrs":{"latex":"p^{10}"}},{"type":"text","text":", and "},{"type":"inlineMath","attrs":{"latex":"(1-p)^{20}"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Set up the multiplication for the probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q14. What is the probability that seven to ten students out of thirty receive Pell Grants?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Binomial Distribution – Cumulative Probability"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability for a range of outcomes in a binomial distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Sum the probabilities for "},{"type":"inlineMath","attrs":{"latex":"k = 7, 8, 9, 10"}},{"type":"text","text":":"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(7 \\leq X \\leq 10) = \\sum_{k=7}^{10} \\binom{30}{k} p^k (1-p)^{30-k}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the binomial probability for each value of "},{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" from 7 to 10."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these probabilities together to get the total probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q15. What is the probability that more than ten students out of thirty receive Pell Grants?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Binomial Distribution – Upper Tail Probability"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability of more than a certain number of successes."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability for "},{"type":"inlineMath","attrs":{"latex":"X > 10"}},{"type":"text","text":":"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X > 10) = \\sum_{k=11}^{30} \\binom{30}{k} p^k (1-p)^{30-k}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the binomial probability for each value of "},{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" from 11 to 30."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these probabilities together to get the total probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q16. What is the probability that less than ten students out of thirty receive Pell Grants?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Binomial Distribution – Lower Tail Probability"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability of fewer than a certain number of successes."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability for "},{"type":"inlineMath","attrs":{"latex":"X < 10"}},{"type":"text","text":":"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X < 10) = \\sum_{k=0}^{9} \\binom{30}{k} p^k (1-p)^{30-k}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate the binomial probability for each value of "},{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" from 0 to 9."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these probabilities together to get the total probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q17. What is the probability that four students are expelled this semester?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Poisson Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the Poisson distribution to find the probability of a given number of events."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Poisson probability formula:"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = k) = \\frac{\\lambda^k e^{-\\lambda}}{k!}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\lambda"}},{"type":"text","text":" = expected number of events (5)"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"k"}},{"type":"text","text":" = number of events (4)"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Identify "},{"type":"inlineMath","attrs":{"latex":"\\lambda = 5"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"k = 4"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug these values into the Poisson formula."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"5^4"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"e^{-5}"}},{"type":"text","text":", and "},{"type":"inlineMath","attrs":{"latex":"4!"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Set up the fraction for the probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q18. What is the probability that more than four students are expelled this semester?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Poisson Distribution – Upper Tail Probability"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability of more than a certain number of events."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability for "},{"type":"inlineMath","attrs":{"latex":"X > 4"}},{"type":"text","text":":"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X > 4) = 1 - P(X \\leq 4)"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Sum Poisson probabilities for "},{"type":"inlineMath","attrs":{"latex":"k = 0"}},{"type":"text","text":" to $4$."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate Poisson probabilities for "},{"type":"inlineMath","attrs":{"latex":"k = 0, 1, 2, 3, 4"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these probabilities to get "},{"type":"inlineMath","attrs":{"latex":"P(X \\leq 4)"}},{"type":"text","text":"."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Subtract from 1 to get "},{"type":"inlineMath","attrs":{"latex":"P(X > 4)"}},{"type":"text","text":"."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q19. What is the probability that no student is expelled this semester?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Poisson Distribution – Zero Events"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to find the probability of zero events in a Poisson distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Poisson probability for "},{"type":"inlineMath","attrs":{"latex":"k = 0"}},{"type":"text","text":":"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(X = 0) = \\frac{\\lambda^0 e^{-\\lambda}}{0!} = e^{-\\lambda}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"\\lambda = 5"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Plug "},{"type":"inlineMath","attrs":{"latex":"\\lambda = 5"}},{"type":"text","text":" into the formula: "},{"type":"inlineMath","attrs":{"latex":"P(X = 0) = e^{-5}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"e^{-5}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q20. Find the mean for the probability distribution "},{"type":"inlineMath","attrs":{"latex":"P(x) = \\frac{28 - 2x^2}{84}"}},{"type":"text","marks":[{"type":"bold"}],"text":" for "},{"type":"inlineMath","attrs":{"latex":"x = 0, 1, 2, 3"}},{"type":"text","marks":[{"type":"bold"}],"text":"."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Expected Value – Discrete Probability Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to calculate the mean (expected value) of a discrete probability distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Mean (expected value): "},{"type":"inlineMath","attrs":{"latex":"\\mu = \\sum x P(x)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"P(x)"}},{"type":"text","text":" for each "},{"type":"inlineMath","attrs":{"latex":"x"}},{"type":"text","text":" value: "},{"type":"inlineMath","attrs":{"latex":"x = 0, 1, 2, 3"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Multiply each "},{"type":"inlineMath","attrs":{"latex":"x"}},{"type":"text","text":" by its corresponding "},{"type":"inlineMath","attrs":{"latex":"P(x)"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these products to get the mean."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q21. What is the probability that a randomly selected teacher has been married less than three times?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Probability – Discrete Probability Distribution"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to sum probabilities for a range of values in a discrete distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Probability for "},{"type":"inlineMath","attrs":{"latex":"x < 3"}},{"type":"text","text":": "},{"type":"inlineMath","attrs":{"latex":"P(0) + P(1) + P(2)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"P(x)"}},{"type":"text","text":" for "},{"type":"inlineMath","attrs":{"latex":"x = 0, 1, 2"}},{"type":"text","text":" using the formula "},{"type":"inlineMath","attrs":{"latex":"P(x) = \\frac{28 - 2x^2}{84}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Add these probabilities together."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q22. Estimate the probability of getting from 80 to 82 graduates using the Normal Curve as an estimator of the Binomial Distribution."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Normal Approximation to Binomial"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to use the normal distribution to approximate binomial probabilities."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Mean: "},{"type":"inlineMath","attrs":{"latex":"\\mu = np"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Standard deviation: "},{"type":"inlineMath","attrs":{"latex":"\\sigma = \\sqrt{np(1-p)}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Apply continuity correction: Use "},{"type":"inlineMath","attrs":{"latex":"79.5"}},{"type":"text","text":" to "},{"type":"inlineMath","attrs":{"latex":"82.5"}},{"type":"text","text":" for $80"},{"type":"inlineMath","attrs":{"latex":" to $82"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Z-score: "},{"type":"inlineMath","attrs":{"latex":"z = \\frac{x - \\mu}{\\sigma}"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"\\mu = 108 \\times 0.75"}},{"type":"text","text":" and "},{"type":"inlineMath","attrs":{"latex":"\\sigma = \\sqrt{108 \\times 0.75 \\times 0.25}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Apply continuity correction: Use "},{"type":"inlineMath","attrs":{"latex":"x_1 = 79.5"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"x_2 = 82.5"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate z-scores for "},{"type":"inlineMath","attrs":{"latex":"x_1"}},{"type":"text","text":" and "},{"type":"inlineMath","attrs":{"latex":"x_2"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Use the standard normal table to find probabilities for these z-scores and subtract to get the estimated probability."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q23. Which of the following probabilities is the greatest? (Multiple Choice)"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Contingency Tables – Conditional and Joint Probabilities"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your ability to interpret and compare probabilities from a contingency table."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Joint probability: "},{"type":"inlineMath","attrs":{"latex":"P(S \\text{ and } M)"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Conditional probability: "},{"type":"inlineMath","attrs":{"latex":"P(S | M)"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"P(M | S)"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Marginal probability: "},{"type":"inlineMath","attrs":{"latex":"P(S)"}},{"type":"text","text":", "},{"type":"inlineMath","attrs":{"latex":"P(M)"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Union probability: "},{"type":"inlineMath","attrs":{"latex":"P(S \\text{ or } M)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate each probability using the table values:"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(S \\text{ and } M) = \\frac{200}{800}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(S | M) = \\frac{200}{370}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(S) = \\frac{230}{800}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(M | S) = \\frac{200}{230}"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"inlineMath","attrs":{"latex":"P(S \\text{ or } M) = \\frac{370 + 230 - 200}{800}"}}]}]}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Compare the calculated probabilities to determine which is greatest."}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q24. What percent of the variation in exam scores is due to factors other than the number of times a student missed class?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Coefficient of Determination ("},{"type":"inlineMath","attrs":{"latex":"r^2"}},{"type":"text","text":")"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your understanding of how to interpret "},{"type":"inlineMath","attrs":{"latex":"r^2"}},{"type":"text","text":" and what it means for unexplained variation."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms and Formulas"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Correlation coefficient: "},{"type":"inlineMath","attrs":{"latex":"r = -0.625"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Coefficient of determination: "},{"type":"inlineMath","attrs":{"latex":"r^2"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Percent unexplained: "},{"type":"inlineMath","attrs":{"latex":"100\\% - (r^2 \\times 100\\%)"}}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Step-by-Step Guidance"}]},{"type":"orderedList","attrs":{"start":1,"type":null},"content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Calculate "},{"type":"inlineMath","attrs":{"latex":"r^2"}},{"type":"text","text":" by squaring "},{"type":"inlineMath","attrs":{"latex":"-0.625"}}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Multiply "},{"type":"inlineMath","attrs":{"latex":"r^2"}},{"type":"text","text":" by 100 to get the percent explained"}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Subtract from 100 to get the percent unexplained"}]}]}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Try solving on your own before revealing the answer!"}]},{"type":"heading","attrs":{"textAlign":null,"level":3},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Q25. What sampling method was used for the campus food service survey?"}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"bold"}],"text":"Background"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Topic: Sampling Methods"}]},{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"This question tests your understanding of different sampling methods, such as random, systematic, stratified, and cluster sampling."}]},{"type":"heading","attrs":{"textAlign":null,"level":4},"content":[{"type":"text","marks":[{"type":"underline"}],"text":"Key Terms"}]},{"type":"bulletList","content":[{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Systematic sampling: Selecting every nth individual from a list."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Random sampling: Each individual has an equal chance."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type":"text","text":"Stratified sampling: Dividing population into groups and sampling from each."}]}]},{"type":"listItem","content":[{"type":"paragraph","attrs":{"textAlign":null},"content":[{"type"

Pearson Logo

Study Prep