All Exams Test series for 1 year @ ₹349 only
Question

In an examination, the probability of a candidate solving a question is 1/2. out of given 5 questions in the examination, what is the probability that the candidate was able to solve at least 2 questions?

This question was previously asked in
NDA II 2015 GAT Previous Year Paper (16-Dec-2015)
The correct answer is

13/16

Understanding the Probability Problem

This problem asks for the probability of a candidate solving a certain number of questions in an examination. We are given the total number of questions and the probability of solving a single question. This scenario fits the criteria for a binomial probability distribution.

Identifying the Binomial Distribution Parameters

A binomial distribution applies when there are a fixed number of independent trials, each with only two possible outcomes (success or failure), and the probability of success is constant for every trial.

  • Number of trials (n): The total number of questions in the examination, which is 5.
  • Probability of success (p): The probability that the candidate solves a single question, given as 1/2.
  • Probability of failure (q): The probability that the candidate does not solve a single question. This is \(q = 1 - p = 1 - 1/2 = 1/2\).

Let \(X\) be the random variable representing the number of questions the candidate solves out of the 5. \(X\) follows a binomial distribution with parameters \(n=5\) and \(p=1/2\).

Calculating the Probability of Solving At Least 2 Questions

We need to find the probability that the candidate solves at least 2 questions. This means the number of solved questions \(X\) is greater than or equal to 2, i.e., \(P(X \ge 2)\).

\(P(X \ge 2)\) includes the probabilities \(P(X=2)\), \(P(X=3)\), \(P(X=4)\), and \(P(X=5)\). Calculating each of these and summing them up can be tedious.

An easier approach is to use the complement rule. The total probability is 1. \(P(X \ge 2)\) is equal to \(1\) minus the probability of solving less than 2 questions. Less than 2 questions means solving 0 questions or solving 1 question.

So, \(P(X \ge 2) = 1 - P(X < 2) = 1 - [P(X=0) + P(X=1)]\).

Binomial Probability Formula

The probability of getting exactly \(k\) successes in \(n\) trials is given by the binomial probability formula:

\(P(X=k) = \binom{n}{k} p^k q^{n-k}\)

where \(\binom{n}{k} = \frac{n!}{k!(n-k)!}\) is the binomial coefficient.

Calculating P(X=0) and P(X=1)

Let's calculate \(P(X=0)\), the probability of solving 0 questions:

\(P(X=0) = \binom{5}{0} (1/2)^0 (1/2)^{5-0}\)

\(P(X=0) = 1 \times 1 \times (1/2)^5\) (Since \(\binom{5}{0}=1\) and \((1/2)^0=1\))

\(P(X=0) = (1/2)^5 = \frac{1}{2^5} = \frac{1}{32}\)

Now, let's calculate \(P(X=1)\), the probability of solving 1 question:

\(P(X=1) = \binom{5}{1} (1/2)^1 (1/2)^{5-1}\)

\(P(X=1) = 5 \times (1/2)^1 \times (1/2)^4\) (Since \(\binom{5}{1}=5\))

\(P(X=1) = 5 \times (1/2)^{1+4} = 5 \times (1/2)^5\)

\(P(X=1) = 5 \times \frac{1}{32} = \frac{5}{32}\)

Calculating P(X < 2)

The probability of solving less than 2 questions is the sum of \(P(X=0)\) and \(P(X=1)\):

\(P(X < 2) = P(X=0) + P(X=1) = \frac{1}{32} + \frac{5}{32} = \frac{1+5}{32} = \frac{6}{32}\)

This fraction can be simplified by dividing the numerator and denominator by 2:

\(\frac{6}{32} = \frac{3}{16}\)

Calculating P(X ≥ 2)

Finally, we can find the probability of solving at least 2 questions:

\(P(X \ge 2) = 1 - P(X < 2) = 1 - \frac{3}{16}\)

To subtract, we express 1 as a fraction with denominator 16:

\(1 = \frac{16}{16}\)

So,

\(P(X \ge 2) = \frac{16}{16} - \frac{3}{16} = \frac{16-3}{16} = \frac{13}{16}\)

The probability that the candidate was able to solve at least 2 questions is 13/16.

Summary of Probability Calculations

Number of Questions Solved (k) Probability \(P(X=k)\) Calculation
0 \(P(X=0)\) \(\binom{5}{0} (1/2)^0 (1/2)^5 = 1 \times 1 \times 1/32 = 1/32\)
1 \(P(X=1)\) \(\binom{5}{1} (1/2)^1 (1/2)^4 = 5 \times 1/2 \times 1/16 = 5/32\)
At least 2 (\(X \ge 2\)) \(P(X \ge 2)\) \(1 - [P(X=0) + P(X=1)] = 1 - [1/32 + 5/32] = 1 - 6/32 = 1 - 3/16 = 13/16\)

Revision Table: Probability Concepts

Concept Definition/Formula Relevance to Problem
Binomial Distribution Describes the number of successes in a fixed number of independent Bernoulli trials. \(B(n, p)\) Models solving questions in an exam (success/failure, independent trials).
Binomial Probability Formula \(P(X=k) = \binom{n}{k} p^k q^{n-k}\) Used to calculate the probability of solving exactly \(k\) questions.
Complement Rule \(P(A) = 1 - P(A')\) Simplifies calculating \(P(X \ge 2)\) by finding \(1 - P(X < 2)\).
Probability of Success (p) Probability of the desired outcome in a single trial. Given as 1/2 for solving a question.
Probability of Failure (q) Probability of the undesired outcome in a single trial. \(q=1-p\) Calculated as 1/2 for not solving a question.

Additional Information: Understanding "At Least" Probability

In probability questions, the phrase "at least \(k\)" means the number of successes is \(k\) or more (\(X \ge k\)). Similarly, "at most \(k\)" means the number of successes is \(k\) or less (\(X \le k\)). Understanding these phrases is crucial for setting up the problem correctly.

  • "At least 2" means \(X = 2, 3, 4, \text{or } 5\).
  • "At most 2" would mean \(X = 0, 1, \text{or } 2\).
  • "Exactly 2" means \(X=2\).

Using the complement rule (\(P(X \ge k) = 1 - P(X < k)\)) is often easier when \(k\) is relatively large or when the range of values for \(X \ge k\) is larger than the range for \(X < k\). In this problem with \(n=5\), calculating \(P(X=0) + P(X=1)\) (two terms) is faster than calculating \(P(X=2) + P(X=3) + P(X=4) + P(X=5)\) (four terms).

Was this answer helpful?

Similar Questions

  1. Let X and Y be two random variables such that X + Y = 100. If X follows Binomial distribution with parameters n = 100 and p = \(\frac{4}{5}\), what is the variance of Y?  

  2. In a Binomial distribution B(n, p), n = 6 and 9P(X = 4) = P(X = 2). What is p equal to ?

  3. What is the probability that no one out of 6 workers suffers from a disease?

  4. What is the probability that exactly 3 out of 6 workers suffer from a disease?

  5. What is the probability that at least one out of 6 workers suffer from a disease ?

  6. 8 coins are tossed simultaneously. The probability of getting at least 6 heads is

  7. A certain type of missile hits the target with probability p = 0.3. What is the least number of missiles should be fired so that there is at least on 80% probability that the target is hit?

  8. A medicine is known to be 75% effective to cure a patient. If the medicine is given to 5 patients, what is the probability that at least one patient is cured by this medicine?

  9. Let the random variables X follow B (6, p) If \(16{\rm{\;P\;}}\left( {{\rm{X}} = 4} \right) = {\rm{P\;}}\left( {{\rm{X}} = 2} \right)\) , then what is the value of p

  10. The mean and the variance in a binomial distribution are found to be 2 and 1 respectively. The probability P(X = 0) is


Important Questions from Binomial Distribution

  1. Indicate the correct answer for the combination from the following regarding the conditions for the applicability of a binominal distribution:

    (a) There are n independent trials

    (b) Each trial has only two possible outcomes

    (c) The probabilities of two outcomes do not remain constant

    (d) The trials are independent

    Which of the following options is correct?

  2. In which of the following practical situations, Poisson Distribution can be used?

    A. Number of customers arriving at the super markets per hour.

    B. Number of typographical errors per page in a typed material.

    C. Number of accidents taking place per day on a busy road.

    D. Dice throwing problems.

    E. Number of defective material say, blades, etc. in a packing manufactured by a good concern.

    Choose the most appropriate answer from the options given below:

  3. For Binomial distribution, n = 10 and p = 0.6, E(X 2) (second moment about origin) is:

  4. The mean and variance of binomial distribution B (x, n, p) are 4 and \(\dfrac{4}{3}\) respectively. What is the probability of getting 2 successes?

  5. Find out the fallacy if any in the statement:

    “The mean and the variance of a binomial distribution is 16.2 and 29.4 respectively.”

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
658 Attempts
4.7(120)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App