Past Year QuestionsIPMAT Indore2020SA

IPMAT Indore 2020SA

All 10 SA previous year questions (PYQs) from the IPMAT Indore 2020 past year paper, with answers and full solutions.

Free SolutionsNo Login10 Questions
Q1:ipmat indore 2020QAHCF & LCMEasySA · TITA
In a division problem, the product of the quotient and the remainder is 24 while their sum is 10. If the divisor is 5 then the dividend is __________.
Enter your answer to attempt
The Setup: We are dealing with the foundational division algorithm: Dividend=(Divisor×Quotient)+RemainderDividend=(Divisor\times Quotient)+Remainder. The absolute golden rule of division is that the remainder must be strictly non-negative and less than the divisor (0r<d0\leq r<d). We need to min-max the given sum and product to find the exact values before plugging them in. Step 1: Formulate the system of equations. Let the quotient be qq and the remainder be rr. The problem gives us their product q×r=24q\times r=24 and their sum q+r=10q+r=10. Step 2: Solve the quadratic substitution. You can substitute r=10qr=10-q into the product equation: q(10q)=24q(10-q)=24 10qq2=2410q-q^2=24 q210q+24=0q^2-10q+24=0 Factoring this gives (q6)(q4)=0(q-6)(q-4)=0. The roots are 66 and 44. So, our variables {q,r}\{q,r\} are exactly {6,4}\{6,4\} - no other pair of numbers has this sum and product. Step 3: Enforce the remainder rule. We are told the divisor is 55. By the laws of division, r<5r<5. Between 66 and 44, only 44 satisfies this condition. Therefore, it is a hard lock that r=4r=4 and q=6q=6. Step 4: Execute the final calculation. Substitute everything back into the core algorithm: Dividend=(5×6)+4Dividend=(5\times 6)+4 Dividend=30+4=34Dividend=30+4=34 Final Answer: 34
Q2:ipmat indore 2020QACirclesMediumSA · TITA
The shortest distance from the point (4,3)(-4,3) to the circle (x2+y2=1)(x^2 + y^2 = 1) is __________.
Enter your answer to attempt
The Setup: This is a coordinate geometry problem finding the shortest path from an external point to a circle's boundary. Think of the circle as a forcefield; the shortest route is always a straight line aimed dead center, and we just subtract the forcefield's radius from the total distance. Step 1: Deconstruct the circle's equation. The given equation is x2+y2=1x^2+y^2=1. This perfectly matches the standard form (xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2. Thus, the center is the origin (0,0)(0,0) and the radius is r=1=1r=\sqrt{1}=1. Step 2: Calculate absolute distance to center. We use the Euclidean distance formula between the point (4,3)(-4,3) and the center (0,0)(0,0): d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} d=(40)2+(30)2d=\sqrt{(-4-0)^2+(3-0)^2} d=(4)2+(3)2d=\sqrt{(-4)^2+(3)^2} d=16+9=25=5d=\sqrt{16+9}=\sqrt{25}=5 Step 3: Confirm the point is outside. This step is not optional - the *subtract the radius* move only works for an external point. Since d=5>r=1d=5>r=1, the point sits outside the circle. (Had it been inside, the shortest distance would have been rdr-d instead.) Step 4: Find the boundary distance. The total distance to the core is 55 units. Because the circle's radius occupies 11 unit of that path, the remaining gap from the point to the edge is simply the difference: 51=45-1=4. Final Answer: 4
Q3:ipmat indore 2020QALogarithmsMediumSA · TITA
The value of (0.04log5(14+18+116+...))(0.04^{log_{\sqrt{5}}(\frac{1}{4} + \frac{1}{8} + \frac{1}{16} + ...)}) is __________.
Enter your answer to attempt
The Setup: This expression looks incredibly toxic, but we can beat it by breaking it down into two phases: resolving the infinite geometric progression (GP) first, and then applying logarithm exponent rules to clean up the base. Step 1: Evaluate the infinite GP. Look at the sequence inside the log: 14+18+116+\frac{1}{4}+\frac{1}{8}+\frac{1}{16}+\ldots This is an infinite GP where the first term a=14a=\frac{1}{4} and the common ratio r=12r=\frac{1}{2}. Since r<1|r|<1 the series converges, so the sum to infinity S=a1rS=\frac{a}{1-r} applies: S=14112=1412=14×21=12S=\frac{\frac{1}{4}}{1-\frac{1}{2}}=\frac{\frac{1}{4}}{\frac{1}{2}}=\frac{1}{4}\times \frac{2}{1}=\frac{1}{2} Step 2: Reconstruct the base and the logarithm. The original expression's base is 0.040.04, which translates to the fraction 4100=125\frac{4}{100}=\frac{1}{25}. We can write this as an exponent: 525^{-2}. The logarithm's base is 5\sqrt{5}, which is 5125^{\frac{1}{2}}. So the exponent is log51/2(12)\log_{5^{1/2}}\left(\frac{1}{2}\right). Step 3: Simplify the exponent using log properties. We use the rule logbn(x)=1nlogb(x)\log_{b^n}(x)=\frac{1}{n}\log_b(x): log51/2(12)=112log5(12)=2log5(12)\log_{5^{1/2}}\left(\frac{1}{2}\right)=\frac{1}{\frac{1}{2}}\log_5\left(\frac{1}{2}\right)=2\log_5\left(\frac{1}{2}\right) Bring the multiplier inside as a power: log5((12)2)=log5(14)\log_5\left(\left(\frac{1}{2}\right)^2\right)=\log_5\left(\frac{1}{4}\right). Step 4: Combine the final expression. Substitute the cleaned-up base and exponent back together: (52)log5(14)=52log5(14)\left(5^{-2}\right)^{\log_5\left(\frac{1}{4}\right)}=5^{-2\log_5\left(\frac{1}{4}\right)} Move the 2-2 inside the log as a power: 5log5((14)2)5^{\log_5\left(\left(\frac{1}{4}\right)^{-2}\right)} Using the identity blogb(x)=xb^{\log_b(x)}=x, the 55 and log5\log_5 cancel out. We are left with: (14)2=42=16\left(\frac{1}{4}\right)^{-2}=4^2=16 Final Answer: 16
Q4:ipmat indore 2020QAMatrices & DeterminantsHardSA · TITA
Suppose aa2a31bb2b31cc2c31=0\left|\begin{array}{lll}a & a^{2} & a^{3}-1 \\ b & b^{2} & b^{3}-1 \\ c & c^{2} & c^{3}-1\end{array}\right|=0, where a,b\mathrm{a}, \mathrm{b} and c\mathrm{c} are distinct real numbers. If a=3{a}=3, then the value of abcabc is:
Enter your answer to attempt
The Setup: This is a top-tier matrix determinant manipulation. When a determinant's column contains a sum or difference, it can be split into two separate determinants. The given a=3a=3 is literal clickbait meant to throw you off; it has absolutely zero impact on the algebraic proof. Step 1: Split the original determinant. We separate the third column (a31, b31, c31)\left(a^3-1,\ b^3-1,\ c^3-1\right) into two determinants: Δ=aa2a3bb2b3cc2c3aa21bb21cc21=0\Delta=\left|\begin{matrix}a&a^2&a^3\\b&b^2&b^3\\c&c^2&c^3\end{matrix}\right|-\left|\begin{matrix}a&a^2&1\\b&b^2&1\\c&c^2&1\end{matrix}\right|=0 Step 2: Factor the first determinant. In the first matrix, notice that row 1 shares an aa, row 2 shares a bb, and row 3 shares a cc. Let's factor them out completely: abc1aa21bb21cc2abc\left|\begin{matrix}1&a&a^2\\1&b&b^2\\1&c&c^2\end{matrix}\right| Step 3: Align the second determinant. We want the second matrix to match the first, so we walk its last column to the front by two swaps. Swap Column 3 with Column 2 (sign flips): aa21bb21cc21=a1a2b1b2c1c2\left|\begin{matrix}a&a^2&1\\b&b^2&1\\c&c^2&1\end{matrix}\right|=-\left|\begin{matrix}a&1&a^2\\b&1&b^2\\c&1&c^2\end{matrix}\right| Now swap Column 2 with Column 1 (sign flips back): =+1aa21bb21cc2=+\left|\begin{matrix}1&a&a^2\\1&b&b^2\\1&c&c^2\end{matrix}\right| Two swaps, two sign flips, so the second determinant is exactly the same object as the first one's cofactor - no leftover minus sign. Step 4: Factor the entire equation. Let the aligned matrix be VV (a Vandermonde determinant). Our original equation Δ=0\Delta=0 now looks like this: abc(V)V=0    V(abc1)=0abc(V)-V=0 \implies V(abc-1)=0 The Vandermonde determinant factors cleanly as V=(ba)(ca)(cb)V=(b-a)(c-a)(c-b). Because the problem states aa, bb and cc are distinct real numbers, every one of those three brackets is non-zero, so V0V\neq 0. Therefore the other multiplier must be zero: abc1=0    abc=1abc-1=0\implies abc=1 Final Answer: 1
Q5:ipmat indore 2020QAModulusMediumSA · TITA
The minimum value of f(x)=3x+2+x+5xf(x)=|3-x|+|2+x|+|5-x| is equal to __________.
Enter your answer to attempt
The Setup: We are tasked with finding the global minimum of the function f(x)=3x+2+x+5xf(x)=|3-x|+|2+x|+|5-x|. In absolute value geometry, this represents the sum of distances from a coordinate xx to three specific points on a number line, and the minimum lands at the median of those points. Rather than just quoting that rule, we can lock the answer down with a two-line proof. Step 1: Standardize the terms. First, use the property ab=ba|a-b|=|b-a| to rewrite the function so xx is always first. This prevents sign errors. f(x)=x3+x(2)+x5f(x)=|x-3|+|x-(-2)|+|x-5| The roots (the points on the number line) are exactly 33, 2-2 and 55. In ascending order: 2, 3, 5-2,\ 3,\ 5 - so the median is 33. Step 2: Bound the outer pair. For the two extreme points, the triangle inequality gives a floor that no xx can beat: x+2+x5(x+2)(x5)=7|x+2|+|x-5|\geq |(x+2)-(x-5)|=7 with equality for every xx in the interval [2,5][-2,5]. Step 3: Bound the middle term. Obviously x30|x-3|\geq 0, with equality only at x=3x=3. Adding the two bounds gives f(x)7+0=7f(x)\geq 7+0=7 for all xx. Step 4: Show the floor is actually reached. The two equality conditions must hold at once, and they do: x=3x=3 lies inside [2,5][-2,5]. Substituting: f(3)=33+3(2)+35=0+5+2=7f(3)=|3-3|+|3-(-2)|+|3-5|=0+5+2=7 The bound is achieved, so 77 is the true minimum and not merely a lower estimate. Final Answer: 7
Q6:ipmat indore 2020QARatio, Proportion & VariationEasySA · TITA
Ashok purchased pens and pencils in the ratio 2:32:3 during his first visit and paid Rs. 86 to the shopkeeper. During his second visit, he purchased pens and pencils in the ratio 4:14:1 and paid Rs. 112. The cost of a pen as well as a pencil in rupees is a positive integer. If Ashok purchased four pens during his second visit, then the amount he paid in rupees for the pens during the second visit is __________.
Enter your answer to attempt
The Setup: This is a system of linear equations hiding behind ratios, with a strict Diophantine constraint: the prices of the pens and pencils must be positive integers. We have to decode two separate shopping trips, set up the algebra, and pin down the only integer solution. Step 1: Formalize the second visit. On the second visit, the ratio of pens to pencils is 4:14:1, and the total cost is Rs. 112. We are explicitly told Ashok bought 4 pens. By the ratio, he must have bought exactly 1 pencil. Let xx be the price of a pen, and yy be the price of a pencil. 4x+1y=1124x+1y=112 Isolate yy so we can use it as a substitution later: y=1124xy=112-4x Step 2: Formalize the first visit. The ratio of pens to pencils bought is 2:32:3, costing Rs. 86. We don't know the exact quantities, just the ratio. So, let the quantities be 2k2k pens and 3k3k pencils, where kk is a positive integer constant. 2kx+3ky=86    k(2x+3y)=862kx+3ky=86 \implies k(2x+3y)=86 Step 3: Substitute, then kill every wrong branch. Plug the isolated yy from Step 1 into the Step 2 equation: k(2x+3(1124x))=86k(2x+3(112-4x))=86 k(2x+33612x)=86    k(33610x)=86k(2x+336-12x)=86 \implies k(336-10x)=86 So 33610x=86k336-10x=\frac{86}{k}, which forces kk to be a positive factor of 8686. The factors are 1,2,43,861, 2, 43, 86, giving 86k{86, 43, 2, 1}\frac{86}{k}\in\{86,\ 43,\ 2,\ 1\} respectively. Now the kill shot: the left side 33610x336-10x is 66 short of a multiple of ten, so it always ends in the digit 6 - and of those four candidates, only 8686 does. That single observation eliminates k=2k=2, k=43k=43 and k=86k=86 outright, with no trial-and-error, leaving k=1k=1 as the one surviving branch. 33610x=86    10x=250    x=25336-10x=86 \implies 10x=250 \implies x=25 Then y=1124(25)=112100=12y=112-4(25)=112-100=12. Both prices are positive integers, and since only one branch survived, this pair is unique. Step 4: Reconcile against the first visit. Uniqueness is worth nothing if the numbers don't actually satisfy the original trip. With k=1k=1 he bought 22 pens and 33 pencils: 2(25)+3(12)=50+36=862(25)+3(12)=50+36=86. That is exactly what he paid, so the pair holds. Step 5: Calculate the final request. The prompt asks for the total amount paid *specifically for the pens* during the second visit. He bought 4 pens at Rs. 25 each: 4×25=1004\times 25=100. Final Answer: 100
Q7: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
Q8:ipmat indore 2020QASet TheoryMediumSA · TITA
Out of 80 students who appeared for the school exams in Mathematics (M), Physics (P) and Chemistry (C), 50 passed M, 30 passed P and 40 passed C. At most 20 students passed M and P, at most 20 students passed P and C, and at most 20 students passed C and M. The maximum number of students who could have passed all three exams is __________.
Enter your answer to attempt
The Setup: We are min-maxing a 3-circle Venn diagram problem. We have a total population of 80 students across Mathematics (M), Physics (P) and Chemistry (C). We need to maximise the triple intersection (students who passed all three) without violating the 'at most 20' limits placed on the pairwise overlaps. Step 1: Define the variables and totals. Let x=n(MPC)x=n(M\cap P\cap C) be the number of students who passed all three. We want to push xx as high as possible. The individual subject totals are n(M)=50n(M)=50, n(P)=30n(P)=30 and n(C)=40n(C)=40. Step 2: Establish the ceiling. By the definition of intersection, anyone who passed all three also passed each pair, so the triple intersection is a subset of every pairwise intersection: xn(MP),xn(PC),xn(MC)x\leq n(M\cap P), \qquad x\leq n(P\cap C), \qquad x\leq n(M\cap C) The problem caps all three pairwise intersections at 20. Therefore x20x\leq 20 - this is a hard upper bound, no construction can beat it. Step 3: Build a scenario that hits the ceiling. An upper bound is useless until we show it is reachable. Set x=20x=20 and push every pairwise overlap to its cap of 20, which means the number of students who passed *exactly two* subjects is zero in all three regions. The *single-subject-only* groups then fall out: * Passed M only: 5020=3050-20=30 * Passed P only: 3020=1030-20=10 * Passed C only: 4020=2040-20=20 Step 4: Verify the headcount closes. Total students accounted for = (M only) + (P only) + (C only) + (all three): 30+10+20+20=8030+10+20+20=80 This lands exactly on the 80 students who appeared, with no region going negative and every pairwise intersection sitting at 2020 rather than above it. The scenario is structurally sound, so the ceiling of 20 is genuinely achievable and is therefore the maximum. Final Answer: 20
Q9:ipmat indore 2020QATime, Speed & DistanceMediumSA · TITA
Two friends run a 3-kilometer race along a circular course of length 300 meters. If their speeds are in the ratio 3:2, the number of times the winner passes the other is __________.
Enter your answer to attempt
The Setup: This is a relative speed problem on a circular track. When runners start together and run the same way, the faster one *passes* the slower one every time he gains exactly one full lap. So the whole question reduces to: how many whole laps of lead does the winner build up before the race ends? Step 1: Determine the total race parameters. The track is 300300 metres long and the race is 33 kilometres, which equals 30003000 metres. Laps to finish=3000300=10\text{Laps to finish}=\frac{3000}{300}=10 The winner finishes the instant he completes his 10th lap, and that is when the clock stops for both runners. Step 2: Leverage the speed ratio. The speeds are in the ratio 3:23:2. Both runners are on the track for the same duration, and at constant speed distance is directly proportional to speed, so their distances are in that same 3:23:2 ratio. Step 3: Locate the slower runner at the finish. When the winner has covered 10 laps: Slower runner=23×10=203 laps\text{Slower runner}=\frac{2}{3}\times 10=\frac{20}{3}\text{ laps} Keep this as an exact fraction - 203\frac{20}{3} laps, not a rounded 6.676.67 - because the final count depends on which side of a whole number the lead lands. Step 4: Count the overtakes. The lead the winner builds over the full race is the difference in laps covered: Lead=10203=30203=103 laps\text{Lead}=10-\frac{20}{3}=\frac{30-20}{3}=\frac{10}{3}\text{ laps} The winner overtakes once for each whole lap of lead he gains, i.e. as the lead sweeps past 11, 22 and 33. Since 103=313\frac{10}{3}=3\frac{1}{3} is strictly greater than 33 but short of 44, the third overtake happens before the finish line and a fourth never does. Number of passes=103=3\text{Number of passes}=\left\lfloor \frac{10}{3}\right\rfloor=3 Final Answer: 3
Q10:ipmat indore 2020QAPermutation & CombinationHardSA · TITA
Out of 13 objects, 4 are indistinguishable and the rest are distinct. The number of ways we can choose 4 objects out of 13 objects is __________.
Enter your answer to attempt
The Setup: This combinatorics problem mixes indistinguishable (identical) objects with distinct ones. The standard combination formula (nr)\binom{n}{r} only works for choosing distinct items. When dealing with indistinguishable objects, choosing one of them gives the same exact outcome as choosing another, so there is only 1 way to select any given quantity of them. We must break this down into cases based on how many identical items we draft into the final squad of 4. Step 1: Catalog the inventory. Total pool =13=13 objects. Indistinguishable objects =4=4. Distinct objects =134=9=13-4=9. We need to form a team of exactly 44 objects. Step 2: Calculate combinations case-by-case. We iterate through every possible quantity of indistinguishable objects, from 0 up to 4 (we cannot take more than the 4 that exist). * Case 1 (0 identical, 4 distinct): (94)=9×8×7×64×3×2×1=126\binom{9}{4}=\frac{9\times 8\times 7\times 6}{4\times 3\times 2\times 1}=126 ways * Case 2 (1 identical, 3 distinct): 1×(93)=9×8×73×2×1=841\times \binom{9}{3}=\frac{9\times 8\times 7}{3\times 2\times 1}=84 ways * Case 3 (2 identical, 2 distinct): 1×(92)=9×82×1=361\times \binom{9}{2}=\frac{9\times 8}{2\times 1}=36 ways * Case 4 (3 identical, 1 distinct): 1×(91)=91\times \binom{9}{1}=9 ways * Case 5 (4 identical, 0 distinct): 1×(90)=11\times \binom{9}{0}=1 way Step 3: Aggregate the total possibilities. The cases are mutually exclusive (they differ in how many identical objects were taken), so we add them: 126+84+36+9+1=256126+84+36+9+1=256 Step 4: Cross-check with a symmetry argument. That total is (90)+(91)+(92)+(93)+(94)\binom{9}{0}+\binom{9}{1}+\binom{9}{2}+\binom{9}{3}+\binom{9}{4} - the lower half of row 9 of Pascal's triangle. Since (9k)=(99k)\binom{9}{k}=\binom{9}{9-k}, the ten entries of that row pair off perfectly into two equal halves, so this sum is exactly half the row total: 292=5122=256\frac{2^9}{2}=\frac{512}{2}=256 Two independent routes, same number, so the count is confirmed. Final Answer: 256

Other IPMAT Indore papers & sections