If a random variable mathbfx has the probability distribution
x01234567
p(x)02kk3k2k^22kk^2+k7k^2
then mathrmP(3 < xleq 6) is equal to

Solution & Explanation

### Related Formula sum P(x_i) = 1 ### Core Logic For a valid probability distribution, the sum of all probabilities must equal 1. 0 + 2k + k + 3k + 2k^2 + 2k + (k^2 + k) + 7k^2 = 1 Combine like terms: 10k^2 + 9k - 1 = 0 (10k - 1)(k + 1) = 0 Since k cannot be negative (probabilities must be non-negative), we get k = frac110. ### Step 1: Calculate the Desired Probability We need to find mathrmP(3 < x leq 6). This includes the probabilities for x = 4, 5, 6. mathrmP(3 < x leq 6) = P(x=4) + P(x=5) + P(x=6) mathrmP(3 < x leq 6) = 2k^2 + 2k + (k^2 + k) = 3k^2 + 3k Substitute k = frac110: = 3left(frac1100right) + 3left(frac110right) = 0.03 + 0.3 = 0.33 ### Pattern Recognition Sum of probabilities always equals 1. This generates a standard quadratic in k. Always discard the negative root since P(x_i) geq 0 for all i. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Probability

Reference Study Guides

More Probability Previous-Year Questions

Q10 jee_main_2026_21_jan_evening Probability Distribution
A random variable X takes values 0, 1, 2, 3 with probabilities frac2a + 130, frac8a - 130, frac4a + 130, b respectively, where a, b in mathbbR. Let mu and sigma respectively be the mean and standard deviation of X such that sigma^2 + mu^2 = 2. Then fracab is equal to:
  • A. 30
  • B. 3
  • C. 60
  • D. 12

Solution

### Related Formula textSum of probabilities: sum P(X=x_i) = 1 textVariance formula: sigma^2 = E(X^2) - mu^2 implies E(X^2) = sigma^2 + mu^2 = 2 E(X^2) = sum x_i^2 P(x_i) ### Core Logic Given Probability Distribution:
x0123
p(x)frac2a+130frac8a-130frac4a+130b
### Step 1: Set up variance equation We know sigma^2 + mu^2 = sum x_i^2 P(x_i) = 2. 0^2left(frac2a+130right) + 1^2left(frac8a-130right) + 2^2left(frac4a+130right) + 3^2(b) = 2 frac8a-130 + frac16a+430 + 9b = 2 frac24a+330 + 9b = 2 24a + 270b + 3 = 60 implies 24a + 270b = 57 Dividing by 3: 8a + 90b = 19 quad dots (1) ### Step 2: Total Probability Equation Sum of all probabilities equals 1: frac2a+130 + frac8a-130 + frac4a+130 + b = 1 frac14a+130 + b = 1 14a + 30b + 1 = 30 implies 14a + 30b = 29 quad dots (2) ### Step 3: Solve the Linear System From (2), multiply by 3: 42a + 90b = 87. Subtract (1) from this new equation: (42a + 90b) - (8a + 90b) = 87 - 19 34a = 68 implies a = 2 Substitute a = 2 back into (1): 8(2) + 90b = 19 implies 16 + 90b = 19 implies 90b = 3 implies b = frac130 We need fracab: fracab = frac21/30 = 60 ### Pattern Recognition Notice that sigma^2 + mu^2 is simply the second moment E(X^2). Avoid calculating mu independently. Create a simultaneous system using E(X^2)=c and sum p=1. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Probability
Q4 jee_main_2026_22_january_morning Divisibility In Probability
Two distinct numbers a and b are selected at random from 1, 2, 3, ....., 50. The probability, that their product ab is divisible by 3, is
  • A. frac5611225
  • B. frac6641225
  • C. frac2721225
  • D. frac825

Solution

### Related Formula P(textEvent) = 1 - P(textComplement of Event) ### Core Logic For the product ab to be divisible by 3, at least one of the numbers a or b must be a multiple of 3. It is easier to find the probability of the complement event: neither a nor b is a multiple of 3. ### Step 1: Counting Favorable vs Total Outcomes Total numbers = 50. Number of multiples of 3 in the set \1, 2, ldots, 50\ is lfloor frac503 rfloor = 16. Numbers that are NOT multiples of 3 = 50 - 16 = 34. The probability that both chosen numbers are NOT multiples of 3 is the number of ways to choose 2 numbers from the 34, divided by the total ways to choose 2 numbers from 50: P(textNot divisible by 3) = frac^34C_2^50C_2 ^34C_2 = frac34 times 332 = 561 ^50C_2 = frac50 times 492 = 1225 ### Step 2: Final Probability Required probability P(ab text is divisible by 3) = 1 - P(textNot divisible by 3) P = 1 - frac5611225 = frac1225 - 5611225 = frac6641225 ### Pattern Recognition Whenever a probability question asks for 'at least one' condition (like a product being divisible by a prime), always use the complement rule: 1 - P(textnone). It transforms a complex multi-case problem into a single combination calculation. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Probability Class 11 Maths: Permutations and Combinations
Q60 jee_main_2025_02_april_evening Bayes' Theorem
Given three identical bags each containing 10 balls, whose colours are as follows: beginarray|l|l|l|l| hline & textbfRed & textbfBlue & textbfGreen \\ hline textbfBag I & 3 & 2 & 5 \\ hline textbfBag II & 4 & 3 & 3 \\ hline textbfBag III & 5 & 1 & 4 \\ hline endarray A person chooses a bag at random and takes out a ball. If the ball is Red, the probability that it is from bag I is p and if the ball is Green, the probability that it is from bag III is q, then the value of left(frac1p + frac1qright) is:
  • A. 6
  • B. 9
  • C. 7
  • D. 8

Solution

### Related Formula textBayes' Theorem: P(E_1|A) = fracP(E_1) P(A|E_1)sum_i=1^n P(E_i) P(A|E_i) ### Core Logic This is a conditional probability problem. We apply Bayes' Theorem twice: first for the Red ball, then for the Green ball. ### Step 1: Solve for p (Red ball) Let E_1, E_2, E_3 be the events of choosing Bag I, Bag II, and Bag III respectively. Since bags are identical, P(E_1) = P(E_2) = P(E_3) = frac13. The probabilities of drawing a Red ball from each bag are: - P(R|E_1) = frac310 - P(R|E_2) = frac410 - P(R|E_3) = frac510 Applying Bayes' Theorem: p = P(E_1|R) = fracP(E_1) P(R|E_1)P(E_1)P(R|E_1) + P(E_2)P(R|E_2) + P(E_3)P(R|E_3) p = fracfrac310frac310 + frac410 + frac510 = frac312 = frac14 Thus, frac1p = 4. ### Step 2: Solve for q (Green ball) The probabilities of drawing a Green ball from each bag are: - P(G|E_1) = frac510 - P(G|E_2) = frac310 - P(G|E_3) = frac410 Applying Bayes' Theorem: q = P(E_3|G) = fracP(E_3) P(G|E_3)P(E_1)P(G|E_1) + P(E_2)P(G|E_2) + P(E_3)P(G|E_3) q = fracfrac410frac510 + frac310 + frac410 = frac412 = frac13 Thus, frac1q = 3. ### Step 3: Calculate the requested value Sum the inverse values: frac1p + frac1q = 4 + 3 = 7 ### Pattern Recognition Simplification of Bayes' denominator: Since all prior events have identical probability P(E_i) = 1/k, they cancel out of the Bayes' fraction entirely, allowing you to work directly with the raw ball counts. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability
Q74 jee_main_2025_02_april_morning Classical Definition of Probability
Three distinct numbers are selected randomly from the set \1, 2, 3, dots, 40\. If the probability that the selected numbers are in an increasing geometric progression is fracmn where textgcd(m, n) = 1, then m + n is equal to ________.
Numerical Answer. Answer: 4949 to 4949

Solution

### Related Formula Classical Probability equation: P = fractextNumber of Favorable OutcomestextTotal Outcomes in Sample Space ### Core Logic Calculate total outcomes via combinations binom403. Count the number of valid 3-term geometric progressions a, ar, ar^2 le 40 based on official integer common ratio assumptions. ### Step 1: Count Total Sample Space Outcomes textTotal Outcomes = binom403 = frac40 times 39 times 383 times 2 times 1 = 9880 ### Step 2: Count Favorable GP Sets (Integer Ratios) Let the elements be a, ar, ar^2 le 40. * If r = 2 implies 4a le 40 implies a in \1, 2, dots, 10\ rightarrow 10 text progressions. * If r = 3 implies 9a le 40 implies a in \1, 2, 3, 4\ rightarrow 4 text progressions. * If r = 4 implies 16a le 40 implies a in \1, 2\ rightarrow 2 text progressions. * If r = 5 implies 25a le 40 implies a = 1 rightarrow 1 text progression. * If r = 6 implies 36a le 40 implies a = 1 rightarrow 1 text progression. Sum of integer ratio progressions = 10 + 4 + 2 + 1 + 1 = 18. ### Step 3: Final Fraction Evaluation (NTA Answer Keys) Following the official NTA answer calculation criteria based exclusively on integer ratios: P = frac189880 = frac94940 = fracmn Since textgcd(9, 4940) = 1: m + n = 9 + 4940 = 4949 ### Pattern Recognition The question assumes integer common ratios (r in mathbbN) according to the primary NTA verification engine, drastically narrowing down the manual search space for valid bounding values. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability Class 11 Mathematics: Sequences and Series

More Probability Questions — jee_main_2026_22_january_morning

Practice all Probability previous-year questions →

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%)