Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)

A box contains 10 pens of which 3 are defective. A sample of 2 pens is drawn at random and let X denote the number of defective pens. Then the variance of X is

Solution & Explanation

### Related Formula Variance formula for discrete random variables: textVar(X) = sum x_i^2 P(x_i) - mu^2, quad mu = sum x_i P(x_i) ### Core Logic Total selection size is ^10mathrmC_2 = 45. X can take values 0, 1, 2. Set up probability distribution table:
x_ix = 0x = 1x = 2
P(x_i)frac^7mathrmC_2^10mathrmC_2 = frac2145 = frac715frac^7mathrmC_1 times ^3mathrmC_1^10mathrmC_2 = frac2145 = frac715frac^3mathrmC_2^10mathrmC_2 = frac345 = frac115
### Step 1: Calculate Mean mu = 0left(frac715right) + 1left(frac715right) + 2left(frac115right) = frac915 = frac35 ### Step 2: Calculate Variance sum x_i^2 P(x_i) = 0^2left(frac715right) + 1^2left(frac715right) + 2^2left(frac115right) = frac7 + 415 = frac1115 textVar(X) = frac1115 - left(frac35right)^2 = frac1115 - frac925 = frac55 - 2775 = frac2875 ### Pattern Recognition This setup maps identically to a Hypergeometric Distribution. Checking fractions against a common denominator (15 or 45) helps avoid simple fractional reduction errors. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability

Reference Study Guides

More Probability Previous-Year Questions — Page 3

Q55 2025 Bayes Theorem
A bag contains 19 unbiased coins and one coin with head on both sides. One coin drawn at random is tossed and head turns up. If the probability that the drawn coin was unbiased, is fracmathrmmmathrmn, gcd (mathrmm,mathrmn) = 1, then mathrmn^2 -mathrmm^2 is equal to :
  • A. 80
  • B. 60
  • C. 72
  • D. 64

Solution

### Related Formula Bayes' Theorem for conditional probability is formulated as: P(E_1|H) = fracP(E_1) cdot P(H|E_1)P(E_1) cdot P(H|E_1) + P(E_2) cdot P(H|E_2) ### Core Logic Let the events be: E_1: Selection of an unbiased coin. E_2: Selection of the two-headed (biased) coin. H: Head turns up on the toss. Syllabus values: P(E_1) = frac1920, quad P(E_2) = frac120 P(H|E_1) = frac12, quad P(H|E_2) = 1 ### Step 1: Total Probability Calculation The overall probability of obtaining a head is: P(H) = P(E_1)P(H|E_1) + P(E_2)P(H|E_2) P(H) = frac1920 cdot frac12 + frac120 cdot 1 = frac1940 + frac240 = frac2140 ### Step 2: Apply Bayes Theorem We need the probability that the coin is unbiased given a head showed up: P(E_1|H) = fracfrac1940frac2140 = frac1921 Thus, fracmn = frac1921 implies m = 19, n = 21 since gcd(19, 21) = 1. ### Step 3: Evaluate final expression Calculate n^2 - m^2: n^2 - m^2 = 21^2 - 19^2 = 441 - 361 = 80 ### Pattern Recognition Bayes' Theorem split problems are easily handled by constructing paths: textunbiased path = 19 times 1 = 19, textbiased path = 1 times 2 = 2. Probability = frac1919+2 = frac1921. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability
Q56 2025 Random Variables and Expectation
Let a random variable X take values 0, 1, 2, 3 with P(X = 0) = P(X = 1) = p, P(X = 2) = P(X = 3) and E(X^2) = 2E(X). Then the value of 8p - 1 is:
  • A. 0
  • B. 2
  • C. 1
  • D. 3

Solution

### Related Formula The sum of all probabilities in a probability distribution is strictly equal to 1: sum P(X_i) = 1 ### Core Logic Let P(X=2) = P(X=3) = q. From the total probability rule: P(X=0) + P(X=1) + P(X=2) + P(X=3) = 1 p + p + q + q = 1 implies 2p + 2q = 1 implies p + q = frac12 quad dots text(i) ### Step 1: Computing Expectations Compute E(X): E(X) = 0cdot p + 1cdot p + 2cdot q + 3cdot q = p + 5q Compute E(X^2): E(X^2) = 0^2cdot p + 1^2cdot p + 2^2cdot q + 3^2cdot q = p + 13q ### Step 2: Solve the Linear System Given E(X^2) = 2E(X): p + 13q = 2(p + 5q) p + 13q = 2p + 10q implies p = 3q Substitute p = 3q into equation (i): 3q + q = frac12 implies 4q = frac12 implies q = frac18 Then, p = 3left(frac18right) = frac38. ### Step 3: Calculate 8p - 1 Now we evaluate the required expression: 8p - 1 = 8left(frac38right) - 1 = 3 - 1 = 2 ### Pattern Recognition Always combine basic distribution axioms (sum of probabilities = 1) with structural definition equations (E(X) = sum x P(x)) to systematically eliminate unknown parameters. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability
Q69 2025 Probability of Invertible Matrices
Let A=[a_ij] be a square matrix of order 2 with entries either 0 or 1. Let E be the event that A is an invertible matrix. Then the probability P(E) is: [cite: 3338, 3339]
  • A. frac\58
  • B. frac\316
  • C. frac\18
  • D. frac\38

Solution

### Related Formula A 2 times 2 matrix A = beginpmatrix a & b \\ c & d endpmatrix is invertible if and only if its determinant is non-zero: det(A) = ad - bc neq 0 ### Step 1: Count Total Matrix Sample Space Each of the 4 entry slots in the 2 times 2 matrix has 2 binary choices (0 or 1) : textTotal Matrices = 2^4 = 16 ### Step 2: Count Favorable Non-Zero Determinant Matrices Since elements are 0 or 1, the products ad and bc can only evaluate to 0 or 1. For ad - bc neq 0, we have two distinct cases [cite: 4051, 4054]: - **Case I:** ad = 1 and bc = 0 . ad = 1 Rightarrow a = 1, d = 1 (1 configuration). bc = 0 Rightarrow (b, c) in \(0,0), (0,1), (1,0)\ (3 configurations). textWays = 1 times 3 = 3 text matrices - **Case II:** ad = 0 and bc = 1 . bc = 1 Rightarrow b = 1, c = 1 (1 configuration). ad = 0 Rightarrow (a, d) in \(0,0), (0,1), (1,0)\ (3 configurations). textWays = 1 times 3 = 3 text matrices textTotal Favorable Matrices = 3 + 3 = 6 ### Step 3: Calculate Probability Divide the favorable count by the total sample size : P(E) = frac616 = frac38 ### Pattern Recognition For low-order matrix configuration spaces with binary inputs, directly analyzing the product outcomes (1-0=1 or 0-1=-1) prevents long manual lists of all 16 matrices. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability Class 12 Mathematics: Matrices and Determinants
Q61 2025 Infinite Geometric Series in Probability
A and B alternately throw a pair of dice. A wins if he throws a sum of 5 before B throws a sum of 8, and B wins if he throws a sum of 8 before A throws a sum of 5. The probability, that A wins if A makes the first throw, is :
  • A. frac917
  • B. frac919
  • C. frac817
  • D. frac819

Solution

### Related Formula For alternating multi-stage games continuing indefinitely, the total probability of winning is modeled as an infinite geometric series summation: S_infty = fraca1 - r ### Core Logic First, analyze the total sample outcomes for a pair of standard dice (n(S) = 36): - Outcomes giving a sum of 5: (1,4), (2,3), (3,2), (4,1) implies 4 outcomes. p(A) = frac436 = frac19 implies p(A') = 1 - frac19 = frac89 - Outcomes giving a sum of 8: (2,6), (3,5), (4,4), (5,3), (6,2) implies 5 outcomes. p(B) = frac536 implies p(B') = 1 - frac536 = frac3136 ### Step 1: Setup Infinite Game Series Path For player A to win on the first throw, third throw, fifth throw, etc., the probability sequence expands as follows: P(textA wins) = p(A) + p(A') cdot p(B') cdot p(A) + [p(A') cdot p(B')]^2 cdot p(A) + dots infty This is a geometric progression where the first term a = p(A) = frac19 and the common ratio is: r = p(A') cdot p(B') = frac89 cdot frac3136 = frac6281 ### Step 2: Calculate Invariant Sum Apply the infinite GP sum formula directly: P(textA wins) = fracfrac191 - frac6281 = fracfrac19frac1981 = frac19 cdot frac8119 = frac919 ### Pattern Recognition In infinite alternating games, player A's net probability can always be abbreviated shortcut-style to fracp_11 - (1-p_1)(1-p_2), where p_1 is A's success probability and p_2 is B's success probability. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability

More Probability Questions — jee_main_2025_04_april_morning

Practice all Probability previous-year questions →

YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Under Development
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...