Bayes' theorem and simple probability distributions - Question Bank

1. What is the sum of probabilities for all possible outcomes in any probability distribution?
A) It can be any value between 0 and 1.
B) It must be 0.
C) It must be 1.
D) It depends on the number of outcomes.
2. Which of the following is a probability distribution for a discrete random variable?
A) Normal Distribution
B) Exponential Distribution
C) Binomial Distribution
D) Uniform Distribution (continuous)
3. Consider the following scenario: 2% of men and 0.5% of women have a certain color blindness. A person is chosen at random and found to be color blind. What is the probability that the person is male, assuming the proportion of men and women in the population is equal?
A) 0.75
B) 0.8
C) 0.5
D) 0.25
4. A bag contains 5 red balls and 3 blue balls. Two balls are drawn without replacement. What is the probability that the first ball is red and the second is blue?
A) (5/8) * (3/8)
B) (5/8) * (3/7)
C) (5/8) + (3/7)
D) (5/8) * (2/7)
5. In Bayes' theorem, P(B) is often calculated using the law of total probability. If we have partitions A1, A2, ..., An of the sample space, then P(B) is:
A) Sum of P(B|Ai) for all i
B) Sum of P(Ai) * P(B|Ai) for all i
C) P(B|A1)
D) 1 - Sum of P(B|Ai) for all i
6. If P(A) = 0.6, P(B) = 0.7, and P(A ∩ B) = 0.4, what is P(A ∪ B)?
A) 0.9
B) 1.0
C) 0.8
D) 0.7
7. Which distribution is used for modeling the number of failures before the first success in a series of Bernoulli trials?
A) Binomial
B) Poisson
C) Geometric
D) Hypergeometric
8. What is the primary difference between a discrete and a continuous probability distribution?
A) Discrete distributions have a finite number of outcomes; continuous distributions have an infinite number.
B) Discrete distributions deal with countable outcomes; continuous distributions deal with outcomes that can take any value within a range.
C) Discrete distributions always have a normal shape; continuous distributions do not.
D) Discrete distributions sum to 1; continuous distributions integrate to 1.
9. The memoryless property of the exponential distribution means:
A) The probability of an event occurring in the future does not depend on how much time has already passed.
B) The probability of an event occurring is always constant.
C) The distribution is symmetric around its mean.
D) The past history always influences future probabilities.
10. A key property of the exponential distribution is its:
A) Symmetry
B) Bell shape
C) Memoryless property
D) Bounded range
11. What is the variance of an exponential distribution with rate λ?
A) λ
B) 1/λ
C) λ^2
D) 1/λ^2
12. What is the mean of an exponential distribution with rate λ?
A) λ
B) 1/λ
C) λ^2
D) e^(-λ)
13. The probability density function (PDF) of an exponential distribution with rate λ is:
A) f(x) = λ * e^(-λx) for x >= 0
B) f(x) = λ * e^(-λx) for x < 0
C) f(x) = (1/λ) * e^(-x/λ) for x >= 0
D) f(x) = e^(-λx) / λ for x >= 0
14. What is the parameter 'rate' (often denoted by λ) in an exponential distribution?
A) The probability of an event occurring.
B) The average number of events in a unit interval.
C) The inverse of the mean time between events.
D) The total time duration.
15. The exponential distribution is often used to model:
A) The number of events in a fixed interval.
B) The number of successes in a fixed number of trials.
C) The time until the next event occurs in a Poisson process.
D) The sum of multiple independent random variables.
16. If X is a normally distributed random variable with mean 50 and standard deviation 10, what is the Z-score for X = 60?
A) 0.5
B) 1.0
C) 1.5
D) 2.0
17. What is the formula for standardizing a normal random variable X with mean μ and standard deviation σ?
A) Z = (X - σ) / μ
B) Z = (X - μ) / σ
C) Z = (X + μ) / σ
D) Z = X / (μ * σ)
18. The process of converting a normal random variable X to a standard normal random variable Z is called:
A) Standardization
B) Normalization
C) Centralization
D) Transformation
19. In a normal distribution, approximately what percentage of data falls within three standard deviations of the mean (μ ± 3σ)?
A) 68%
B) 95%
C) 99.7%
D) 80%
20. In a normal distribution, approximately what percentage of data falls within two standard deviations of the mean (μ ± 2σ)?
A) 68%
B) 95%
C) 99.7%
D) 75%
21. In a normal distribution, approximately what percentage of data falls within one standard deviation of the mean (μ ± σ)?
A) 68%
B) 95%
C) 99.7%
D) 50%
22. What is the probability density function (PDF) of a standard normal distribution (μ=0, σ=1)?
A) f(x) = 1 / (σ * sqrt(2π)) * e^(-(x-μ)^2 / (2σ^2))
B) f(x) = (1/2) * e^(-|x|)
C) f(x) = 1 / sqrt(2π) * e^(-x^2 / 2)
D) f(x) = 1 / (b - a)
23. The Normal distribution is characterized by its bell shape and is defined by two parameters:
A) Rate (λ) and time (t)
B) Number of trials (n) and probability of success (p)
C) Mean (μ) and standard deviation (σ)
D) Lower bound (a) and upper bound (b)
24. Which of the following is a common continuous probability distribution?
A) Binomial distribution
B) Poisson distribution
C) Normal distribution
D) Geometric distribution
25. What is the key characteristic of a continuous probability distribution?
A) It deals with a finite number of outcomes.
B) It assigns probabilities to specific discrete values.
C) It describes probabilities over a range of continuous values.
D) The sum of probabilities for all possible values is finite.
26. If the average number of customers arriving at a store per hour is 5, what is the probability that exactly 3 customers arrive in a given hour, assuming a Poisson process?
A) (5^3 * e^-5) / 3!
B) (3^5 * e^-3) / 5!
C) e^-5
D) (5^3 * e^-3) / 3!
27. For a Poisson distribution, the variance is equal to:
A) λ^2
B) λ
C) 1/λ
D) e^(-λ)
28. For a Poisson distribution, the mean is equal to:
A) λ^2
B) λ
C) 1/λ
D) e^(-λ)
29. What is the probability mass function (PMF) for a Poisson distribution with parameter λ?
A) P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
B) P(X=k) = (λ^k * e^(-λ)) / k!
C) f(x) = 1 / (b - a) for a <= x <= b
D) P(X=k) = λ * e^(-λ)
30. What is the parameter lambda (λ) in a Poisson distribution?
A) The number of trials.
B) The probability of success.
C) The average number of events in the given interval.
D) The variance of the distribution.
31. Which probability distribution is often used to model the number of events occurring in a fixed interval of time or space, given a known average rate?
A) Binomial distribution
B) Normal distribution
C) Poisson distribution
D) Exponential distribution
32. A coin is tossed 10 times. What is the probability of getting exactly 5 heads, assuming the coin is fair?
A) C(10, 5) * (0.5)^10
B) C(5, 5) * (0.5)^5
C) C(10, 5) * (0.5)^5
D) (0.5)^10
33. The variance of a binomial distribution B(n, p) is given by:
A) np
B) p
C) np(1-p)
D) (np(1-p))^2
34. The mean (expected value) of a binomial distribution B(n, p) is given by:
A) np(1-p)
B) p
C) n
D) np
35. What is the probability mass function (PMF) for a binomial distribution B(n, p)?
A) P(X=k) = (n choose k) * p^k * (1-p)^(n-k)
B) P(X=k) = (lambda^k * e^(-lambda)) / k!
C) f(x) = 1 / (b - a) for a <= x <= b
D) P(X=k) = p
36. In a binomial distribution B(n, p), what does 'n' represent?
A) The probability of success on a single trial.
B) The number of failures.
C) The total number of trials.
D) The expected number of successes.
37. What type of probability distribution is characterized by a fixed number of independent trials, each with two possible outcomes (success or failure), and a constant probability of success?
A) Poisson distribution
B) Binomial distribution
C) Normal distribution
D) Uniform distribution
38. A discrete random variable X can take values 1, 2, 3 with probabilities P(X=1) = 0.3, P(X=2) = 0.4, P(X=3) = 0.3. What is the expected value of X?
A) 1.5
B) 2.0
C) 2.5
D) 3.0
39. Which of the following is NOT a property of a probability distribution?
A) All probabilities must be non-negative.
B) The sum of all probabilities must be equal to 1.
C) Probabilities can be greater than 1.
D) The probability of an impossible event is 0.
40. If a test for a disease is 99% accurate in detecting the disease (true positive) and 98% accurate in not detecting it when absent (true negative), and 1% of the population has the disease, what is the probability that a person who tests positive actually has the disease?
A) 0.99
B) 0.98
C) Approximately 0.033
D) Approximately 0.95
41. Consider two events, A and B. If P(A) = 0.5, P(B) = 0.4, and P(A and B) = 0.2, what is P(A|B)?
A) 0.5
B) 0.8
C) 0.4
D) 0.2
42. What term is used for P(A|B) in Bayes' theorem when A is the hypothesis and B is the evidence?
A) Prior probability
B) Likelihood
C) Marginal probability
D) Posterior probability
43. What term is used for P(B|A) in Bayes' theorem when A is the hypothesis and B is the evidence?
A) Prior probability
B) Posterior probability
C) Likelihood
D) Joint probability
44. What term is used for P(A) in Bayes' theorem?
A) Posterior probability
B) Likelihood
C) Prior probability
D) Marginal probability
45. What is the formula for Bayes' theorem?
A) P(A|B) = P(B|A) * P(A) / P(B)
B) P(A|B) = P(A) * P(B) / P(A and B)
C) P(A|B) = P(A) + P(B) - P(A and B)
D) P(A|B) = P(A) * P(B|A) / P(B)
46. In the context of Bayes' theorem, what does P(B|A) represent?
A) The prior probability of event A.
B) The probability of event B occurring given that event A has occurred.
C) The probability of both A and B occurring.
D) The probability of event A occurring given that event B has occurred.
47. Bayes' theorem is particularly useful for:
A) Calculating the probability of a single event.
B) Determining the probability of a future event based on past occurrences.
C) Updating beliefs or probabilities in light of new data.
D) Finding the probability of the union of two events.
48. If event A and event B are independent, what is the relationship between P(A|B) and P(A)?
A) P(A|B) < P(A)
B) P(A|B) > P(A)
C) P(A|B) = P(A)
D) P(A|B) = 1 - P(A)
49. What is the fundamental principle behind Bayes' theorem?
A) It calculates the probability of an event without considering prior knowledge.
B) It updates the probability of a hypothesis based on new evidence.
C) It assumes all events are independent of each other.
D) It focuses on conditional probabilities of mutually exclusive events.