BackStep-by-Step Guidance for Statistics Test 3 (Combinatorics, Probability, and Binomial Distributions)
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Q1. How many different sandwiches are possible given 3 types of bread, 2 types of cheese, 4 types of meat, and 3 sauces?
Background
Topic: Counting Principle (Multiplication Rule)
This question tests your understanding of how to count the total number of possible outcomes when making independent choices for each component of a sandwich.
Key Terms and Formulas
Multiplication Rule: If there are ways to make the first choice, ways to make the second, ..., ways to make the k-th choice, then the total number of combinations is .
Step-by-Step Guidance
Identify the number of choices for each sandwich component: bread (3), cheese (2), meat (4), sauce (3).
Apply the multiplication rule: Multiply the number of choices for each component together.
Set up the expression: .
Try solving on your own before revealing the answer!
Final Answer: 72 sandwiches
Multiplying the number of choices for each component gives possible sandwiches.
Q2. How many ways are there to select 6 students from 16 available students?
Background
Topic: Combinations
This question tests your ability to count the number of ways to choose a subset of items (students) from a larger set, where order does not matter.
Key Terms and Formulas
Combination Formula:
= total number of items, = number of items to choose
Step-by-Step Guidance
Identify (total students) and (students to select).
Write the combination formula:
Set up the factorials for calculation: is the product of all integers from 16 down to 1, is from 6 to 1, and is from 10 to 1.
Try solving on your own before revealing the answer!
Final Answer: 8008 ways
Using the formula, ways to select 6 students from 16.
Q3. How many different routes are possible for a driver to make deliveries at 3 locations among 9 remaining locations?
Background
Topic: Permutations
This question tests your understanding of how to count the number of ways to arrange a subset of items (locations) where order matters.
Key Terms and Formulas
Permutation Formula:
= total items, = number to arrange
Step-by-Step Guidance
Identify (locations), (deliveries to make).
Write the permutation formula:
Set up the factorials: is the product of 9 down to 1, is from 6 to 1.
Try solving on your own before revealing the answer!
Final Answer: 504 routes
Using the formula, possible routes.
Q4. What is the probability of correctly guessing a 3-digit PIN code on a 7-key keypad, with repetition allowed?
Background
Topic: Probability with Counting
This question tests your ability to calculate the probability of a specific outcome when all outcomes are equally likely and repetition is allowed.
Key Terms and Formulas
Probability Formula:
With repetition, total outcomes =
Step-by-Step Guidance
Determine the total number of possible PIN codes: (since each digit can be any of 7 keys).
There is only 1 correct PIN code (favorable outcome).
Set up the probability:
Try solving on your own before revealing the answer!
Final Answer: or approximately 0.0029
There are 343 possible codes, so the probability is .
Q5a. In how many ways can you select 4 colleges to apply to from 12 visited colleges?
Background
Topic: Combinations
This question tests your ability to count the number of ways to choose a subset where order does not matter.
Key Terms and Formulas
Combination Formula:
Step-by-Step Guidance
Identify (colleges), (to select).
Set up the formula:
Prepare to compute the factorials for the calculation.
Try solving on your own before revealing the answer!
Final Answer: 495 ways
Using the combination formula, ways to select 4 colleges.
Q5b. In how many ways can you rank your top five colleges out of 12 visited colleges?
Background
Topic: Permutations
This question tests your ability to count the number of ways to arrange a subset where order matters.
Key Terms and Formulas
Permutation Formula:
Step-by-Step Guidance
Identify (colleges), (to rank).
Set up the formula:
Prepare to compute the factorials for the calculation.
Try solving on your own before revealing the answer!
Final Answer: 95,040 ways
Using the permutation formula, ways to rank your top five colleges.
Q6a. Is the following a probability distribution? If so, find its mean and standard deviation.
x | P(x) |
|---|---|
0 | 0.025 |
1 | 0.164 |
2 | 0.311 |
3 | 0.311 |
4 | 0.164 |
5 | 0.025 |
Background
Topic: Probability Distributions, Mean and Standard Deviation
This question tests your ability to recognize a valid probability distribution and calculate its mean and standard deviation.
Key Terms and Formulas
Probability Distribution: A table where all probabilities are between 0 and 1 and sum to 1.
Mean (Expected Value):
Standard Deviation:
Step-by-Step Guidance
Check that all values are between 0 and 1 and sum to 1.
If so, it's a valid probability distribution.
Calculate the mean: by multiplying each by its and summing.
Calculate the standard deviation: .
Try solving on your own before revealing the answer!
Final Answer: Mean = 2.5, Standard Deviation ≈ 1.098
The probabilities sum to 1, so it's a valid distribution. Calculating the mean and standard deviation as shown gives these values.
Q6b. Is the following a probability distribution? If not, why not?
x | P(x) |
|---|---|
0 | 0.024 |
1 | 0.164 |
2 | 0.309 |
3 | 0.308 |
4 | 0.166 |
5 | 0.026 |
Background
Topic: Probability Distributions
This question tests your ability to recognize whether a table of probabilities is a valid probability distribution.
Key Terms and Formulas
Probability Distribution: All probabilities must be between 0 and 1 and sum to 1.
Step-by-Step Guidance
Check that all values are between 0 and 1.
Add up all the values to see if they sum to 1.
If the sum is not 1, explain why this is not a valid probability distribution.
Try solving on your own before revealing the answer!
Final Answer: Not a probability distribution
The probabilities do not sum to 1, so this is not a valid probability distribution.
Q7. In a random sample of 30 adults, what is the probability that at most 5 believe it is bad luck to walk under a ladder, given 12% of all adults believe this?
Background
Topic: Binomial Probability
This question tests your ability to use the binomial distribution to find the probability of a certain number of successes in a fixed number of trials.
Key Terms and Formulas
Binomial Distribution:
Cumulative Probability: is the sum of probabilities for up to .
, ,
Step-by-Step Guidance
Recognize this is a binomial probability problem: , .
Set up the cumulative probability: .
Use the binomial cumulative distribution function (binomcdf) or sum the individual probabilities from to .
Try solving on your own before revealing the answer!
Final Answer: 0.8559
Using the binomial cumulative distribution function, .
Q8. Does surveying 100 random college students and recording Yes/No to a question result in a binomial distribution?
Background
Topic: Binomial Distribution Criteria
This question tests your understanding of the requirements for a binomial distribution.
Key Terms and Formulas
Binomial Distribution: Requires a fixed number of independent trials, each with two possible outcomes, and the probability of success is the same for each trial.
Step-by-Step Guidance
Check if the experiment has a fixed number of trials (100 students).
Check if each trial has two outcomes (Yes/No).
Determine if the variable of interest is the number of successes (e.g., number of Yes responses).
If only recording Yes/No but not counting the number of Yes responses, explain why this is not binomial.
Try solving on your own before revealing the answer!
Final Answer: Not a binomial distribution
Since you are not counting the number of Yes responses, but only recording individual answers, this is not a binomial distribution.
Q9a. What is the probability that exactly 15 out of 20 randomly selected adult smartphone users use their phones in meetings or classes, given 44% do so?
Background
Topic: Binomial Probability
This question tests your ability to use the binomial probability formula to find the probability of a specific number of successes.
Key Terms and Formulas
Binomial Probability Formula:
, ,
Step-by-Step Guidance
Identify the parameters: , , .
Set up the binomial probability formula: .
Calculate (the number of ways to choose 15 from 20).
Raise to the 15th power and to the 5th power.
Try solving on your own before revealing the answer!
Final Answer: 0.0038
Using the binomial formula, .
Q9b. What is the probability that at most 10 out of 20 randomly selected adult smartphone users use their phones in meetings or classes, given 44% do so?
Background
Topic: Binomial Cumulative Probability
This question tests your ability to use the binomial cumulative distribution function to find the probability of up to a certain number of successes.
Key Terms and Formulas
Cumulative Binomial Probability:
, ,
Step-by-Step Guidance
Identify the parameters: , , .
Set up the cumulative probability: .
Use the binomial cumulative distribution function (binomcdf) or sum the probabilities for to .
Try solving on your own before revealing the answer!
Final Answer: 0.7788
Using the binomial cumulative distribution function, .