Skip to main content
Back to Statistics & Probability
JEE Main 2024
Statistics & Probability
Probability
Medium

Question

Three persons P, Q and R independently try to hit a target. I the probabilities of their hitting the target are 34,12{3 \over 4},{1 \over 2} and 58{5 \over 8} respectively, then the probability that the target is hit by P or Q but not by R is :

Options

Solution

Key Concepts and Formulas

To solve this problem, we will utilize fundamental concepts from probability theory, which are essential for JEE.

  1. Probability of an Event and Complement Rule: The probability of an event AA, denoted P(A)P(A), measures its likelihood. The probability that an event AA does not occur, denoted P(A)P(A'), is given by: P(A)=1P(A)P(A') = 1 - P(A) This rule is crucial for calculating the chance of an event's non-occurrence or for "at least one" scenarios.

  2. Independence of Events: Events are independent if the outcome of one does not influence the outcome of the others. For independent events AA and BB, the probability that both AA and BB occur is the product of their individual probabilities: P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B) A critical property is that if events AA and BB are independent, then their complements (AA' and BB') are also independent. This principle extends to any number of independent events.

  3. Probability of "A or B" (Union of Events): The probability that event AA occurs or event BB occurs (or both), denoted P(AB)P(A \cup B), can be found using the inclusion-exclusion principle: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). For independent events AA and BB, this simplifies to P(AB)=P(A)+P(B)P(A)P(B)P(A \cup B) = P(A) + P(B) - P(A)P(B). An alternative, and often simpler, approach for independent events is to use the complement rule: P(AB)=1P(AB)P(A \cup B) = 1 - P(A' \cap B') Since AA and BB are independent, AA' and BB' are also independent, so P(AB)=P(A)P(B)P(A' \cap B') = P(A')P(B'). Thus, P(AB)=1P(A)P(B)P(A \cup B) = 1 - P(A')P(B') This formula is particularly efficient when calculating the probability of "at least one" success.


Step-by-Step Solution

1. Define Events and Given Probabilities

First, let's clearly define the events and write down their given probabilities. This helps in organizing our thoughts and calculations.

  • Let PHP_H be the event that person P hits the target.
  • Let QHQ_H be the event that person Q hits the target.
  • Let RHR_H be the event that person R hits the target.

The problem provides the probabilities of each person hitting the target:

  • P(PH)=34P(P_H) = \frac{3}{4}
  • P(QH)=12P(Q_H) = \frac{1}{2}
  • P(RH)=58P(R_H) = \frac{5}{8}

2. Calculate Probabilities of Not Hitting the Target

Since we are interested in scenarios where people might not hit the target (e.g., P or Q hits, but R does not), we need to calculate the probabilities of their respective complement events. We use the Complement Rule for this.

  • For P not hitting the target (PHP_H'): P(PH)=1P(PH)=134=14P(P_H') = 1 - P(P_H) = 1 - \frac{3}{4} = \frac{1}{4} Explanation: The probability that P fails to hit the target is 11 minus the probability that P hits the target.

  • For Q not hitting the target (QHQ_H'): P(QH)=1P(QH)=112=12P(Q_H') = 1 - P(Q_H) = 1 - \frac{1}{2} = \frac{1}{2} Explanation: Similarly, the probability that Q fails to hit the target is 11 minus the probability that Q hits the target.

  • For R not hitting the target (RHR_H'): P(RH)=1P(RH)=158=38P(R_H') = 1 - P(R_H) = 1 - \frac{5}{8} = \frac{3}{8} Explanation: The probability that R fails to hit the target is 11 minus the probability that R hits the target.

3. Interpret the Required Event and Break it Down

The problem asks for the probability that "the target is hit by P or Q but not by R". Let's break this complex event into simpler, independent parts:

  • "Hit by P or Q": This means at least one of P or Q hits the target. This can be represented as the union of events PHQHP_H \cup Q_H.
  • "Not by R": This means R does not hit the target. This is the event RHR_H'.

Since the attempts of P, Q, and R are stated to be independent, the event "(P or Q hits) AND (R does not hit)" can be treated as two independent events. Therefore, we can multiply their probabilities: P((P or Q hits) AND (R does not hit))=P(PHQH)×P(RH)P(\text{(P or Q hits) AND (R does not hit)}) = P(P_H \cup Q_H) \times P(R_H') Explanation: The independence of P, Q, and R's attempts is crucial here. It allows us to multiply the probability of the outcome of P and Q's attempts by the probability of R's outcome.

4. Calculate the Probability of "P or Q Hitting the Target"

Now we need to find P(PHQH)P(P_H \cup Q_H). We use the formula for the union of two independent events: P(AB)=1P(A)P(B)P(A \cup B) = 1 - P(A')P(B'). This is often simpler than using the inclusion-exclusion principle for "or" conditions involving independent events.

  • Probability of neither P nor Q hitting the target (PHQHP_H' \cap Q_H'): Since P and Q are independent, their complements PHP_H' and QHQ_H' are also independent. P(PHQH)=P(PH)×P(QH)=14×12=18P(P_H' \cap Q_H') = P(P_H') \times P(Q_H') = \frac{1}{4} \times \frac{1}{2} = \frac{1}{8} Explanation: The event "neither P nor Q hits" means P fails and Q fails. Due to independence, we multiply their individual failure probabilities.

  • Probability of P or Q hitting the target (PHQHP_H \cup Q_H): This is the complement of "neither P nor Q hitting the target". P(PHQH)=1P(PHQH)=118=78P(P_H \cup Q_H) = 1 - P(P_H' \cap Q_H') = 1 - \frac{1}{8} = \frac{7}{8} Explanation: The event "P or Q hits" is the opposite of "neither P nor Q hits". If there's a 18\frac{1}{8} chance that both fail, then there's a 1181 - \frac{1}{8} chance that at least one of them succeeds.

5. Calculate the Final Probability

Finally, we combine the probabilities calculated in steps 3 and 4. We need the probability that "(P or Q hits) AND (R does not hit)".

  • We found P(PHQH)=78P(P_H \cup Q_H) = \frac{7}{8}.
  • We found P(RH)=38P(R_H') = \frac{3}{8}.

Since these two events (P or Q hitting, and R not hitting) are independent: P((P or Q hits) AND (R does not hit))=P(PHQH)×P(RH)P(\text{(P or Q hits) AND (R does not hit)}) = P(P_H \cup Q_H) \times P(R_H') =78×38= \frac{7}{8} \times \frac{3}{8} =2164= \frac{21}{64} Explanation: We multiply the probability that at least one of P or Q hits the target by the probability that R does not hit the target. This is allowed because all individual attempts are independent.


Common Mistakes & Tips

  • Misinterpreting "OR": A common mistake is to simply add probabilities for "A or B" (P(A)+P(B)P(A) + P(B)). Remember, this is only correct if the events are mutually exclusive (cannot happen at the same time). For independent events that are not mutually exclusive, use P(AB)=P(A)+P(B)P(A)P(B)P(A \cup B) = P(A) + P(B) - P(A)P(B) or, more efficiently, 1P(A)P(B)1 - P(A')P(B').
  • Forgetting Independence: Always confirm if events are independent before multiplying their probabilities. The problem statement usually specifies this ("independently try to hit").
  • Calculation Errors: Be careful with fractions, especially when adding or subtracting them. Ensure common denominators when necessary.

Summary

This problem effectively tests your understanding of fundamental probability concepts: the complement rule and the independence of events. We systematically broke down the complex probability statement into smaller, manageable parts. We first defined the events and their given probabilities, then calculated the probabilities of their complements. We then interpreted the "P or Q hits" condition as the complement of "neither P nor Q hits" and calculated its probability. Finally, we combined this with the probability of "R not hitting" using the independence of events to find the overall probability.

The final probability that the target is hit by P or Q but not by R is 2164\frac{21}{64}.

The final answer is 2164\boxed{\frac{21}{64}}, which corresponds to option (A).

Practice More Statistics & Probability Questions

View All Questions