Mathematics

Probability

337 Questions

Probability measures the likelihood of an event occurring, such as rolling a specific number on a die or drawing a colored ball. Questions cover simple events, mutually exclusive outcomes, and dice or coin combinations. This topic is consistently asked in mathematics and reasoning sections of competitive exams.

dice probabilitycoin toss eventsdrawing balls probabilitiesplaying card problemsmutually exclusive events

Probability Questions

Multiple choice

What is the probability of getting a sum of 4, 5, 6, 7, 8, 9, 10, or 11 when rolling two fair six-sided dice?

  1. 1/2

  2. 2/3

  3. 3/4

  4. 5/6

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

There are 36 possible outcomes when rolling two six-sided dice. The outcomes that sum to 4 are (1, 3), (2, 2), (3, 1). The outcomes that sum to 5 are (1, 4), (2, 3), (3, 2), (4, 1). The outcomes that sum to 6 are (1, 5), (2, 4), (3, 3), (4, 2), (5, 1). The outcomes that sum to 7 are (1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1). The outcomes that sum to 8 are (2, 6), (3, 5), (4, 4), (5, 3), (6, 2). The outcomes that sum to 9 are (3, 6), (4, 5), (5, 4), (6, 3). The outcomes that sum to 10 are (4, 6), (5, 5), (6, 4). The outcomes that sum to 11 are (5, 6), (6, 5). Therefore, the probability of getting a sum of 4, 5, 6, 7, 8, 9, 10, or 11 is (3 + 4 + 5 + 6 + 5 + 4 + 3 + 2)/36 = 32/36, which simplifies to 5/6.

Multiple choice

What is the probability of getting a sum of 13 or more when rolling two fair six-sided dice?

  1. 0

  2. 1/6

  3. 1/4

  4. 1/3

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

There are 36 possible outcomes when rolling two six-sided dice. The highest possible sum is 12. Therefore, the probability of getting a sum of 13 or more is 0.

Multiple choice

What is the probability of getting a sum of 1 or 13 when rolling two fair six-sided dice?

  1. 1/18

  2. 1/12

  3. 1/9

  4. 1/6

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

There are 36 possible outcomes when rolling two six-sided dice. The outcomes that sum to 1 are (1, 1). The outcomes that sum to 13 are (6, 6). Therefore, the probability of getting a sum of 1 or 13 is (1 + 1)/36 = 2/36, which simplifies to 1/18.

Multiple choice

What is the probability of getting a sum of 2 or 12 when rolling two fair six-sided dice?

  1. 1/9

  2. 1/6

  3. 1/4

  4. 1/3

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

There are 36 possible outcomes when rolling two six-sided dice. The outcomes that sum to 2 are (1, 1). The outcomes that sum to 12 are (6, 6). Therefore, the probability of getting a sum of 2 or 12 is (1 + 1)/36 = 2/36, which simplifies to 1/18.

Multiple choice

What is the probability of getting a head when a fair coin is tossed?

  1. 1/2

  2. 1/3

  3. 1/4

  4. 1/5

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

When a fair coin is tossed, there are two possible outcomes: head or tail. Since the coin is fair, each outcome is equally likely to occur. Therefore, the probability of getting a head is 1/2.

Multiple choice

What is the probability of getting a sum of 7 when two fair dice are rolled?

  1. 1/6

  2. 1/12

  3. 1/18

  4. 1/24

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

When two fair dice are rolled, there are 36 possible outcomes. The outcomes that result in a sum of 7 are (1, 6), (2, 5), (3, 4), (4, 3), (5, 2), and (6, 1). Therefore, the probability of getting a sum of 7 is 6/36 = 1/6.

Multiple choice

What is the probability of getting a head when flipping a fair coin?

  1. 1/2

  2. 1/3

  3. 1/4

  4. 1/5

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

For a fair coin, the probability of getting a head or a tail is equal, hence the probability of getting a head is 1/2.

Multiple choice

What is the probability of getting at least one head when flipping two fair coins?

  1. 1/4

  2. 1/2

  3. 3/4

  4. 1

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

The probability of getting at least one head is the complement of the probability of getting no heads. The probability of getting no heads is (1/2) * (1/2) = 1/4. Therefore, the probability of getting at least one head is 1 - 1/4 = 3/4.

Multiple choice

What is the probability of getting a sum of 7 when rolling two fair six-sided dice?

  1. 1/6

  2. 1/12

  3. 1/18

  4. 1/36

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

There are 36 possible outcomes when rolling two dice. The outcomes that sum to 7 are (1, 6), (2, 5), (3, 4), (4, 3), (5, 2), and (6, 1). Therefore, the probability of getting a sum of 7 is 6/36 = 1/6.

Multiple choice

Which of the following is a key element of Monte Carlo methods?

  1. Deterministic algorithms.

  2. Random sampling.

  3. Closed-form solutions.

  4. Numerical integration.

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

Monte Carlo methods rely on random sampling to generate possible solutions and estimate outcomes.

Multiple choice

What is the Metropolis-Hastings algorithm used for?

  1. Generating random numbers.

  2. Solving linear equations.

  3. Optimizing functions.

  4. Sampling from a probability distribution.

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

The Metropolis-Hastings algorithm is a Markov chain Monte Carlo method used to generate samples from a probability distribution.

Multiple choice

Which of the following is a common application of Monte Carlo methods?

  1. Pricing financial options.

  2. Simulating the behavior of physical systems.

  3. Optimizing manufacturing processes.

  4. All of the above.

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

Monte Carlo methods have a wide range of applications, including pricing financial options, simulating physical systems, and optimizing manufacturing processes.

Multiple choice

What is the main drawback of Monte Carlo methods?

  1. They are always less accurate than deterministic algorithms.

  2. They can be computationally expensive.

  3. They require specialized software.

  4. They are difficult to implement.

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

Monte Carlo methods can be computationally expensive, especially for problems that require a large number of simulations.

Multiple choice

Which of the following is a common method for generating random numbers in Monte Carlo simulations?

  1. Linear congruential generator.

  2. Mersenne twister.

  3. Box-Muller transform.

  4. Inverse transform method.

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

The Mersenne twister is a widely used pseudorandom number generator known for its long period and good statistical properties, making it suitable for Monte Carlo simulations.

Multiple choice

What is the probability of getting a head when flipping a fair coin?

  1. 1/2

  2. 1/3

  3. 1/4

  4. 1/5

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

The probability of getting a head when flipping a fair coin is 1/2.