Past Year QuestionsIPMAT IndoreQAMiscellaneous

IPMAT Indore Miscellaneous — PYPs

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

Free SolutionsNo Login4 Questions
Q1:ipmat indore 2020QAMiscellaneousEasySA · TITA
In a four-digit number, the product of the thousands digit and units digit is zero while their difference is 7. Product of the middle digits is 18. The thousands digit is as much more than the units digit as the hundreds digit is more than the tens digit. The four-digit number is __________.
Enter your answer to attempt
The Setup: This is a cryptographic math puzzle. We need to build a four-digit integer, let's call it ABCDABCD (where AA is thousands, BB is hundreds, CC is tens, DD is units). We will decode the rules one by one to lock in each place value. **Step 1: Solve the outer digits (AA and DD).** We are given two conditions: A×D=0A\times D=0 and the absolute difference is 77. For the product to be zero, either A=0A=0 or D=0D=0. Since it's a four-digit number, the leading digit AA cannot be 00. Therefore, D=0D=0. Because AA must be positive, the difference of 77 means A0=7A-0=7, locking in A=7A=7. **Step 2: Analyze the middle digits (BB and CC).** We are told their product is 18: B×C=18B\times C=18. Since BB and CC are single digits, the only possible ordered pairs that multiply to 18 are (2,9)(2,9), (9,2)(9,2), (3,6)(3,6) and (6,3)(6,3). Step 3: Apply the relational constraint. The prompt states: 'The thousands digit is as much more than the units digit as the hundreds digit is more than the tens digit.' Translated to algebra, this means AD=BCA-D=B-C. We already know AD=70=7A-D=7-0=7, so we need BC=7B-C=7. Run that filter across the four candidate pairs: 29=72-9=-7, 92=79-2=7, 36=33-6=-3, 63=36-3=3. Exactly one survives - 92=79-2=7 - which locks in B=9B=9 and C=2C=2. Note the filter is a signed difference, not an absolute one, so (2,9)(2,9) is genuinely rejected rather than being a second answer. Step 4: Assemble the final integer. We have A=7A=7, B=9B=9, C=2C=2 and D=0D=0. Concatenate them in order. Final Answer: 7920
Q2:ipmat indore 2019QAMiscellaneousEasySA · TITA
The number of pairs of integers whose sums are equal to their products is
Enter your answer to attempt
The Setup: A famous factoring trick (Simon's Favourite Factoring Trick). Turn the sentence into an equation, add a constant to force a clean factorisation, then use the fact that the factors must be integers. Step 1: Set up the algebra. Let the two integers be xx and yy: x+y=xy    xyxy=0x+y=xy \implies xy-x-y=0 Step 2: Apply the cheat code. Add 1 to both sides, which makes the left side factor: xyxy+1=1    (x1)(y1)=1xy-x-y+1=1 \implies (x-1)(y-1)=1 Step 3: Use the integer constraint. Two integers multiply to 1. Over the integers, 1 has only two factorisations - 1×11\times 1 and (1)×(1)(-1)\times(-1) - because any factor of absolute value 2 or more forces a product of absolute value 2 or more. (Over the reals there would be infinitely many; the integrality is what makes the problem finite.) * x1=1x-1=1 and y1=1    (x,y)=(2,2)y-1=1 \implies (x,y)=(2,2) * x1=1x-1=-1 and y1=1    (x,y)=(0,0)y-1=-1 \implies (x,y)=(0,0) Step 4: Count. The solutions are (2,2)(2,2) and (0,0)(0,0) - exactly 2. Both are symmetric in xx and yy, so the count is 2 whether the pairs are read as ordered or unordered, and the question is unambiguous either way. Verify each against the original wording - sum equals product: 2+2=4=2×22+2=4=2\times 2 ✓ and 0+0=0=0×00+0=0=0\times 0 ✓. Final Answer: 2
Q3:ipmat indore 2025QAMiscellaneousMediumMCQ · MCQ
A natural number nn lies between 100100 and 400400, and the sum of its digits is 1010. The probability that nn is divisible by 44 is:
  • A14\frac{1}{4}
  • B727\frac{7}{27}
  • C13\frac{1}{3}
  • D29\frac{2}{9}
Pick an option to attempt
The Setup: We are dealing with classic probability, which means we need to find the total number of possible outcomes (the entire lobby) and divide it by the specific outcomes we actually want (the VIPs). The overarching rules: our number is a 3-digit integer between 100100 and 400400, the digits must add up to exactly 1010, and our winning condition is that the number is divisible by 44. Let our 3-digit number be represented as abcabc. Step 1: Define the hundreds digit. Since nn lies between 100100 and 400400, the hundreds digit (aa) is heavily restricted. It can only be 1,2,1, 2, or 33. We will map out the possibilities for each scenario. Step 2: Scout the 100100s tier (a=1a = 1). If the first digit is 11, then the remaining two digits must add up to 99 to satisfy the sum rule (1+b+c=10    b+c=91 + b + c = 10 \implies b + c = 9). The possible pairs for (b,c)(b, c) are: (0,9),(1,8),(2,7),(3,6),(4,5),(5,4),(6,3),(7,2),(8,1),(9,0)(0,9), (1,8), (2,7), (3,6), (4,5), (5,4), (6,3), (7,2), (8,1), (9,0). That gives us 1010 total numbers in this tier. Now, apply the divisibility rule for 44 (the last two digits must form a number divisible by 44). Looking at our pairs, only 3636 and 7272 pass the vibe check. * Total numbers: 1010 * Valid hits: 22 (which are 136136 and 172172) Step 3: Scout the 200200s tier (a=2a = 2). If the first digit is 22, the remaining digits must sum to 88 (b+c=8b + c = 8). The possible pairs are: (0,8),(1,7),(2,6),(3,5),(4,4),(5,3),(6,2),(7,1),(8,0)(0,8), (1,7), (2,6), (3,5), (4,4), (5,3), (6,2), (7,1), (8,0). That is 99 total numbers. Checking the last two digits for multiples of 44, we keep 08,44,08, 44, and 8080. * Total numbers: 99 * Valid hits: 33 (which are 208,244,208, 244, and 280280) Step 4: Scout the 300300s tier (a=3a = 3). If the first digit is 33, the remaining digits must sum to 77 (b+c=7b + c = 7). The possible pairs are: (0,7),(1,6),(2,5),(3,4),(4,3),(5,2),(6,1),(7,0)(0,7), (1,6), (2,5), (3,4), (4,3), (5,2), (6,1), (7,0). That gives us 88 total numbers. Sifting for multiples of 44 in those last two digits, only 1616 and 5252 survive. * Total numbers: 88 * Valid hits: 22 (which are 316316 and 352352) Step 5: Calculate the final probability. Now we just tally up the final score. Total sample space (every possible valid number) =10+9+8=27= 10 + 9 + 8 = 27 Favorable outcomes (the ones divisible by 44) =2+3+2=7= 2 + 3 + 2 = 7 The probability PP is the ratio of favorable outcomes to the total sample space: P=727P = \frac{7}{27} Final Answer: 727\frac{7}{27}
Q4:ipmat indore 2026QAMiscellaneousHardMCQ · MCQ
If a,b,a, b, and cc are three prime numbers such that abc=23(a+b+c)abc = 23(a + b + c), then the maximum possible value of a+bca + b - c is ___
  • A28
  • B46
  • C33
  • D25
Pick an option to attempt
The Setup: This is a Number Theory prime factorization boss fight. The meta is to use the prime nature of 23 to lock in one of the variables instantly. Then, we reduce the equation and use Simon's Favorite Factoring Trick to spawn a list of candidate pairs. Finally, we filter the pairs by the "prime numbers only" constraint and test the surviving triples to min-max the target expression. Math, logic, and syntax are locked in and double-verified. Step 1: Lock the first prime variable. The core equation is abc=23(a+b+c)abc = 23(a + b + c). Since a,b,a, b, and cc are all prime numbers and 23 is also a prime number, the fundamental theorem of arithmetic dictates that one of the variables on the left side absolutely must be 23 to balance the equation. Let's set a=23a = 23. Step 2: Reduce and factor (Simon's Trick). Substitute a=23a = 23 into the equation: 23bc=23(23+b+c)23bc = 23(23 + b + c) Cancel the 23 multiplier from both sides to clean up the battlefield: bc=23+b+cbc = 23 + b + c Move all variables to the left side: bcbc=23bc - b - c = 23 Now, apply Simon's Favorite Factoring Trick by adding 1 to both sides to perfectly complete the algebraic rectangle: bcbc+1=24bc - b - c + 1 = 24 (b1)(c1)=24(b - 1)(c - 1) = 24 Step 3: Filter the factor pairs. We need to test the integer factor pairs of 24 to see which ones yield prime numbers for both bb and cc. * Pair (1, 24): (b1)=1    b=2(b-1)=1 \implies b=2 and (c1)=24    c=25(c-1)=24 \implies c=25. (25 is not prime. Invalid drop.) * Pair (2, 12): (b1)=2    b=3(b-1)=2 \implies b=3 and (c1)=12    c=13(c-1)=12 \implies c=13. (Both 3 and 13 are prime. **Valid Triple: {23,3,13}\{23, 3, 13\}**) * Pair (3, 8): (b1)=3    b=4(b-1)=3 \implies b=4 and (c1)=8    c=9(c-1)=8 \implies c=9. (Neither are prime. Invalid drop.) * Pair (4, 6): (b1)=4    b=5(b-1)=4 \implies b=5 and (c1)=6    c=7(c-1)=6 \implies c=7. (Both 5 and 7 are prime. **Valid Triple: {23,5,7}\{23, 5, 7\}**) *(Note: Swapping the values for bb and cc is perfectly valid since they are interchangeable in the base equation, so we just group them as sets).* Step 4: Min-Max the target expression. We need to find the *maximum* possible value for the expression a+bca + b - c. To maximize this, we must assign the *smallest* possible prime from our valid triples to the subtracted variable cc. * **Timeline 1 (Triple {23,3,13}\{23, 3, 13\}):** Assign a=23a = 23, b=13b = 13, and c=3c = 3. Maximum=23+133=33Maximum = 23 + 13 - 3 = 33 * **Timeline 2 (Triple {23,5,7}\{23, 5, 7\}):** Assign a=23a = 23, b=7b = 7, and c=5c = 5. Maximum=23+75=25Maximum = 23 + 7 - 5 = 25 Comparing the timelines, the absolute maximum possible value is 33. Final Answer: 33

Browse other topics · IPMAT Indore