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

An integer is chosen at random from the integers 1, 2, 3, ..., 50. The probability that the chosen integer is a multiple of at least one of 4, 6 and 7 is

Solution & Explanation

### Related Formula n(A cup B cup C) = n(A) + n(B) + n(C) - n(A cap B) - n(B cap C) - n(A cap C) + n(A cap B cap C) ### Core Logic Let total sample space S = \1, 2, dots, 50\ implies n(S) = 50. * Let A be multiple of 4: 4, 8, dots, 48 implies n(A) = lfloor frac504 rfloor = 12 * Let B be multiple of 6: 6, 12, dots, 48 implies n(B) = lfloor frac506 rfloor = 8 * Let C be multiple of 7: 7, 14, dots, 49 implies n(C) = lfloor frac507 rfloor = 7 ### Step 1: Finding Intersections * A cap B (LCM of 4 and 6 = 12): multiples of 12 implies n(A cap B) = lfloor frac5012 rfloor = 4 * B cap C (LCM of 6 and 7 = 42): multiples of 42 implies n(B cap C) = lfloor frac5042 rfloor = 1 * A cap C (LCM of 4 and 7 = 28): multiples of 28 implies n(A cap C) = lfloor frac5028 rfloor = 1 * A cap B cap C (LCM of 4, 6, 7 = 84): multiples of 84 implies n(A cap B cap C) = 0 ### Step 2: Final Enumeration Applying the Principle of Inclusion-Exclusion: n(A cup B cup C) = 12 + 8 + 7 - 4 - 1 - 1 + 0 = 21 Therefore, the probability is: P = frac2150 ### Pattern Recognition To quickly count the number of multiples up to N, use the greatest integer function lfloor fracNtextLCM rfloor. This systematically prevents manual counting blunders. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Probability

Reference Study Guides

More Probability Previous-Year Questions — Page 4

Q51 jee_main_2025_28_jan_evening Bayes Theorem
Bag B_1 contains 6 white and 4 blue balls, Bag B_2 contains 4 white and 6 blue balls, and Bag B_3 contains 5 white and 5 blue balls. One of the bags is selected at random and a ball is drawn from it. If the ball is white, then the probability, that the ball is drawn from Bag B_2, is:
  • A. frac13
  • B. frac415
  • C. frac23
  • D. frac25

Solution

### Related Formula Bayes' Theorem formula: P(E_2|A) = fracP(E_2) cdot P(A|E_2)P(E_1) cdot P(A|E_1) + P(E_2) cdot P(A|E_2) + P(E_3) cdot P(A|E_3) ### Core Logic Let the events be defined as: E_1: Bag B_1 is selected E_2: Bag B_2 is selected E_3: Bag B_3 is selected A: The drawn ball is white Since a bag is selected at random: P(E_1) = P(E_2) = P(E_3) = frac13 Conditional probabilities of drawing a white ball from each bag: P(A|E_1) = frac610, quad P(A|E_2) = frac410, quad P(A|E_3) = frac510 ### Step 1: Substitute and Calculate Substituting the values into Bayes' theorem: P(E_2|A) = fracfrac13 times frac410frac13 times frac610 + frac13 times frac410 + frac13 times frac510 P(E_2|A) = frac46 + 4 + 5 = frac415 ### Pattern Recognition When bags have equal selection probability, the required conditional probability is simply the number of favorable white balls divided by the total number of white balls across all bags: 4 / (6 + 4 + 5) = 4/15. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability
Q56 jee_main_2025_28_jan_evening Classical Definition of Probability
Let S be the set of all the words that can be formed by arranging all the letters of the word GARDEN. From the set S, one word is selected at random. The probability that the selected word will NOT have vowels in alphabetical order is:
  • A. frac14
  • B. frac23
  • C. frac13
  • D. frac12

Solution

### Related Formula Probability of an event P(E') = 1 - P(E), where E is the complementary event. ### Core Logic The word GARDEN contains 6 distinct letters: G, A, R, D, E, N. Total number of permutations (words in set S) = 6! = 720. The vowels present are A and E. In any random arrangement of these letters, there are only 2 possible mutual relative arrangements for the vowels: 1) A appears before E (alphabetical order) 2) E appears before A By symmetry, both relative arrangements are equally probable. ### Step 1: Calculate Probabilities Probability that vowels are in alphabetical order = frac12. Therefore, the probability that the selected word will NOT have vowels in alphabetical order is: 1 - frac12 = frac12 ### Pattern Recognition Symmetry Shortcut: For any k distinct specific objects inside an arrangement of distinct items, the number of ways they can be sorted in a unique relative order is exactly 1/k! of the total arrangements. Here k=2 vowels, so probability of alphabetical order is 1/2! = 1/2. Not alphabetical is 1 - 1/2 = 1/2. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Permutations and Combinations Class 12 Mathematics: Probability
Q1 jee_main_2024_01_february_morning Bayes Theorem
A bag contains 8 balls, whose colours are either white or black. 4 balls are drawn at random without replacement and it was found that 2 balls are white and the other 2 balls are black. The probability that the bag contains an equal number of white and black balls is:
  • A. frac25
  • B. frac27
  • C. frac17
  • D. frac15

Solution

### Related Formula According to Bayes' Theorem, the conditional probability of an event E_k given that event A has occurred is: P(E_k|A) = fracP(E_k) cdot P(A|E_k)sum_i=1^n P(E_i) cdot P(A|E_i) ### Core Logic Let A be the event that 2 white and 2 black balls are drawn from the bag containing 8 balls. Since 2 white and 2 black balls have already been drawn, the initial composition of the bag could only be one of the following configurations: - E_1: 2 White, 6 Black - E_2: 3 White, 5 Black - E_3: 4 White, 4 Black (Equal composition) - E_4: 5 White, 3 Black - E_5: 6 White, 2 Black Assuming these 5 configurations are equally likely initially: P(E_1) = P(E_2) = P(E_3) = P(E_4) = P(E_5) = frac15 ### Step 1: Compute Conditional Probabilities We calculate the probability of drawing 2 white and 2 black balls under each hypothesis using combinations: - For E_1 (2textW, 6textB): P(A|E_1) = frac^2C_2 cdot ^6C_2^8C_4 = frac1 cdot 1570 = frac1570 - For E_2 (3textW, 5textB): P(A|E_2) = frac^3C_2 cdot ^5C_2^8C_4 = frac3 cdot 1070 = frac3070 - For E_3 (4textW, 4textB): P(A|E_3) = frac^4C_2 cdot ^4C_2^8C_4 = frac6 cdot 670 = frac3670 - For E_4 (5textW, 3textB): P(A|E_4) = frac^5C_2 cdot ^3C_2^8C_4 = frac10 cdot 370 = frac3070 - For E_5 (6textW, 2textB): P(A|E_5) = frac^6C_2 cdot ^2C_2^8C_4 = frac15 cdot 170 = frac1570 ### Step 2: Apply Bayes' Theorem We want to find P(E_3|A), the probability that the bag contains equal numbers of white and black balls: P(E_3|A) = fracP(E_3) cdot P(A|E_3)sum_i=1^5 P(E_i) cdot P(A|E_i) P(E_3|A) = fracfrac15 cdot frac3670frac15 left( frac1570 + frac3070 + frac3670 + frac3070 + frac1570 right) P(E_3|A) = frac3615 + 30 + 36 + 30 + 15 = frac36126 = frac27 ### Pattern Recognition Sees: Total number of balls is known, and a sample outcome is given to find the initial state distribution. Shortcut: Notice the symmetry in the configuration possibilities (E_1 and E_5 have identical probabilities, as do E_2 and E_4). Sum the numerator terms directly without writing out the full expansion to save crucial seconds. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Probability
Q26 jee_main_2024_27_jan_morning Geometric Distribution
A fair die is tossed repeatedly until a six is obtained. Let X denote the number of tosses required and let a=P(X=3), b=P(Xge 3) and c=P(Xge 6 | X>3). Then fracb+ca is equal to:
Numerical Answer. Answer: 12 to 12

Solution

### Related Formula P(X=k) = q^k-1p P(X ge k) = q^k-1 P(A|B) = fracP(A cap B)P(B) ### Core Logic This is a geometric probability distribution. Probability of success (rolling a 6) is p = frac16, and failure is q = frac56. Calculate a = P(X=3): This means the first two tosses are failures, and the third is a success. a = left(frac56right)^2 left(frac16right) = frac25216 ### Step 1: Evaluating Cumulative Probability b Calculate b = P(X ge 3): This means the first two tosses must be failures (what happens after doesn't matter). b = left(frac56right)^2 = frac2536 ### Step 2: Evaluating Conditional Probability c Calculate c = P(X ge 6 | X > 3): By conditional probability formula: c = fracP(X ge 6 cap X ge 4)P(X ge 4) = fracP(X ge 6)P(X ge 4) Using the logic from b: P(X ge 6) = left(frac56right)^5 P(X ge 4) = left(frac56right)^3 c = frac(5/6)^5(5/6)^3 = left(frac56right)^2 = frac2536 ### Step 3: Final Computation Now compute the requested value fracb+ca: fracb+ca = fracfrac2536 + frac2536frac25216 fracb+ca = fracfrac5036frac25216 fracb+ca = frac5036 times frac21625 = 2 times 6 = 12 ### Pattern Recognition The geometric distribution is "memoryless." Hence, the conditional probability P(X ge k+m | X > m) is identical to the unconditional probability P(X ge k). Here, P(X ge 6 | X ge 4) directly equals P(X ge 3) = b. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Probability

More Probability Questions — jee_main_2024_29_january_evening

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...