Mathematics

Probability Distributions

488 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

What is the probability that a randomly selected value from a standard normal distribution will fall between -1 and 1?

  1. 0.3413

  2. 0.6826

  3. 0.9545

  4. 0.9973

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

The probability that a randomly selected value from a standard normal distribution will fall between -1 and 1 is given by the area under the normal curve between these two values. This area can be calculated using the standard normal distribution table or a calculator and is approximately 0.6826.

Multiple choice

If X is a random variable following a standard normal distribution, what is the probability that X will be less than -2?

  1. 0.0228

  2. 0.05

  3. 0.1587

  4. 0.3413

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

To find the probability that X will be less than -2, we look up the probability that a standard normal random variable will be less than -2 in the standard normal distribution table or use a calculator. This probability is approximately 0.0228.

Multiple choice

A normal distribution has a mean of 100 and a standard deviation of 15. What is the probability that a randomly selected value from this distribution will be between 80 and 120?

  1. 0.3413

  2. 0.6826

  3. 0.8413

  4. 0.9545

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

To find the probability that a randomly selected value from this distribution will be between 80 and 120, we first standardize the values using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z1 = (80 - 100) / 15 = -1.33 and Z2 = (120 - 100) / 15 = 1.33. Then, we look up the probability that a standard normal random variable will be between -1.33 and 1.33 in the standard normal distribution table or use a calculator. This probability is approximately 0.8413.

Multiple choice

If X is a random variable following a standard normal distribution, what is the probability that X will be greater than 1?

  1. 0.1587

  2. 0.3413

  3. 0.5

  4. 0.8413

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

To find the probability that X will be greater than 1, we look up the probability that a standard normal random variable will be greater than 1 in the standard normal distribution table or use a calculator. This probability is approximately 0.1587.

Multiple choice

A normal distribution has a mean of 100 and a standard deviation of 15. What is the probability that a randomly selected value from this distribution will be less than 80?

  1. 0.0228

  2. 0.05

  3. 0.1587

  4. 0.3413

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

To find the probability that a randomly selected value from this distribution will be less than 80, we first standardize the value using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z = (80 - 100) / 15 = -1.33. Then, we look up the probability that a standard normal random variable will be less than -1.33 in the standard normal distribution table or use a calculator. This probability is approximately 0.0228.

Multiple choice

If X is a random variable following a standard normal distribution, what is the probability that X will be between -1 and 1?

  1. 0.3413

  2. 0.6826

  3. 0.8413

  4. 0.9545

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

To find the probability that X will be between -1 and 1, we look up the probability that a standard normal random variable will be between -1 and 1 in the standard normal distribution table or use a calculator. This probability is approximately 0.6826.

Multiple choice

A normal distribution has a mean of 100 and a standard deviation of 15. What is the probability that a randomly selected value from this distribution will be between 70 and 130?

  1. 0.3413

  2. 0.6826

  3. 0.8413

  4. 0.9545

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

To find the probability that a randomly selected value from this distribution will be between 70 and 130, we first standardize the values using the formula Z = (X - μ) / σ, where μ is the mean and σ is the standard deviation. In this case, Z1 = (70 - 100) / 15 = -2 and Z2 = (130 - 100) / 15 = 2. Then, we look up the probability that a standard normal random variable will be between -2 and 2 in the standard normal distribution table or use a calculator. This probability is approximately 0.8413.

Multiple choice

What is the main contribution of Nilakantha Somayaji to probability?

  1. He developed a new method for calculating the probability of an event.

  2. He developed a new method for calculating the expected value of a random variable.

  3. He developed a new method for calculating the variance of a random variable.

  4. He developed a new method for calculating the standard deviation of a random variable.

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

Nilakantha Somayaji developed a new method for calculating the probability of an event. His method was more accurate than the methods that were used by previous mathematicians.

Multiple choice

A random variable X has a probability distribution given by P(X = x) = k * x^2, where k is a constant and x = 1, 2, 3. Find the value of k.

  1. 1/6

  2. 1/3

  3. 1/2

  4. 2/3

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

The sum of probabilities for all possible values of X must be equal to 1. So, we have: P(X = 1) + P(X = 2) + P(X = 3) = k * (1^2) + k * (2^2) + k * (3^2) = k * (1 + 4 + 9) = k * 14 = 1. Therefore, k = 1/14.

Multiple choice

Two events A and B are independent. If P(A) = 0.4 and P(B) = 0.6, what is the probability of both A and B occurring?

  1. 0.24

  2. 0.16

  3. 0.12

  4. 0.08

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

Since A and B are independent, the probability of both occurring is the product of their individual probabilities. So, P(A and B) = P(A) * P(B) = 0.4 * 0.6 = 0.24.

Multiple choice

A box contains 10 defective items and 90 non-defective items. If two items are randomly selected without replacement, what is the probability that both items are defective?

  1. 1/100

  2. 1/50

  3. 1/25

  4. 1/10

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

The probability of selecting a defective item on the first draw is 10/100. After the first draw, there are 9 defective items and 89 non-defective items remaining. The probability of selecting a defective item on the second draw is 9/99. Therefore, the probability of selecting two defective items is (10/100) * (9/99) = 1/100.

Multiple choice

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

  1. 0.8

  2. 0.9

  3. 0.7

  4. 0.6

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

The probability of preferring coffee or tea is the sum of the probabilities of preferring coffee and preferring tea, minus the probability of preferring both. So, P(coffee or tea) = P(coffee) + P(tea) - P(coffee and tea) = 0.6 + 0.3 - 0.1 = 0.9.

Multiple choice

A continuous random variable X has a probability density function given by f(x) = 2x for 0 ≤ x ≤ 1. Find the probability that X is less than or equal to 0.5.

  1. 0.25

  2. 0.5

  3. 0.75

  4. 1

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

The probability that X is less than or equal to 0.5 is given by the integral of f(x) from 0 to 0.5: P(X ≤ 0.5) = ∫[0, 0.5] 2x dx = [x^2]_[0, 0.5] = 0.5^2 - 0^2 = 0.25.

Multiple choice

A company claims that their new product will last for at least 100 hours. A consumer group tests the product and finds that the average lifetime is 95 hours with a standard deviation of 10 hours. Assuming the lifetime follows a normal distribution, what is the probability that a randomly selected product will last for more than 100 hours?

  1. 0.1587

  2. 0.8413

  3. 0.3413

  4. 0.6587

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

We can use the standard normal distribution (Z) to calculate this probability: P(X > 100) = P((X - 95)/10 > (100 - 95)/10) = P(Z > 0.5) = 1 - P(Z ≤ 0.5) = 1 - 0.6915 = 0.1587.

Multiple choice

A survey found that 40% of people prefer coffee, 30% prefer tea, and 20% prefer both coffee and tea. What is the probability that a randomly selected person prefers only coffee?

  1. 0.2

  2. 0.3

  3. 0.4

  4. 0.5

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

The probability of preferring only coffee is the probability of preferring coffee minus the probability of preferring both coffee and tea. So, P(coffee only) = P(coffee) - P(coffee and tea) = 0.4 - 0.2 = 0.2.