Comprehension
A survey was conducted to find out the success rate of students who qualified the entrance examination by dropping a year after class XII.
As per the data collected, 40% students appearing in the examination were dropouts and the remaining students were regular students of class XII.
Of the dropouts, 5% qualify the examination while 10% of the regular students qualify the examination.
Based on the above information, answer the following questions.
Question: 1

Find the probability that a student selected at random is a regular student.

Show Hint

Always identify the primary categories in a probability problem. Here, "Dropout" and "Regular" cover 100% of the appearing students.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
• The sum of the probabilities of all mutually exclusive and exhaustive events is 1.
• If an event \(D\) (dropouts) has a probability \(P(D)\), then its complement \(R\) (regular students) has probability \(P(R) = 1 - P(D)\).

Step 1:
Identify the given dropout percentage
Given that the percentage of dropout students is \(40\%\). So, \(P(\text{Dropout}) = \frac{40}{100} = 0.4\).

Step 2:
Calculate the probability of regular students
The remaining students are regular students: \[ P(\text{Regular}) = 1 - P(\text{Dropout}) \] \[ P(\text{Regular}) = 1 - 0.4 = 0.6 \] Alternatively, this is \(60\%\).
Was this answer helpful?
0
0
Question: 2

A student is selected at random from a group of dropout students. What is the probability that the student will not qualify the examination?

Show Hint

"Selected from a group" indicates a conditional probability where the denominator is already restricted to that group.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:

• Conditional probability \(P(F|D)\) is the probability of failure given the student is a dropout.
• \(P(\text{Qualify}) + P(\text{Not Qualify}) = 1\) for any specific group.

Step 1:
Identify the success rate for dropouts
Given that for the dropout group, the qualifying rate (success rate) is \(5\%\).
\[ P(\text{Qualify}|\text{Dropout}) = 0.05 \]

Step 2:
Calculate the non-qualifying probability
The probability of not qualifying is the complement:
\[ P(\text{Not Qualify}|\text{Dropout}) = 1 - 0.05 \] \[ P(\text{Not Qualify}|\text{Dropout}) = 0.95 \]
Was this answer helpful?
0
0
Question: 3

A student selected at random qualified the examination. Find the probability that student is not a dropout.

Show Hint

Bayes' Theorem problems are easiest when solved in two stages: find the denominator (Total Probability) first, then find the specific numerator.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
• Use Bayes' Theorem to find the probability of a cause given an effect.
• \(P(\text{Regular}|\text{Qualify}) = \frac{P(\text{Qualify}|\text{Regular}) \cdot P(\text{Regular})}{P(\text{Total Qualify})}\).
• Total Probability \(P(Q) = P(Q|D)P(D) + P(Q|R)P(R)\).

Step 1:
Calculate the total probability of qualifying
Let \(Q\) be qualifying, \(D\) be dropout, \(R\) be regular. \(P(D) = 0.4, P(R) = 0.6\) \(P(Q|D) = 0.05, P(Q|R) = 0.10\) \[ P(Q) = (0.05)(0.4) + (0.10)(0.6) \] \[ P(Q) = 0.02 + 0.06 = 0.08 \]

Step 2:
Apply Bayes' Theorem
The student is "not a dropout", meaning they are a regular student. We need \(P(R|Q)\): \[ P(R|Q) = \frac{P(Q|R)P(R)}{P(Q)} \] \[ P(R|Q) = \frac{0.10 \times 0.6}{0.08} = \frac{0.06}{0.08} \]

Step 3:
Simplify the final value
\[ P(R|Q) = \frac{6}{8} = \frac{3}{4} = 0.75 \]
Was this answer helpful?
0
0
Question: 4

A student selected at random did not qualify the examination. Find the probability that the student was a regular student.

Show Hint

When asked for probability of a category given a non-event (failure), ensure you use the complement of the success probabilities.
Updated On: Sep 10, 2026
Show Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:

• This is also a Bayes' Theorem application based on failure probabilities.
• Total Failure Probability \(P(F) = 1 - P(Q)\).

Step 1:
Calculate the failure probabilities for each group
Let \(F\) be failure (not qualifying).
\(P(F|D) = 1 - 0.05 = 0.95\) \(P(F|R) = 1 - 0.10 = 0.90\)

Step 2:
Find the total probability of failure
Using the result from the previous part \(P(Q) = 0.08\):
\[ P(F) = 1 - 0.08 = 0.92 \]

Step 3:
Apply Bayes' Theorem for \(P(R|F)\)
\[ P(R|F) = \frac{P(F|R)P(R)}{P(F)} \] \[ P(R|F) = \frac{0.90 \times 0.6}{0.92} = \frac{0.54}{0.92} \]

Step 4:
Simplify the fraction
\[ P(R|F) = \frac{54}{92} = \frac{27}{46} \]
Was this answer helpful?
0
0