Mathematics

Probability Distributions

457 Questions

Probability distributions describe the likelihood of different outcomes in a statistical experiment. Key topics include calculating confidence intervals, understanding Type II errors, and working with the standard normal distribution. These concepts are frequently tested in mathematics and statistics sections of various competitive exams.

Standard normal distributionType II error probabilityConfidence interval interpretationPoisson distributionProbability density function

Probability Distributions Questions

Multiple choice

A population has a mean of 100 and a standard deviation of 15. If a sample of 100 people is randomly selected from the population, what is the probability that the sample mean will be between 95 and 105?

  1. 0.682

  2. 0.764

  3. 0.841

  4. 0.910

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The sample mean follows a normal distribution with a mean of 100 and a standard deviation of 15/sqrt(100) = 1.5. Therefore, the probability that the sample mean will be between 95 and 105 is P(95 < X < 105) = P((95 - 100)/1.5 < Z < (105 - 100)/1.5) = P(-3.33 < Z < 3.33) = 0.841.

Multiple choice

A company claims that their product will last for at least 100 hours. If the product actually lasts for an average of 120 hours with a standard deviation of 10 hours, what is the probability that a randomly selected product will last for less than 100 hours?

  1. 0.023

  2. 0.067

  3. 0.111

  4. 0.159

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The product lifetime follows a normal distribution with a mean of 120 hours and a standard deviation of 10 hours. Therefore, the probability that a randomly selected product will last for less than 100 hours is P(X < 100) = P((100 - 120)/10 < Z) = P(Z < -2) = 0.023.

Multiple choice

A survey found that 60% of people prefer coffee, 30% prefer tea, and 10% prefer both coffee and tea. If a person is randomly selected from the survey, what is the probability that they prefer coffee or tea?

  1. 0.7

  2. 0.8

  3. 0.9

  4. 1.0

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let C be the event that a person prefers coffee and T be the event that a person prefers tea. Then, P(C or T) = P(C) + P(T) - P(C and T) = 0.6 + 0.3 - 0.1 = 0.8.

Multiple choice

A machine produces defective items with a probability of 0.01. If 1000 items are produced, what is the probability that the number of defective items is between 5 and 10?

  1. 0.242

  2. 0.383

  3. 0.524

  4. 0.665

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is a binomial distribution problem. The probability of between 5 and 10 defective items is given by the formula P(5 ≤ X ≤ 10) = P(X = 5) + P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10) = 0.383.

Multiple choice

A survey found that 40% of people prefer dogs, 30% prefer cats, and 20% prefer both dogs and cats. If a person is randomly selected from the survey, what is the probability that they prefer dogs or cats?

  1. 0.7

  2. 0.8

  3. 0.9

  4. 1.0

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Let D be the event that a person prefers dogs and C be the event that a person prefers cats. Then, P(D or C) = P(D) + P(C) - P(D and C) = 0.4 + 0.3 - 0.2 = 0.9.

Multiple choice

What is the birthday paradox?

  1. The probability that two people in a group of 23 or more people have the same birthday is greater than 50%.

  2. The probability that two people in a group of 23 or more people have the same birthday is less than 50%.

  3. The probability that two people in a group of 23 or more people have the same birthday is exactly 50%.

  4. The probability that two people in a group of 23 or more people have the same birthday is unknown.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The birthday paradox states that the probability that two people in a group of 23 or more people have the same birthday is greater than 50%.

Multiple choice

What is the interpretation of a 95% confidence interval?

  1. There is a 95% chance that the true population parameter is within the interval

  2. The probability of obtaining a sample mean within the interval is 95%

  3. The interval contains the true population parameter with a probability of 95%

  4. The sample mean is within the interval with a probability of 95%

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A 95% confidence interval means that if we were to repeatedly take samples from the population and construct confidence intervals, 95% of those intervals would contain the true population parameter.

Multiple choice

Which of the following properties is not satisfied by a Lévy process?

  1. Independent increments

  2. Stationary increments

  3. Gaussian distribution

  4. Infinitely divisible distribution

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Lévy processes do not necessarily have a Gaussian distribution. In fact, many Lévy processes, such as the Poisson process, have distributions that are far from Gaussian.

Multiple choice

Which of the following is not a type of probability distribution?

  1. Normal distribution

  2. Binomial distribution

  3. Poisson distribution

  4. Uniform distribution

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Uniform distribution is not a probability distribution, but rather a type of continuous distribution.

Multiple choice

Which of the following is not a type of probability distribution?

  1. Normal distribution

  2. Binomial distribution

  3. Poisson distribution

  4. Uniform distribution

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Uniform distribution is not a probability distribution, but rather a type of continuous distribution.

Multiple choice

In a Markov chain, what is the probability of transitioning from state $i$ to state $j$ in $n$ steps?

  1. $P_{ij}^n$
  2. $P_{ij}^{n-1}$
  3. $P_{ij}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In a Markov chain, the probability of transitioning from state $i$ to state $j$ in $n$ steps is given by the $n$-th power of the transition probability matrix $P$, denoted as $P_{ij}^n$.

Multiple choice

In a Markov chain model of behavior change, what is the probability of being in state $j$ at time $t$ given that the system started in state $i$ at time $0$?

  1. $P_{ij}(t)$
  2. $P_{ji}(t)$
  3. $P_{ii}(t)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In a Markov chain model of behavior change, the probability of being in state $j$ at time $t$ given that the system started in state $i$ at time $0$ is given by $P_{ij}(t)$, which is an element of the transition probability matrix raised to the power of $t$.

Multiple choice

In finance, which Indian mathematical concept is employed for risk assessment and portfolio optimization?

  1. Black-Scholes Model

  2. Monte Carlo Simulation

  3. Mean-Variance Analysis

  4. Value at Risk (VaR)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Black-Scholes Model, influenced by Indian mathematics, is widely used in finance to price options and manage financial risk.

Multiple choice

In a chi-square distribution with 'k' degrees of freedom, what is the probability of obtaining a value less than 'χ²_0.05,k'?

  1. 0.05

  2. 0.95

  3. 1

  4. Cannot be determined

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In a chi-square distribution with 'k' degrees of freedom, the probability of obtaining a value less than 'χ²_0.05,k' is 0.05. This is because the chi-square distribution is used for hypothesis testing, and the value 'χ²_0.05,k' is the critical value for a significance level of 0.05.

Multiple choice

What is the probability of obtaining a value greater than 'F_0.05,k1,k2' in an F-distribution with 'k1' and 'k2' degrees of freedom?

  1. 0.05

  2. 0.95

  3. 1

  4. Cannot be determined

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In an F-distribution with 'k1' and 'k2' degrees of freedom, the probability of obtaining a value greater than 'F_0.05,k1,k2' is 0.05. This is because the F-distribution is used for hypothesis testing, and the value 'F_0.05,k1,k2' is the critical value for a significance level of 0.05.