Past Year QuestionsIPMAT IndoreQADivisibility Rules

IPMAT Indore Divisibility Rules — PYPs

6 solved Divisibility Rules previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.

Free SolutionsNo Login6 Questions
Q1:ipmat indore 2019QADivisibility RulesHardSA · TITA
You have been asked to select a positive integer N which is less than 1000, such that it is either a multiple of 4, or a multiple of 6, or an odd multiple of 9. The number of such numbers is
Enter your answer to attempt
The Setup: A three-set counting problem that would be messy through full Inclusion-Exclusion. The elegant route is to notice the sets split by parity, which makes the awkward intersections vanish outright. Step 1: Handle the even sets. Let AA be the multiples of 4 and BB the multiples of 6, over 1N9991\leq N\leq 999: A=9994=249,B=9996=166|A|=\left\lfloor\frac{999}{4}\right\rfloor=249, \qquad |B|=\left\lfloor\frac{999}{6}\right\rfloor=166 Their overlap is the multiples of LCM(4,6)=12\text{LCM}(4,6)=12 - the LCM, not the product 24, since 4 and 6 share a factor of 2: AB=99912=83|A\cap B|=\left\lfloor\frac{999}{12}\right\rfloor=83 Step 2: Combine them. AB=249+16683=332|A\cup B|=249+166-83=332 Step 3: Count the odd set. Let CC be the odd multiples of 9, i.e. 9k9k with kk odd and 9k9999k\leq 999, so k111k\leq 111. The admissible kk are 1,3,5,,1111,3,5,\ldots,111: C=111+12=56|C|=\frac{111+1}{2}=56 Step 4: Exploit disjointness. Every multiple of 4 is even and every multiple of 6 is even, so ABA\cup B contains only even numbers. Every element of CC is 9×(odd)9\times(\text{odd}), hence odd. A number cannot be both even and odd, so (AB)C=(A\cup B)\cap C=\varnothing and the three-set Inclusion-Exclusion collapses to plain addition: Total=332+56=388\text{Total}=332+56=388 Step 5: A note on why the 'odd' restriction costs nothing. An *even* multiple of 9 is a multiple of 18, and since 6186\mid 18 every such number already sits in BB. So the answer would be unchanged had the question said *a multiple of 9* instead - the restriction to odd multiples is what makes the sets disjoint and the counting clean, not what makes the total smaller. Final Answer: 388
Q2:ipmat indore 2022QADivisibility RulesEasyMCQ · MCQ
If the five-digit number abcde is divisible by 6, then which of the following numbers is not necessarily divisible by 6?
  • Aedcba
  • Beee
  • Cbbadcacede
  • Dcdbae
Pick an option to attempt
The Setup: We are given a 55-digit number abcdeabcde that is fully divisible by 66. We need to evaluate four altered configurations to see which is *not necessarily* divisible by 66. Step 1: Establish the divisibility rule for 6. A number is divisible by 66 if and only if it is mathematically divisible by both 22 (its unit digit is even) and 33 (the sum of its digits is a multiple of 33). For abcdeabcde: 1. a+b+c+d+e0(mod3)a+b+c+d+e \equiv 0 \pmod 3 2. ee is an even digit. Step 2: Test the proposed configurations. * **Option 2 (eeeeee):** Sum is 3e3e (divisible by 33). Ends in ee (even). Always divisible by 66. * **Option 3 (bbadcacedebbadcacede):** Sum is 2a+2b+2c+2d+2e=2(sum)2a + 2b + 2c + 2d + 2e = 2(\text{sum}). Since the original sum is divisible by 33, 2×sum2 \times \text{sum} is also divisible by 33. Ends in ee (even). Always divisible by 66. * **Option 4 (cdbaecdbae):** Sum is the same as the original (divisible by 33). Ends in ee (even). Always divisible by 66. * **Option 1 (edcbaedcba):** The sum of the digits remains the same (divisible by 33). However, the unit digit is now aa. We only know ee is even; aa can be either odd or even. Therefore, edcbaedcba is not guaranteed to be even, meaning it is not necessarily divisible by 66. Final Answer: edcba
Q3:ipmat indore 2019QADivisibility RulesEasyMCQ · MCQ
Placing which of the following two digits at the right end of 45304530 makes the resultant six digit number divisible by 6,76, 7 and 99:
  • A96
  • B78
  • C42
  • D54
Pick an option to attempt
The Setup: Rather than running three separate divisibility side quests, fuse them into one by taking the LCM - a number divisible by 6, 7 and 9 is exactly a number divisible by their least common multiple. Step 1: Find the master divisor. Factorising: 6=2×36=2\times 3, 7=77=7, 9=329=3^2. The LCM takes the highest power of each prime: LCM(6,7,9)=2×32×7=126\text{LCM}(6,7,9)=2\times 3^2\times 7=126 Note it is not 6×7×9=3786\times 7\times 9=378 - 6 and 9 share a factor of 3, so the product over-counts. Step 2: Build the number. Appending two digits to 4530 gives 453000+x453000+x, where xx runs from 00 to 99. Step 3: Find the gap. Divide the base by 126: 453000=126×3595+30453000=126\times 3595+30 The base overshoots a multiple of 126 by 30, so to reach the next one we must add: 12630=96126-30=96 That gives 453096=126×3596453096=126\times 3596. And since the following candidate would be 96+126=22296+126=222 - far beyond two digits - 96 is the only possible answer in range, which is worth noting rather than stopping at the first hit. Step 4: Confirm the distractors fail. All three wrong options clear the divisibility by 6, so that test alone separates nothing - 78 and 42 both fall at the 7, and 54 falls at the 9:
AppendedNumberby 6by 7by 9
96453096yesyesyes
78453078yesnoyes
42453042yesnoyes
54453054yesyesno
Final Answer: 96
Q4:ipmat indore 2025QADivisibility RulesMediumMCQ · MCQ
Which of the following numbers is divisible by 310+23^{10}+2?
  • A320+43^{20}+4
  • B330+23^{30}+2
  • C320+83^{20}+8
  • D330+83^{30}+8
Pick an option to attempt
The Setup: We can use algebraic identities and the Factor Theorem to solve this quickly without dealing with massive exponents. By substituting a variable for the base term, we can test the options as simple polynomials. Step 1: Define the variable. Let x=310x = 3^{10}. The divisor given in the question is x+2x + 2. We are looking for an option that is completely divisible by (x+2)(x + 2). According to the Factor Theorem, if a polynomial P(x)P(x) is divisible by (x+2)(x + 2), then P(2)P(-2) must equal 00. Step 2: Translate the options into polynomials. * (A) 320+4=(310)2+4=x2+43^{20} + 4 = (3^{10})^2 + 4 = x^2 + 4 * (B) 330+2=(310)3+2=x3+23^{30} + 2 = (3^{10})^3 + 2 = x^3 + 2 * (C) 320+8=(310)2+8=x2+83^{20} + 8 = (3^{10})^2 + 8 = x^2 + 8 * (D) 330+8=(310)3+8=x3+83^{30} + 8 = (3^{10})^3 + 8 = x^3 + 8 Step 3: Apply the Factor Theorem (Test x=2x = -2). Let's plug x=2x = -2 into our options to see which one zeros out: * (A) (2)2+4=4+4=80(-2)^2 + 4 = 4 + 4 = 8 \neq 0 * (B) (2)3+2=8+2=60(-2)^3 + 2 = -8 + 2 = -6 \neq 0 * (C) (2)2+8=4+8=120(-2)^2 + 8 = 4 + 8 = 12 \neq 0 * (D) (2)3+8=8+8=0(-2)^3 + 8 = -8 + 8 = 0 Since option (D) evaluates exactly to 00, it is perfectly divisible by (x+2)(x + 2). Step 4: The Algebraic Proof (Double Check Protocol). We can confirm this using the sum of cubes identity: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2). Let a=310a = 3^{10} and b=2b = 2. a3+b3=(310)3+23=330+8a^3 + b^3 = (3^{10})^3 + 2^3 = 3^{30} + 8 330+8=(310+2)((310)22(310)+22)3^{30} + 8 = (3^{10} + 2)((3^{10})^2 - 2(3^{10}) + 2^2) Since (310+2)(3^{10} + 2) is explicitly pulled out as a factor, 330+83^{30} + 8 is strictly divisible by it. The logic is fully locked in. Final Answer: 330+83^{30}+8
Q5:ipmat indore 2023QADivisibility RulesEasyMCQ · MCQ
If a three-digit number is chosen at random, what is the probability that it is divisible neither by 3 nor by 4?
  • A14\frac{1}{4}
  • B12\frac{1}{2}
  • C23\frac{2}{3}
  • D13\frac{1}{3}
Pick an option to attempt
The Setup: We are asked for the probability that a randomly chosen 33-digit number is divisible by *neither* 33 nor 44. Step 1: Calculate the size of the sample space. The 3-digit numbers run inclusively from 100100 to 999999. Total 3-digit numbers=999100+1=900\text{Total 3-digit numbers} = 999 - 100 + 1 = 900 Step 2: Use the Inclusion-Exclusion principle to find the complement. We first find the number of integers divisible by 33 OR 44: AB=A+BAB|A \cup B| = |A| + |B| - |A \cap B|. * Divisible by 3: The sequence is 102,105999102, 105 \dots 999. Count=9991023+1=297/3+1=300\text{Count} = \frac{999 - 102}{3} + 1 = 297/3 + 1 = 300 * Divisible by 4: The sequence is 100,104996100, 104 \dots 996. Count=9961004+1=896/4+1=225\text{Count} = \frac{996 - 100}{4} + 1 = 896/4 + 1 = 225 * Divisible by 12 (Intersection): The sequence is 108,120996108, 120 \dots 996. Count=99610812+1=888/12+1=75\text{Count} = \frac{996 - 108}{12} + 1 = 888/12 + 1 = 75 Divisible by 3 or 4=300+22575=450\text{Divisible by 3 or 4} = 300 + 225 - 75 = 450 Step 3: Calculate the target probability. The target numbers are those *not* divisible by 33 or 44. Target count=Total(Divisible by 3 or 4)=900450=450\text{Target count} = \text{Total} - (\text{Divisible by 3 or 4}) = 900 - 450 = 450 Probability=450900=12\text{Probability} = \frac{450}{900} = \frac{1}{2} Final Answer: 12\frac{1}{2}
Q6:ipmat indore 2022QADivisibility RulesMediumMCQ · MCQ
The number of four-digit integers which are greater than 1000 and divisible by both 2 and 3, but not by 5, is
  • A1333
  • B1666
  • C1200
  • D1500
Pick an option to attempt
The Setup: We are asked to count the quantity of four-digit integers logically bounded by specific divisibility rules (divisible by 22 and 33, but strictly not by 55). Step 1: Establish the numerical boundaries. The domain represents four-digit integers greater than 10001000. The inclusive range is mathematically defined as 1001N99991001 \le N \le 9999. Step 2: Apply the primary inclusion divisibility rule. A number mathematically divisible by both 22 and 33 is inherently divisible by their LCM, which is 66. We calculate the count of numbers divisible by 66 within the domain. * Smallest multiple of 66: 10021002 (6×1676 \times 167). * Largest multiple of 66: 99969996 (6×16666 \times 1666). Count =LargestSmallest6+1=999610026+1=1499+1=1500= \frac{\text{Largest} - \text{Smallest}}{6} + 1 = \frac{9996 - 1002}{6} + 1 = 1499 + 1 = 1500. Step 3: Apply the exclusion divisibility rule. We must exclude numbers within this pool that are also divisible by 55. A number divisible by both 66 and 55 is divisible by their LCM, which is 3030. We calculate the count of numbers divisible by 3030 within the domain to subtract them from our pool. * Smallest multiple of 3030: 10201020 (30×3430 \times 34). * Largest multiple of 3030: 99909990 (30×33330 \times 333). Count =9990102030+1=897030+1=299+1=300= \frac{9990 - 1020}{30} + 1 = \frac{8970}{30} + 1 = 299 + 1 = 300. Step 4: Calculate the final target count. Subtract the excluded intersecting pool from the primary included pool: Final Count=1500300=1200\text{Final Count} = 1500 - 300 = 1200 Final Answer: 1200

Browse other topics · IPMAT Indore