Important Tips for Solving JEE PYQs

  1. Master Permutations and Combinations (P&C): Most JEE probability questions require you to first count the number of total and favorable outcomes using P&C principles. Be an expert in selecting (combinations) and arranging (permutations) objects.

  2. Use the Complement Rule for 'At Least One': When you see the phrase "at least one", it's often a strong hint to use the complement rule. Calculating the probability of the event not happening (i.e., "none") is usually much easier. Then, subtract this from 1.

    • P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none})
  3. Venn Diagrams are Your Friend: For problems involving two or three events (A, B, C) and their unions/intersections, drawing a Venn diagram can be incredibly helpful to visualize the problem and avoid common errors like double-counting.

  4. Know Your Deck of Cards and Dice: Be completely familiar with the composition of a standard 52-card deck (4 suits, 13 ranks, 2 colors, 12 face cards) and the outcomes of rolling one or two dice.

  5. Check for Independence: When events occur in sequence (like drawing cards with replacement, or multiple coin tosses), check if they are independent. If they are, you can find the probability of their intersection by simply multiplying their individual probabilities: P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B).

  6. Don't Confuse Mutually Exclusive and Independent: Mutually exclusive events cannot happen together (P(AB)=0P(A \cap B)=0). Independent events can happen together, but the occurrence of one does not affect the other. They are different concepts.