This section provides detailed solutions to 20 problems covering various discrete probability distributions. Round answers as specified or to 4 decimal places if not mentioned.
Question 1: A quality control inspector finds that 5% of products are defective. If 10 products are selected at random, what is the probability that exactly 1 is defective?
Binomial Distribution Calculator
Note: If the calculator does not load, please ensure your browser allows third-party iframes or visit the site directly.
Solution to Question 1:
Type: Binomial Distribution
Formula:P(X=k) = C(n, k) * pk * (1-p)(n-k)
Parameters:
n (number of trials) = 10
p (probability of success, i.e., defective) = 0.05
k (number of successes, i.e., defectives) = 1
q (probability of failure) = 1 - p = 1 - 0.05 = 0.95
Final Answer:The probability of selecting exactly 1 defective product is approximately 0.3151.
Question 2: For a binomial distribution with n=20 trials and probability of success p=0.4, calculate the expected number of successes E(X) and the variance Var(X).
Geometric Distribution Calculator
Note: If the calculator does not load, please ensure your browser allows third-party iframes or visit the site directly.
Final Answer:The expected number of successes E(X) is 8, and the variance Var(X) is 4.8.
Question 3: A student takes a 3-question multiple-choice quiz. Each question has 4 options, only one of which is correct. The student guesses randomly. What is the probability the student gets at least 2 questions correct (P(X ≥ 2))?
Poisson Distribution Calculator
Note: If the calculator does not load, please ensure your browser allows third-party iframes or visit the site directly.
Solution to Question 3:
Type: Binomial Distribution
Formula:P(X=k) = C(n, k) * pk * (1-p)(n-k)
We need P(X ≥ 2) = P(X=2) + P(X=3).
Parameters:
n (number of questions) = 3
p (probability of guessing correctly) = 1/4 = 0.25
Final Answer:The probability of getting at least 2 questions correct is 0.15625.
Question 4: A basketball player has a 60% chance of making a free throw. What is the probability that the player makes their first successful free throw on the 4th attempt?
Discrete Uniform Distribution Calculator
Note: If the calculator does not load, please ensure your browser allows third-party iframes or visit the site directly.
Solution to Question 4:
Type: Geometric Distribution
Formula:P(X=k) = (1-p)(k-1) * p
Parameters:
p (probability of success, making the shot) = 0.60
k (attempt number of first success) = 4
q (probability of failure) = 1 - p = 1 - 0.60 = 0.40
Final Answer:The probability that the first successful free throw is on the 4th attempt is 0.0384.
Question 5: If the probability of finding a rare gem in a mine is 0.02 per ton of ore processed, what is the expected number of tons of ore that need to be processed to find the first gem?
Type: Geometric Distribution
Formula:E(X) = 1 / p
Parameters:
p (probability of success, finding a gem) = 0.02
Calculation Steps:
E(X) = 1 / 0.02 = 50.
Final Answer:The expected number of tons of ore to process to find the first gem is 50 tons.
Question 6: A salesperson has a 10% chance of closing a deal with each client. What is the probability that they close their first deal within the first 3 clients (P(X ≤ 3))?
Final Answer:The probability of closing the first deal within the first 3 clients is 0.271.
Question 7: An urn contains 7 red balls and 5 blue balls. If 4 balls are drawn without replacement, what is the probability that exactly 2 of them are red?
Final Answer:The probability that all 3 caught fish are tagged is 4/120 or 1/30 ≈ 0.0333.
Question 9: A batch of 50 components contains 5 defective ones. If a sample of 10 components is selected, what is the expected number of defective components in the sample?
Type: Hypergeometric Distribution
Formula for Expected Value:E(X) = n * (K / N)
Parameters:
N (total components in batch) = 50
K (total defective components in batch) = 5
n (sample size) = 10
Calculation Steps:
Calculate the proportion of defectives in the population: K / N = 5 / 50 = 0.1.
Multiply by sample size: E(X) = 10 * 0.1 = 1.
Final Answer:The expected number of defective components in the sample is 1.
Question 10: A call center receives an average of 4 calls per minute. What is the probability of receiving exactly 2 calls in a given minute? (Use e ≈ 2.71828)
Final Answer:The probability of receiving exactly 2 calls in a given minute is approximately 0.1465.
Question 11: The average number of typos on a page of a certain book is 0.8. What is the probability that a randomly selected page has no typos (P(X=0))? (Use e ≈ 2.71828)
Type: Poisson Distribution
Formula:P(X=k) = (e-λ * λk) / k!
Parameters:
λ (average number of typos) = 0.8
k (number of typos) = 0
Calculation Steps:
Calculate e-λ: e-0.8 ≈ (2.71828)-0.8 ≈ 0.449329.
Calculate λk: (0.8)0 = 1.
Calculate k!: 0! = 1.
P(X=0) = (0.449329 * 1) / 1 = 0.449329.
Final Answer:The probability that a page has no typos is approximately 0.4493.
Question 12: A shop sells an average of 2 specialty cakes per day. What is the probability that it sells at most 1 specialty cake on a given day (P(X ≤ 1))? (Use e ≈ 2.71828)
Final Answer:The probability of selling at most 1 specialty cake is approximately 0.4060.
Question 13: If a website receives an average of 120 hits per hour, what is the probability of receiving exactly 3 hits in a 1-minute interval? (Use e ≈ 2.71828)
Type: Poisson Distribution
Formula:P(X=k) = (e-λ * λk) / k!
Parameters:
Original λ = 120 hits per hour.
We need λ for a 1-minute interval. Since 1 hour = 60 minutes:
Final Answer:The probability of receiving exactly 3 hits in a 1-minute interval is approximately 0.1804.
Question 14: A manufacturer knows that 10% of their light bulbs are defective. If they ship a box of 6 bulbs, what is the probability that 2 or fewer bulbs are defective (P(X ≤ 2))?
Final Answer:The probability that 2 or fewer bulbs are defective is 0.98415.
Question 15: A computer program has a 5% chance of crashing on any given run. What is the probability that the program runs successfully more than 3 times before its first crash (i.e., the first crash occurs on the 4th run or later, P(X > 3))?
Type: Geometric Distribution
Let "success" be a crash. So p = 0.05. X is the run number of the first crash.
P(X > k) means the first k trials were failures (no crash).
Formula for P(X > k):P(X > k) = (1-p)k
Parameters:
p (probability of a crash) = 0.05
k = 3 (we want the first crash to be *after* the 3rd run)
Final Answer:The probability that the first crash occurs after the 3rd run is 0.857375.
Question 16: A bag contains 5 green marbles, 4 red marbles, and 3 blue marbles. If 3 marbles are drawn at random without replacement, what is the probability of drawing 1 green, 1 red, and 1 blue marble?
Type: Hypergeometric Distribution (extended concept)
This is a direct application of combinations for multiple groups.
Formula:P(event) = (Ways to choose 1G * Ways to choose 1R * Ways to choose 1B) / (Total ways to choose 3 marbles)
Parameters:
Total marbles N = 5 (G) + 4 (R) + 3 (B) = 12
Number of Green (KG) = 5, want kG = 1
Number of Red (KR) = 4, want kR = 1
Number of Blue (KB) = 3, want kB = 1
Sample size n = 3
Calculation Steps:
Ways to choose 1 green from 5: C(5, 1) = 5.
Ways to choose 1 red from 4: C(4, 1) = 4.
Ways to choose 1 blue from 3: C(3, 1) = 3.
Total ways to form the desired sample: 5 * 4 * 3 = 60.
Total ways to choose any 3 marbles from 12: C(12, 3) = 12! / (3! * 9!) = (12*11*10)/(3*2*1) = 2 * 11 * 10 = 220.
Probability = 60 / 220.
Simplify: 60 / 220 = 6 / 22 = 3 / 11 ≈ 0.272727.
Final Answer:The probability of drawing 1 green, 1 red, and 1 blue marble is 60/220 or 3/11 ≈ 0.2727.
Question 17: The number of accidents in a factory per week follows a Poisson distribution with an average of 1.5. What is the probability of having at least 1 accident in a week (P(X ≥ 1))? (Use e ≈ 2.71828)
Final Answer:The probability of having at least 1 accident in a week is approximately 0.7769.
Question 18: A survey found that 70% of college students own a laptop. If 5 students are randomly selected, what is the probability that exactly 4 of them own a laptop? (Identify the distribution)
Distribution Identification:
Fixed number of trials (n=5 students).
Each trial is independent.
Two outcomes for each trial (owns laptop / doesn't own laptop).
Probability of "success" (owning a laptop) is constant (p=0.70).
This is a Binomial Distribution.
Formula:P(X=k) = C(n, k) * pk * (1-p)(n-k)
Parameters:
n = 5
p = 0.70
k = 4
q = 1 - p = 0.30
Calculation Steps:
C(n, k) = C(5, 4) = 5.
pk = (0.70)4 = 0.2401.
(1-p)(n-k) = (0.30)(5-4) = (0.30)1 = 0.30.
P(X=4) = 5 * 0.2401 * 0.30 = 0.36015.
Final Answer:The probability that exactly 4 of the 5 students own a laptop is 0.36015.
Question 19: An archer hits the bullseye with a probability of 0.2 on any given shot. Shots are independent. What is the probability that her first bullseye occurs on her 5th shot? (Identify the distribution)
Distribution Identification:
Sequence of independent Bernoulli trials.
Looking for the trial number of the *first* success (first bullseye).
Final Answer:The probability that her first bullseye occurs on the 5th shot is 0.08192.
Question 20: A Geiger counter records an average of 10 radioactive decays per minute from a sample. What is the probability of observing exactly 7 decays in a particular minute? (Identify the distribution)
Distribution Identification:
Counting the number of events (decays) occurring in a fixed interval of time (1 minute).
Events occur independently.
The average rate of events is known and constant (λ=10).