{"id":18608,"date":"2026-02-14T09:48:39","date_gmt":"2026-02-14T09:48:39","guid":{"rendered":"https:\/\/vidyamandir.com\/studyhub\/?p=18608"},"modified":"2026-02-14T11:07:52","modified_gmt":"2026-02-14T11:07:52","slug":"what-are-permutation-and-combination","status":"publish","type":"post","link":"https:\/\/vidyamandir.com\/studyhub\/what-are-permutation-and-combination\/","title":{"rendered":"What are Permutation and Combination?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The mathematical concepts of permutations and combinations serve as basic tools which enable people to calculate all available methods of item arrangement and item selection. The definition of permutation describes it as an item arrangement which requires specific sequence order to be maintained while combination defines it as a method of selecting items without any regard for their sequence. The study of historical permutation and combination problems requires students to learn various counting techniques which include factorial counting methods and methods to arrange both distinct items and identical items along with circular arrangement techniques and selection methods that use multiple constraints. The common question types require people to reorder the characters in words while they create groups and panels and determine all possible ways to distribute items and solve complex problems that need both selection and organization according to specific rules. The resolution of these problems depends on two essential mathematical formulas, which include nPr and nCr, and require students to develop analytical skills within defined limits.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"PERMUTATION &amp; COMBINATIONS PYQ&#039;s DISCUSSION || MUST WATCH PREP FOR JEE 2026 #jee2026\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/EVRbnysjsu8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Permutation and Combination Questions (Basic to Advanced)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 1:<\/strong><br>A letter lock consists of three rings, each marked with ten different letters. In how many ways can an unsuccessful attempt be made to open the lock?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solution:<br>Each ring can be set to any of the 10 letters. Therefore, the total number of possible attempts is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[10 \\times 10 \\times 10 = 1000]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Out of these 1000 attempts, only one attempt is successful.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Number of unsuccessful attempts} = 1000 &#8211; 1 = 999]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Answer: 999<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 2:<\/strong><br>Find the total number of positive integral solutions for (x, y, z) such that:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[x \\times y \\times z = 24]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solution:<br>The prime factorization of 24 is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[24 = 2^3 \\times 3^1]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We need to distribute the powers of 2 and 3 among (x, y, z).<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The number of ways to distribute three 2\u2019s among three variables:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[(3 + 3 &#8211; 1)C(3 &#8211; 1) = 5C2 = 10]$$<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The number of ways to distribute one 3 among three variables:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[(1 + 3 &#8211; 1)C(3 &#8211; 1) = 3C2 = 3]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Multiplying these together gives the total number of positive solutions:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[10 \\times 3 = 30]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Answer: 30$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 3:<\/strong><br>Find the total number of signals that can be made using five differently colored flags when any number of flags may be used in a signal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Case 1: Using 1 flag: (5P1 = 5)<\/li>\n\n\n\n<li>Case 2: Using 2 flags: $$(5P2 = 5 \\times 4 = 20)$$<\/li>\n\n\n\n<li>Case 3: Using 3 flags: $$(5P3 = 5 \\times 4 \\times 3 = 60)$$<\/li>\n\n\n\n<li>Case 4: Using 4 flags: $$(5P4 = 5 \\times 4 \\times 3 \\times 2 = 120)$$<\/li>\n\n\n\n<li>Case 5: Using all 5 flags: $$(5P5 = 5! = 120)$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Total signals} = 5 + 20 + 60 + 120 + 120 = 325]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Answer: 325<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 4:<\/strong><br>Two numbers are chosen from the sequence (1, 3, 5, 7, \\dots, 149, 151). How many ways exist such that their product is a multiple of 5?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Numbers divisible by 5 in the sequence: (5, 15, 25, \\dots, 145). This forms an arithmetic progression with:<br>$$[a = 5, d = 10, T_n = 145 \\Rightarrow n = 15]$$<\/li>\n\n\n\n<li>Total numbers in the sequence:<br>$$[1 + (m-1) \\times 2 = 151 \\Rightarrow m = 76]$$<\/li>\n\n\n\n<li>Ways to select numbers giving a product divisible by 5:<br>$$[(\\text{both numbers divisible by 5}) + (\\text{one divisible by 5, one not})<br>= 15C2 + 15C1 \\times (76-15)C1 = 105 + 915 = 1020]$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Answer: 1020<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 5:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br>A five-digit number divisible by 3 has to be formed using the digits (0, 1, 2, 3, 4, 5) without repetition. How many such numbers can be formed?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solution:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A number is divisible by 3 if the sum of its digits is divisible by 3. The sum of all digits (0 + 1 + 2 + 3 + 4 + 5 = 15), which is divisible by 3.<\/li>\n\n\n\n<li>We must exclude either 0 or 3 while forming the five-digit number to satisfy the criteria.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Case 1: Excluding 0 \u2192 Digits used: 1, 2, 3, 4, 5<br>$$[\\text{Number of arrangements} = 5P5 = 120]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Case 2: Excluding 3 \u2192 Digits used: 0, 1, 2, 4, 5<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The first digit cannot be 0 \u2192 4 choices for the first digit<\/li>\n\n\n\n<li>Remaining digits can be arranged in 4! ways<br>$$[\\text{Arrangements} = 4 \\times 4! = 4 \\times 24 = 96]$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Total numbers:<br>$$[120 + 96 = 216]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Answer: 216<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Permutation and Combination JEE Mains Questions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Level 1: Basic\/Conceptual<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Question 1:<\/strong> In how many ways can 5 books be arranged on a shelf?<br><em>Solution hint:<\/em> This is simple permutation of 5 distinct objects:<br>$$[5! = 120 \\text{ ways}]$$<\/li>\n\n\n\n<li><strong>Question 2:<\/strong> From a group of 7 students, a team of 3 is to be selected. In how many ways can this be done?<br><em>Solution hint:<\/em> Combination of 7 taken 3 at a time:<br>$$[{}^7C_3 = \\frac{7!}{3!4!} = 35]$$<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Level 2: Moderate<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 3:<\/strong> A password consists of 3 letters followed by 2 digits. How many such passwords are possible if letters and digits can be repeated?<br><em>Solution hint:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Letters: 26 choices each \u2192 $$(26^3)$$<\/li>\n\n\n\n<li>Digits: 10 choices each \u2192 $$(10^2)$$<br>$$[\\text{Total} = 26^3 \\times 10^2 = 175,760]$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Question 4:<\/strong> In how many ways can 4 boys and 3 girls sit in a row such that no two girls sit together?<br><em>Solution hint:<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Arrange 4 boys: (4! = 24) ways<\/li>\n\n\n\n<li>Place 3 girls in gaps between boys \u2192 5 gaps \u2192 choose 3 gaps:$$({}^5C_3 = 10) ways$$<\/li>\n\n\n\n<li>Arrange 3 girls: (3! = 6)<br>$$[\\text{Total} = 24 \\times 10 \\times 6 = 1,440]$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Level 3: Challenging<\/strong><\/p>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li><strong>Question 5:<\/strong> From 10 different books, 4 are to be selected and arranged on a shelf such that 2 particular books are <strong>not together<\/strong>.<br><em>Solution hint:<\/em>\n<ul class=\"wp-block-list\">\n<li>Total ways to select and arrange 4 books: $$( {}^{10}C_4 \\times 4! = 210 \\times 24 = 5,040 )$$<\/li>\n\n\n\n<li>Treat 2 particular books as 1 unit (they are together) \u2192 choose 2 more from remaining $$8: ( {}^8C_2 = 28 )$$<\/li>\n\n\n\n<li>Arrange 3 units: $$(3! = 6)$$<\/li>\n\n\n\n<li>Arrange the 2 particular books within unit: $$(2! = 2)$$<\/li>\n\n\n\n<li>Total arrangements where they are together: $$(28 \\times 6 \\times 2 = 336)$$<\/li>\n\n\n\n<li>Total arrangements where they are <strong>not together<\/strong>: $$(5,040 &#8211; 336 = 4,704)$$<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Question 6 (JEE Type Classic):<\/strong> There are 5 men and 4 women. In how many ways can they be seated in a row so that no two women are together?<br><em>Solution hint:<\/em>\n<ul class=\"wp-block-list\">\n<li>Arrange 5 men: $$(5! = 120)$$<\/li>\n\n\n\n<li>Place 4 women in 6 gaps \u2192$$ ({}^6C_4 = 15)$$<\/li>\n\n\n\n<li>Arrange 4 women:$$ (4! = 24)$$<br>$$[\\text{Total} = 120 \\times 15 \\times 24 = 43,200]$$<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Level 4: Advanced \/ Mind-Bending<\/strong><\/p>\n\n\n\n<ol start=\"7\" class=\"wp-block-list\">\n<li><strong>Question 7:<\/strong> How many numbers between 1000 and 9999 have <strong>all different digits<\/strong>?<br><em>Solution hint:<\/em>\n<ul class=\"wp-block-list\">\n<li>First digit (1\u20139) \u2192 9 choices<\/li>\n\n\n\n<li>Second digit \u2192 9 choices (0\u20139 except first digit)<\/li>\n\n\n\n<li>Third digit \u2192 8 choices<\/li>\n\n\n\n<li>Fourth digit \u2192 7 choices<br>$$[9 \\times 9 \\times 8 \\times 7 = 4,536]$$<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Question 8 (JEE Previous Year Style):<\/strong> In how many ways can 6 students be divided into 2 groups of 3 each?<br><em>Solution hint:<\/em>\n<ul class=\"wp-block-list\">\n<li>Total ways to choose 3 out of 6: $$( {}^6C_3 = 20 )$$<\/li>\n\n\n\n<li>Since groups are <strong>identical<\/strong>, divide by 2: $$( \\frac{20}{2} = 10 )$$<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Permutation and Combination Aptitude Questions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Basic Level<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q1:<\/strong> How many ways can 5 students sit in a row?<br><strong>Solution:<\/strong> This is a <strong>permutation<\/strong> problem because order matters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Number of ways} = 5! = 5 \u00d7 4 \u00d7 3 \u00d7 2 \u00d7 1 = 120]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q2:<\/strong> How many ways can you choose 3 books from a shelf of 7 books?<br><strong>Solution:<\/strong> This is a <strong>combination<\/strong> problem because order doesn\u2019t matter.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Number of ways} = ^7C_3 = \\frac{7!}{3!(7-3)!} = \\frac{7 \u00d7 6 \u00d7 5}{3 \u00d7 2 \u00d7 1} = 35]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q3:<\/strong> A coin is tossed 4 times. In how many ways can exactly 2 heads appear?<br><strong>Solution:<\/strong> This is a <strong>combination<\/strong> problem because the order of heads and tails matters in counting positions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$[^4C_2 = \\frac{4 \u00d7 3}{2 \u00d7 1} = 6]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Medium Level<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q4:<\/strong> In how many ways can the letters of the word <strong>\u201cMATH\u201d<\/strong> be arranged?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Solution: The word has 4 distinct letters \u2192 permutation.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[4! = 24 \\text{ ways}]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q5:<\/strong> How many 3-digit numbers can be formed using the digits 1, 2, 3, 4, 5 if repetition is <strong>not allowed<\/strong>?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong> This is a permutation problem:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[^5P_3 = \\frac{5!}{(5-3)!} = \\frac{5 \u00d7 4 \u00d7 3 \u00d7 2 \u00d7 1}{2 \u00d7 1} = 60]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q6:<\/strong> From 8 boys and 6 girls, a team of 4 students is to be selected. How many ways can this team be formed if the team must have <strong>2 boys and 2 girls<\/strong>?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong> Combination for each group:<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[^8C_2 \u00d7 ^6C_2 = \\frac{8 \u00d7 7}{2} \u00d7 \\frac{6 \u00d7 5}{2} = 28 \u00d7 15 = 420]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Tricky Level \/ Advanced<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q7:<\/strong> How many 5-digit numbers can be formed using digits 1, 2, 3, 4, 5, 6 if the number <strong>must be even<\/strong> and <strong>no repetition<\/strong> is allowed?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Even numbers end with 2, 4, or 6 \u2192 3 choices for last digit.<\/li>\n\n\n\n<li>Remaining 4 digits can be arranged in <strong>4! = 24 ways<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Total} = 3 \u00d7 24 = 72]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q8:<\/strong> How many ways can 3 boys and 3 girls be seated alternately in a row?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Arrangement starts with boy: B G B G B G\n<ul class=\"wp-block-list\">\n<li>Boys: 3! ways<\/li>\n\n\n\n<li>Girls: 3! ways<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Total = $$3! \u00d7 3! = 6 \u00d7 6 = 36$$<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q9:<\/strong> A committee of 5 is to be formed from 7 men and 4 women. In how many ways can the committee be formed so that it has <strong>at least 3 women<\/strong>?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong> We consider <strong>3, 4, or 5 women<\/strong> cases:<\/li>\n<\/ul>\n\n\n\n<ol class=\"wp-block-list\">\n<li>3 women + 2 men \u2192$$ ^4C3 \u00d7 ^7C2 = 4 \u00d7 21 = 84$$<\/li>\n\n\n\n<li>4 women + 1 man \u2192 $$^4C4 \u00d7 ^7C1 = 1 \u00d7 7 = 7$$<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Total} = 84 + 7 = 91]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Q10:<\/strong> How many 6-letter words can be formed from the letters of <strong>\u201cBANANA\u201d<\/strong>?<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Solution:<\/strong> Letters: B, A, N, A, N, A \u2192 repeated letters (A appears 3 times, N appears 2 times)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">$$[\\text{Permutations} = \\frac{6!}{3! \u00d7 2!} = \\frac{720}{6 \u00d7 2} = \\frac{720}{12} = 60]$$<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Important Formulas for Quick Revision<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Algebra<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Quadratic Formula:<\/strong> $$(x = \\frac{-b \\pm \\sqrt{b^2 &#8211; 4ac}}{2a})$$<\/li>\n\n\n\n<li><strong>Sum of n terms of an AP:<\/strong> $$(S_n = \\frac{n}{2}[2a + (n-1)d])$$<\/li>\n\n\n\n<li><strong>Sum of n terms of a GP:<\/strong> $$(S_n = a \\frac{r^n &#8211; 1}{r &#8211; 1}) (if (r \\neq 1))$$<\/li>\n\n\n\n<li><strong>Binomial Theorem:<\/strong> $$((a+b)^n = sum_{k=0}^{n} binom{n}{k} a^{n-k}b^k)$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Geometry<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Area of Triangle (Heron\u2019s Formula):<\/strong> $$(A = \\sqrt{s(s-a)(s-b)(s-c)}, \\quad s = \\frac{a+b+c}{2})$$<\/li>\n\n\n\n<li><strong>Circle:<\/strong> Circumference $$(= 2\\pi r), Area (= \\pi r^2)$$<\/li>\n\n\n\n<li><strong>Sphere:<\/strong> Surface Area$$ (= 4\\pi r^2), Volume (= \\frac{4}{3}\\pi r^3)$$<\/li>\n\n\n\n<li><strong>Cylinder:<\/strong> Surface Area $$(= 2\\pi r(h+r)), Volume (= \\pi r^2 h)$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Trigonometry<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Basic Identities:<\/strong><br>$$(\\sin^2\\theta + \\cos^2\\theta = 1)$$<br>$$(1 + \\tan^2\\theta = \\sec^2\\theta)$$<br>$$(1 + \\cot^2\\theta = \\csc^2\\theta)$$<\/li>\n\n\n\n<li><strong>Angle Formulas:<\/strong><br>$$(\\sin(A \\pm B) = \\sin A \\cos B \\pm \\cos A \\sin B)$$<br>$$(\\cos(A \\pm B) = \\cos A \\cos B \\mp \\sin A \\sin B)$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Calculus<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Derivative:<\/strong> $$(\\frac{d}{dx}(x^n) = nx^{n-1})$$<\/li>\n\n\n\n<li><strong>Integration:<\/strong> $$(\\int x^n dx = \\frac{x^{n+1}}{n+1} + C) (for (n \\neq -1))$$<\/li>\n\n\n\n<li><strong>Derivative of Trig Functions:<\/strong><br>$$(\\frac{d}{dx}(\\sin x) = \\cos x), (\\frac{d}{dx}(\\cos x) = -\\sin x)$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Physics (Mechanics)<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Newton\u2019s Second Law:<\/strong> (F = ma)<\/li>\n\n\n\n<li><strong>Kinematic Equations:<\/strong><br>$$(v = u + at)$$<br>$$(s = ut + \\frac{1}{2}at^2)$$<br>$$(v^2 = u^2 + 2as)$$<\/li>\n\n\n\n<li><strong>Gravitational Force:<\/strong> $$(F = G\\frac{m_1 m_2}{r^2})$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>6. Chemistry<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Ideal Gas Law:<\/strong> $$(PV = nRT)$$<\/li>\n\n\n\n<li><strong>Molarity:<\/strong>$$ (M = \\frac{\\text{moles of solute}}{\\text{litres of solution}})$$<\/li>\n\n\n\n<li><strong>pH:<\/strong> $$(pH = -\\log[H^+])$$<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Common mistakes in Permutation and Combination&nbsp;<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Confusing Permutation with Combination<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Using the wrong formula.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Permutation (P)<\/strong> = Arrangement matters.<br>Formula: $$( nP_r = \\frac{n!}{(n-r)!} )$$<\/li>\n\n\n\n<li><strong>Combination (C)<\/strong> = Selection matters, order doesn\u2019t.<br>Formula: $$( nC_r = \\frac{n!}{r!(n-r)!} )$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Choosing 3 students out of 5 for a team but calculating (5P3) instead of (5C3).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Ask yourself: \u201cDoes order matter?\u201d If yes \u2192 Permutation; If no \u2192 Combination.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Forgetting to Consider Repetition<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Not accounting for repeated elements.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Distinct items:<\/strong> Use regular formula.<\/li>\n\n\n\n<li><strong>Repeated items:<\/strong> Use multinomial formula:<br>$$[frac{n!}{n_1! n_2! timess n_k!}]$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Number of ways to arrange letters in <strong>\u201cLEVEL\u201d<\/strong>. Ignoring repeated <strong>L<\/strong> and <strong>E<\/strong> gives (5!), but correct is:<br>$$[\\frac{5!}{2! \\times 2!} = 30]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Ignoring Constraints<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Overlooking restrictions like \u201cno two girls together\u201d or \u201cmust start with a vowel.\u201d<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Seating 3 boys and 2 girls in a row <strong>without two girls together<\/strong>. Many assume just (5!).<br>Correct approach: Arrange boys first, then insert girls in allowed spaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Draw diagrams or slots for restricted arrangements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Double Counting \/ Overcounting<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Counting the same case multiple times.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Arranging books where two are identical and treating them as distinct: (6!) instead of (\\frac{6!}{2!}).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Identify identical items or overlapping cases; divide by symmetry or use the inclusion-exclusion principle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Misapplying Factorial Rules<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Forgetting factorial base cases or using incorrect factorial manipulation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>((n-1)! \\neq n!) or assuming (0! = 1) is invalid.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Memorize basic factorial facts:<br>$$[0! = 1, \\quad n! = n \\times (n-1)!]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>6. Wrong Approach in Circular Permutations<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Treating circular arrangements like linear ones.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Linear: (n!)<\/li>\n\n\n\n<li>Circular: ((n-1)!)<\/li>\n\n\n\n<li>If clockwise &amp; counter-clockwise are same, divide by 2: $$(\\frac{(n-1)!}{2})$$<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Always check if rotation matters.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>7. Neglecting Complementary Counting<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Trying to count complex arrangements directly instead of using complement principle.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example:<\/strong><br>At least 1 boy in a team of 3 from 5 boys and 4 girls. Instead of counting \u201c1, 2, 3 boys\u201d separately, use:<br>$$[\\text{Total ways} &#8211; \\text{All girls} = 9C3 &#8211; 4C3]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>8. Mixing Up nPr and nCr in Multi-Step Problems<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Using the wrong formula in different stages of the problem.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Choosing 2 team captains from 5 (order matters) and then selecting 3 members from remaining 3 (order doesn\u2019t). Using combination for both steps gives wrong answer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Tip:<\/strong> Break problems into <strong>stages<\/strong> and check if <strong>order matters at each stage<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>9. Ignoring \u201cIdentical Groups\u201d in Division Problems<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Mistake:<\/strong> Treating identical groups as distinct.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example Mistake:<\/strong><br>Dividing 6 students into 3 groups of 2.<br>Wrong: $$(\\frac{6!}{2!2!2!} = 720)$$<br>Correct: Divide by (3!) to account for identical groups:<br>$$[\\frac{6!}{2!2!2! \\times 3!} = 60]$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>10. Overlooking Edge Cases<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choosing <strong>0 items<\/strong> or <strong>all items<\/strong> sometimes changes formulas.<\/li>\n\n\n\n<li>Example: $$(nC_0 = 1) and (nC_n = 1)$$<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">General Tips to Avoid Mistakes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1.<\/strong><strong> <\/strong>Always ask: Does order matter?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Verify whether elements in the set have identical characteristics or if there are multiple occurrences of items.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. You should assess the restrictions before you start using the formulas.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Diagrams and slots serve as visual tools to show different possible arrangements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5. When solving difficult problems that require &#8220;at least&#8221; and &#8220;at most&#8221; solutions use complementary counting methods.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">6. Perform the solution process in distinct phases while identifying each phase as a permutation or combination.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tips to Master Permutation and Combination Questions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Strengthen Your Basics<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before attempting tricky problems, make sure you thoroughly understand:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Factorials:<\/strong> $$( n! = n \\times (n-1) \\times &#8230; \\times 1 )$$<\/li>\n\n\n\n<li><strong>Permutation Formula:<\/strong> $$( P(n,r) = \\frac{n!}{(n-r)!} )$$<\/li>\n\n\n\n<li><strong>Combination Formula:<\/strong> $$( C(n,r) = \\frac{n!}{r!(n-r)!} )$$<\/li>\n\n\n\n<li><strong>Basic properties:<\/strong>\n<ul class=\"wp-block-list\">\n<li>$$( C(n,r) = C(n,n-r) )$$<\/li>\n\n\n\n<li>$$( P(n,r) = r! \\times C(n,r) )$$<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Special cases:<\/strong> Like arrangements of identical items, circular arrangements, or restrictions.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Categorize Questions<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">P&amp;C problems often fall into recognizable patterns:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Simple permutations\/combinations:<\/strong> Straight application of formulas.<\/li>\n\n\n\n<li><strong>With restrictions:<\/strong> E.g., certain elements must or must not be together.<\/li>\n\n\n\n<li><strong>Circular arrangements:<\/strong> People around a table (use ( (n-1)! ) for circular).<\/li>\n\n\n\n<li><strong>Repeated elements:<\/strong> Words with repeating letters.<\/li>\n\n\n\n<li><strong>Selection problems:<\/strong> Choosing teams, committees, or objects.<\/li>\n\n\n\n<li><strong>Complex arrangements:<\/strong> Rows, grids, or layered restrictions.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Knowing the type helps you pick the right formula or method.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Learn to Break the Problem<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Many mistakes happen because people try to solve everything at once. Use this strategy:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Step 1:<\/strong> Identify if the problem is about <strong>arrangement (order matters)<\/strong> or <strong>selection (order doesn\u2019t matter)<\/strong>.<\/li>\n\n\n\n<li><strong>Step 2:<\/strong> Check for <strong>restrictions or repetitions<\/strong>.<\/li>\n\n\n\n<li><strong>Step 3:<\/strong> Split into smaller cases if necessary and <strong>add or multiply<\/strong> appropriately:\n<ul class=\"wp-block-list\">\n<li><strong>Addition principle:<\/strong> If event A or event B happens \u2192 add counts.<\/li>\n\n\n\n<li><strong>Multiplication principle:<\/strong> If event A and event B happen \u2192 multiply counts.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Use Complementary Counting<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes it\u2019s easier to count the opposite:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Example: \u201cAt least 2 girls in a team of 3 from 5 boys and 4 girls.\u201d<br>Instead of counting 2 girls and 3 girls separately, do:<br>Total ways \u2013 ways with 0 or 1 girl.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Practice \u201cSpecial Formulas\u201d<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Certain classic arrangements appear often:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Circular permutations:<\/strong> $$( (n-1)! )$$<\/li>\n\n\n\n<li><strong>Identical objects:<\/strong> $$( \\frac{n!}{p!q!r!} )$$ for repeating items<\/li>\n\n\n\n<li><strong>Distribution problems:<\/strong> Using stars and bars for identical items into boxes<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>6. Draw &amp; Visualize<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <strong>tables, trees, or diagrams<\/strong> for small problems to visualize choices.<\/li>\n\n\n\n<li>For seating or arranging problems, <strong>draw chairs or boxes<\/strong> to track possibilities.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>7. Avoid Overcomplication<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Don\u2019t memorize every problem type. Focus on <strong>principles and logic<\/strong>.<\/li>\n\n\n\n<li>Always check if the <strong>same case is counted twice<\/strong>\u2014avoid double-counting.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>8. Practice Strategically<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start with <strong>easy problems<\/strong> to master basics.<\/li>\n\n\n\n<li>Move to <strong>medium\/hard problems<\/strong>, focusing on:\n<ul class=\"wp-block-list\">\n<li>Conditional arrangements<\/li>\n\n\n\n<li>Repetition and identical objects<\/li>\n\n\n\n<li>Circular and restricted arrangements<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>After solving, <strong>analyze mistakes<\/strong> and note formulas\/tricks.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>9. Quick Mental Tricks<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>$$( C(n,1) = n, , C(n,2) = \\frac{n(n-1)}{2} )$$<\/li>\n\n\n\n<li>For repeated letters: divide by factorial of repeats<\/li>\n\n\n\n<li>For complementary counting: sometimes faster than direct counting<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>10. Recommended Mindset<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Treat P&amp;C like <strong>puzzle-solving<\/strong> rather than memorization.<\/li>\n\n\n\n<li>Focus on <strong>logic first, formulas second<\/strong>.<\/li>\n\n\n\n<li>Don\u2019t fear multi-step questions; break them into manageable cases.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Combinatorial mathematics relies on permutation and combination methods which provide systematic techniques to count and organize objects. Permutations deal with object arrangements that require specific order while combinations allow users to select objects without considering their sequence. The ability to master these concepts enables students to solve probability and algebra problems while developing logical reasoning skills which they can use in practical situations such as scheduling and decision making and probability evaluation. The understanding of principles and formulas together with their application methods represents the fundamental requirement for solving advanced counting challenges.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Good evening everyone. Please confirm if I\u2019m audible. You\u2019re here to attend the class, right? Can you please confirm? I\u2019m still waiting for confirmation that everything is fine. We\u2019ll start the PYQ class based on the P&amp;C topic. Am I audible? Yes? Okay, let me share my screen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Roughly, there are quite a number of questions \u2014 about 10 sets from the January 2025 session and 10 sets from the April 2024 session. Some of the questions are binomial-type. You know, questions involving nCr can fall under both permutations and binomial, so the number of questions appears slightly higher. There are 26 questions across 20 sets. In some papers, two questions may have come from the same concept. Some are set-based questions from the Sets, Relations, and Functions topic, which is why the count is higher. So on average, you can assume at least one question per paper from here.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This division is rough and based on my judgment. Everyone has a different level. What I call easy, you might find difficult. What I call difficult, someone with very strong math might find easy. But this is a teacher\u2019s general judgment. Questions based on concepts already studied, and similar to class questions and CTS sheets, fall into the easy category. If you\u2019ve studied the topic and done basic practice, those are easy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some questions need a little thinking, where mistakes are more likely. Integer-type questions are harder to score in compared to MCQs, because small mistakes are harder to detect. Difficult questions are those where even the idea is hard to think of, even after basic practice.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019ll understand this better as we solve questions. Let\u2019s start with the first one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Question 1 (Dictionary Order \u2013 \u201cKANPUR\u201d)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is a very typical and easy question. If someone has revised class notes, they should definitely be able to score here.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We are forming all meaningful or meaningless words using the letters of KANPUR. First, arrange letters alphabetically:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$A, K, N, P, R, U$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are 6 letters \u2192 total permutations = $$6!$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But we are not asked for the rank of a word. Instead, we are asked: Which word is at the 44th position in dictionary order?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We proceed section-wise:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Words starting with A: 5! = 120<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting with K: 120<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting with N: 120<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So up to N \u2192 360 words<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next section is P. We must go inside the P section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Within P:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$PA section \u2192 4! = 24 \u2192 total 384$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$PK section \u2192 +24 \u2192 408$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$PN section \u2192 +24 \u2192 432$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We need 44th overall \u2192 actually 440th? (Teacher correcting in class flow.) After reaching 432, we go deeper.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fix PRA:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Remaining letters $$= 3 \u2192 3! = 6 \u2192 total 438$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next words:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PRAKN \u2192 439<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PRAKU \u2192 440<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So the 440th word is PRAKU N (final arrangement). Correct answer is B, not C.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Concept is straightforward \u2014 just careful counting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Next Question (Repeated Concept)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A similar dictionary-order question appeared again in another year (Nagpur instead of Kanpur). This shows PYQs repeat ideas.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Question with Repeated Letters (e.g., \u201cBIBJOK\u201d type)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Total arrangements$$ = 5! \/ 2! = 60$$ (since one letter repeats)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We again find the 50th word in dictionary order.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Arrange alphabetically and proceed section-wise, remembering to divide by factorial for repeated letters. Final answer comes out as OBBJH (example structure).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">7-Digit Numbers with Sum of Digits = 11 using digits 1,2,3<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We form 7-digit numbers where digits are only 1, 2, or 3, and sum is 11.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Important: It does NOT mean all three digits must be used. That confusion can happen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We create cases:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Five 1s + one 3 + one 3$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Four 1s + two 2s + one 3$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Three 1s + four 2s$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For each case, count permutations:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\\frac{7!}{5!\\,2!} + \\frac{7!}{4!\\,2!\\,1!} + \\frac{7!}{3!\\,4!} = 161$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Rated average because students may miss cases.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Binomial Coefficient Ratio Question<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Given:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$binom{n}{r} = 56, \\quad binom{n}{r-1} = 28, \\quad binom{n}{r+1} = 70$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using ratios:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$\n\\frac{{n \\choose r}}{{n \\choose r-1}} = \\frac{n-r+1}{r}\n\\quad\n\\frac{{n \\choose r-1}}{{n \\choose r}} = \\frac{r}{n-r+1}\n\\quad\n\\frac{{n \\choose r+1}}{{n \\choose r}} = \\frac{n-r}{r+1}\n\\quad\n\\frac{{n \\choose r}}{{n \\choose r+1}} = \\frac{r+1}{n-r}\n$$\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Solving gives:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">n = 8, r = 3<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then combined with coordinate geometry (centroid locus). After algebra and squaring\/adding trig identities:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$\\alpha = 20$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5-Digit Numbers &gt; 50000 with digit sum condition<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Digits allowed: given 8 digits. Repetition allowed (since not restricted).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We fix first digit cases:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting with 5<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting with 6<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Starting with 7<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Apply condition: first digit + last digit \u2264 8<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Count middle digits freely (repetition allowed). Subtract 1 to remove 50000.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Final answer matches Option D.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Group Selection (Men\/Women)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Group 1:<\/strong> 4 men, 5 women<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Group 2: <\/strong>5 men, 4 women<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select 4 from each group such that total = 4 men + 4 women.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Make cases table:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$(4M,0W), (3M,1W), (2M,2W), (1M,3W), (0M,4W)$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Multiply combinations for each case and sum:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Final answer = 5626$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Word \u201cDAUGHTER\u201d \u2013 vowels never together$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Total permutations = 8!$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Subtract cases where all 3 vowels are together:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Treat vowels as one block:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$6! \u00d7 3!$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$$Answer = 720 \u00d7 50 = 36,000$$<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Queue Arrangement \u2013 Girls together, Boys together, B1 &amp; B2 not adjacent<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3 girls together block \u2192 3!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4 boys with B1 &amp; B2 separated \u2192 choose positions among 3 gaps \u2192 permutations<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Multiply both group arrangements and \u00d72 (order of blocks)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Final answer = 144<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Alphabet Question \u2013 Middle letter is M<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Choose 5 letters in alphabetical order, middle letter fixed as M.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So 2 letters must be chosen from A\u2013L (12 letters)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2 letters from N\u2013Z (13 letters)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Order fixed (alphabetical), so just combinations:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">$${12 \\choose 2} \\times {13 \\choose 2} = 5148$$\n\n$${12 \\choose 2} = \\frac{12 \\times 11}{2} = 66$$\n\n$${13 \\choose 2} = \\frac{13 \\times 12}{2} = 78$$\n\n$$66 \\times 78 = 5148$$\n<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The lecture emphasizes:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">PYQs repeat concepts<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Many questions are direct applications of class problems<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Confidence matters \u2014 even partially prepared students can score<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Carelessness causes more mistakes than difficulty&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>The mathematical concepts of permutations and combinations serve as basic tools which enable people to calculate all available methods of item arrangement and item selection. The definition of permutation describes it as an item arrangement which requires specific sequence order to be maintained while combination defines it as a method of selecting items without any [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":18611,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"ai_generated_summary":"","footnotes":""},"categories":[2759],"tags":[2760],"class_list":["post-18608","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-math","tag-permutation-and-combination"],"acf":[],"_links":{"self":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/18608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/comments?post=18608"}],"version-history":[{"count":22,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/18608\/revisions"}],"predecessor-version":[{"id":18639,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/posts\/18608\/revisions\/18639"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/media\/18611"}],"wp:attachment":[{"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/media?parent=18608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/categories?post=18608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vidyamandir.com\/studyhub\/wp-json\/wp\/v2\/tags?post=18608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}