Past Year QuestionsIPMAT Indore2023QA

IPMAT Indore 2023QA

All 39 QA previous year questions (PYQs) from the IPMAT Indore 2023 past year paper, with answers and full solutions.

Free SolutionsNo Login39 Questions
Q1:ipmat indore 2023QATime, Speed & DistanceHardSA · TITA
Vinita drives a car which has four gears. The speed of the car in the fourth gear is five times its speed in the first gear. The car takes twice the time to travel a certain distance in the second gear as compared to the third gear. In a 100 km journey, if Vinita travels equal distances in each of the gears, she takes 585 minutes to complete the journey. Instead, if the distances covered in the first, second, third, and fourth gears are 4 km, 4 km, 32 km, and 60 km, respectively, then the total time taken, in minutes, to complete the journey, will be
Enter your answer to attempt
The Setup: We are given relative speed and time constraints across four car gears to complete a uniform distance, which we must use to evaluate the time taken for a mixed-distance journey. Step 1: Define the speed variables and their relations. Let the speeds in the four gears be v1,v2,v3,v_1, v_2, v_3, and v4v_4. We are given v4=5v1v_4 = 5v_1. We are also told the time in the 2nd gear is twice the time in the 3rd gear for a constant distance: dv2=2(dv3)    v3=2v2\frac{d}{v_2} = 2\left(\frac{d}{v_3}\right) \implies v_3 = 2v_2. Step 2: Express the times for the 100 km100\text{ km} uniform journey. The 100 km100\text{ km} journey consists of equal distances in each gear, meaning 25 km25\text{ km} per gear. Let x=1v1x = \frac{1}{v_1} and y=1v2y = \frac{1}{v_2}. This means 1v4=x5\frac{1}{v_4} = \frac{x}{5} and 1v3=y2\frac{1}{v_3} = \frac{y}{2}. The total time equation is: 25(1v1)+25(1v2)+25(1v3)+25(1v4)=58525\left(\frac{1}{v_1}\right) + 25\left(\frac{1}{v_2}\right) + 25\left(\frac{1}{v_3}\right) + 25\left(\frac{1}{v_4}\right) = 585 25x+25y+25(y2)+25(x5)=58525x + 25y + 25\left(\frac{y}{2}\right) + 25\left(\frac{x}{5}\right) = 585 25x+5x+25y+12.5y=58525x + 5x + 25y + 12.5y = 585 30x+37.5y=58530x + 37.5y = 585 Step 3: Simplify the baseline equation. Divide the entire equation by 7.57.5: 4x+5y=784x + 5y = 78 Step 4: Calculate the time for the newly requested journey. The new distances are 4 km4\text{ km} (1st), 4 km4\text{ km} (2nd), 32 km32\text{ km} (3rd), and 60 km60\text{ km} (4th). Total Time=4(1v1)+4(1v2)+32(1v3)+60(1v4)\text{Total Time} = 4\left(\frac{1}{v_1}\right) + 4\left(\frac{1}{v_2}\right) + 32\left(\frac{1}{v_3}\right) + 60\left(\frac{1}{v_4}\right) Substitute xx and yy: Total Time=4x+4y+32(y2)+60(x5)\text{Total Time} = 4x + 4y + 32\left(\frac{y}{2}\right) + 60\left(\frac{x}{5}\right) Total Time=4x+4y+16y+12x\text{Total Time} = 4x + 4y + 16y + 12x Total Time=16x+20y\text{Total Time} = 16x + 20y Factor out a 44: Total Time=4(4x+5y)\text{Total Time} = 4(4x + 5y) Step 5: Substitute the baseline value to find the final time. Total Time=4(78)=312 minutes\text{Total Time} = 4(78) = 312\text{ minutes} Final Answer: 312
Q2:ipmat indore 2023QARemainderEasySA · TITA
The remainder when 1!+2!+3!+...+95!1! + 2! + 3! + ... + 95! is divided by 1515 is
Enter your answer to attempt
The Setup: We need to find the remainder when a factorial summation sequence (1!+2!+3!+...+95!1!+2!+3!+...+95!) is divided by 1515. Step 1: Analyze the divisibility of factorials by 1515. Since 15=3×515 = 3 \times 5, any factorial n!n! where n5n \ge 5 will strictly contain both 33 and 55 as prime factors. Therefore, for all n5n \ge 5, n!0(mod15)n! \equiv 0 \pmod{15}. Step 2: Evaluate the terms that are not divisible by 1515. The only terms in the sequence that do not contain 5!5! as a factor are the first four terms: 1!+2!+3!+4!=1+2+6+24=331! + 2! + 3! + 4! = 1 + 2 + 6 + 24 = 33 Step 3: Calculate the final remainder. The entire sequence modulo 1515 reduces simply to 33(mod15)33 \pmod{15}. 33=2×15+333 = 2 \times 15 + 3 The remainder is 33. Final Answer: 3
Q3:ipmat indore 2023QARatio, Proportion & VariationMediumSA · TITA
Let a,b,c,da, b, c, d be positive integers such that a+b+c+d=2023a + b + c + d = 2023. If a:b=2:5a: b = 2:5 and c:d=5:2c:d=5:2, then the maximum possible value of a+ca + c is
Enter your answer to attempt
The Setup: Given a sum equation a+b+c+d=2023a+b+c+d=2023 for positive integers and specified ratio pairs, we must maximize the sum a+ca+c. Step 1: Express the variables using their ratios. Given a:b=2:5a:b=2:5, let a=2xa = 2x and b=5xb = 5x for some positive integer xx. Given c:d=5:2c:d=5:2, let c=5yc = 5y and d=2yd = 2y for some positive integer yy. Step 2: Formulate the sum constraint. Substitute the variables into the total sum equation: 2x+5x+5y+2y=20232x + 5x + 5y + 2y = 2023 7x+7y=20237x + 7y = 2023 x+y=289x + y = 289 Step 3: Optimize the target function. We want to maximize a+ca + c, which translates to maximizing 2x+5y2x + 5y. To maximize the value of 2x+5y2x + 5y given the constraint x+y=289x + y = 289, we must make yy (which carries the larger coefficient 55) as large as possible. Since a,b,c,da,b,c,d are strictly positive integers, the scaling factors xx and yy must be at least 11. The maximum valid integer value for yy occurs when xx is minimized at 11. 1+y=289    y=2881 + y = 289 \implies y = 288 Step 4: Calculate the maximum value. Max(a+c)=2(1)+5(288)=2+1440=1442\text{Max}(a+c) = 2(1) + 5(288) = 2 + 1440 = 1442 Final Answer: 1442
Q4:ipmat indore 2023QALinear EquationsEasySA · TITA
In an election with only two contesting candidates, 15% of the voters did not turn up to vote and 50 voters cast invalid votes. It is known that 44% of all the voters in the voting list voted for the winner. If the winner got 200 votes more than the other candidate, then the number of voters in the voting list is
Enter your answer to attempt
The Setup: We are asked to determine the total number of voters on a list given percentage-based turnout and fractional vote shares in a two-candidate election. Step 1: Define the election parameters. Let VV be the total number of eligible voters on the list. Voters who didn't turn up = 0.15V0.15V. Total votes cast = 0.85V0.85V. Valid votes cast = 0.85V500.85V - 50. Step 2: Represent the candidates' vote shares. The winner got exactly 44%44\% of *all voters on the voting list* (not just valid votes). W=0.44VW = 0.44V The other candidate (the loser) received the remaining valid votes: L=Valid VotesW=(0.85V50)0.44V=0.41V50L = \text{Valid Votes} - W = (0.85V - 50) - 0.44V = 0.41V - 50 Step 3: Apply the winning margin constraint to solve for VV. The winner won by exactly 200200 votes. WL=200W - L = 200 0.44V(0.41V50)=2000.44V - (0.41V - 50) = 200 0.03V+50=2000.03V + 50 = 200 0.03V=1500.03V = 150 V=1500.03=5000V = \frac{150}{0.03} = 5000 Final Answer: 5000
Q5:ipmat indore 2023QAFunctionsMediumSA · TITA
If f(1)=1f(1) = 1 and f(n)=3nf(n1)f(n) = 3n - f(n - 1) for all integers n>1n > 1 , then the value of f(2023)f(2023) is
Enter your answer to attempt
The Setup: A recursive sequence is defined as f(n)=3nf(n1)f(n)=3n-f(n-1) with base case f(1)=1f(1)=1. We must find the value of f(2023)f(2023). Step 1: Generate the first few terms to identify a pattern. f(1)=1f(1) = 1 f(2)=3(2)1=5f(2) = 3(2) - 1 = 5 f(3)=3(3)5=4f(3) = 3(3) - 5 = 4 f(4)=3(4)4=8f(4) = 3(4) - 4 = 8 f(5)=3(5)8=7f(5) = 3(5) - 8 = 7 f(6)=3(6)7=11f(6) = 3(6) - 7 = 11 Step 2: Formulate a generalized relationship. Let's find the difference between every second term (f(n)f(n) and f(n2)f(n-2)): f(n)=3nf(n1)f(n) = 3n - f(n-1) Substitute the recursive definition for f(n1)f(n-1): f(n)=3n(3(n1)f(n2))f(n) = 3n - (3(n-1) - f(n-2)) f(n)=3n3n+3+f(n2)f(n) = 3n - 3n + 3 + f(n-2) f(n)=f(n2)+3f(n) = f(n-2) + 3 This confirms that the odd-indexed terms and even-indexed terms form independent Arithmetic Progressions, each with a common difference of 33. Step 3: Evaluate f(2023)f(2023). Since 20232023 is odd, we use the sequence of odd-indexed terms: 1,4,7,10,1, 4, 7, 10, \dots The generic formula for the odd index sequence f(2k1)f(2k-1) is an AP where the first term is 11 and the difference is 33. Let n=2023n = 2023. The number of steps (or the term position in the separated odd sequence) is n12\frac{n-1}{2}. Term Index=202312=1011\text{Term Index} = \frac{2023 - 1}{2} = 1011 f(2023)=Base+(Term Index)×Differencef(2023) = \text{Base} + (\text{Term Index}) \times \text{Difference} f(2023)=1+1011×3f(2023) = 1 + 1011 \times 3 f(2023)=1+3033=3034f(2023) = 1 + 3033 = 3034 Final Answer: 3034
Q6:ipmat indore 2023QACirclesHardSA · TITA
In the xy-plane let A=(2,0),B=(2,0)A = (- 2, 0), B = (2, 0) . Define the set S as the collection of all points C on the circle x2+y2=4x ^ 2 + y ^ 2 = 4 such that the area of the triangle ABC is an integer. The number of points in the set S is
Enter your answer to attempt
The Setup: Points A=(2,0)A=(-2,0) and B=(2,0)B=(2,0) lie on the xx-axis. We must find all points CC on the circle x2+y2=4x^2+y^2=4 such that the area of ABC\triangle ABC is an integer. Step 1: Define the area of the triangle. The base of the triangle is the segment ABAB connecting (2,0)(-2,0) and (2,0)(2,0). Its length is exactly 44. Let point CC have coordinates (x,y)(x, y). The height of the triangle relative to base ABAB is the absolute value of the yy-coordinate, y|y|. Area=12×base×height=12×4×y=2y\text{Area} = \frac{1}{2} \times \text{base} \times \text{height} = \frac{1}{2} \times 4 \times |y| = 2|y| Step 2: Establish integer constraints for the area. We require the Area (2y2|y|) to be a positive integer kk (a valid geometric triangle must have an area strictly greater than 0). 2y=k    y=k22|y| = k \implies |y| = \frac{k}{2} Since CC lies on the circle x2+y2=4x^2+y^2=4, the maximum possible value for y|y| is the radius, 22. 0<y2    0<k22    k{1,2,3,4}0 < |y| \le 2 \implies 0 < \frac{k}{2} \le 2 \implies k \in \{1, 2, 3, 4\} Step 3: Map the valid area states back to coordinate points. For each valid kk, we substitute y=k/2|y| = k/2 back into the circle equation x2=4y2x^2 = 4 - y^2 to count the distinct points: * If k=1k = 1: y=0.5    y=±0.5|y| = 0.5 \implies y = \pm 0.5. x2=40.25=3.75x^2 = 4 - 0.25 = 3.75. This yields 22 values for xx per yy, giving 44 points. * If k=2k = 2: y=1    y=±1|y| = 1 \implies y = \pm 1. x2=41=3x^2 = 4 - 1 = 3. This gives 44 points. * If k=3k = 3: y=1.5    y=±1.5|y| = 1.5 \implies y = \pm 1.5. x2=42.25=1.75x^2 = 4 - 2.25 = 1.75. This gives 44 points. * If k=4k = 4: y=2    y=±2|y| = 2 \implies y = \pm 2. x2=44=0x^2 = 4 - 4 = 0. Here x=0x = 0 uniquely, giving exactly 11 point for y=2y=2 and 11 point for y=2y=-2, totaling 22 points. Step 4: Sum the valid points. Total Points=4+4+4+2=14\text{Total Points} = 4 + 4 + 4 + 2 = 14 Final Answer: 14
Q7:ipmat indore 2023QABinomial TheoremMediumSA · TITA
If three consecutive coefficients in the expansion of (x+y)n(x+y)^n are in the ratio 1:9:631:9:63, then the value of nn is
Enter your answer to attempt
The Setup: We are given three consecutive coefficients in the binomial expansion of (x+y)n(x+y)^n strictly in the ratio 1:9:631:9:63. We must determine the power nn. Step 1: Express the coefficients algebraically. Let the three consecutive coefficients be (nr1)\binom{n}{r-1}, (nr)\binom{n}{r}, and (nr+1)\binom{n}{r+1}. We are given two ratio equations: (nr)(nr1)=91=9\frac{\binom{n}{r}}{\binom{n}{r-1}} = \frac{9}{1} = 9 (nr+1)(nr)=639=7\frac{\binom{n}{r+1}}{\binom{n}{r}} = \frac{63}{9} = 7 Step 2: Apply the standard binomial coefficient ratio formula. The ratio (nk)(nk1)\frac{\binom{n}{k}}{\binom{n}{k-1}} simplifies universally to nk+1k\frac{n - k + 1}{k}. Apply this to our first equation (k=rk = r): nr+1r=9    nr+1=9r    n=10r1\frac{n - r + 1}{r} = 9 \implies n - r + 1 = 9r \implies n = 10r - 1 Apply this to our second equation (k=r+1k = r + 1): n(r+1)+1r+1=7    nrr+1=7    nr=7r+7    n=8r+7\frac{n - (r+1) + 1}{r+1} = 7 \implies \frac{n - r}{r + 1} = 7 \implies n - r = 7r + 7 \implies n = 8r + 7 Step 3: Solve the linear system for rr and nn. Equate the two expressions for nn: 10r1=8r+710r - 1 = 8r + 7 2r=8    r=42r = 8 \implies r = 4 Substitute rr back into either equation to find nn: n=10(4)1=39n = 10(4) - 1 = 39 Final Answer: 39
Q8:ipmat indore 2023QAPermutation & CombinationHardSA · TITA
In a chess tournament, there are four groups, each containing an equal number of players. Each player plays 1. against every other player belonging to one's own group exactly once; 2. against each player belonging to one of the remaining three groups exactly twice; 3. against each player belonging to one of the remaining two groups exactly three times; and 4. against each player belonging to the remaining group exactly four times. If there are more than 1000 matches being played in the tournament, the minimum possible number of players in each group is
Enter your answer to attempt
The Setup: A chess tournament consists of four equal groups. Players play matches inside their group and against the other three groups at varying frequencies (1×,2×,3×,4×1\times, 2\times, 3\times, 4\times). We must find the minimum group size to surpass 10001000 total matches. Step 1: Analyze the match distribution logic. Let each of the 44 groups have kk players. Total players = 4k4k. Every group must be assigned an inter-group match frequency of 2,3,2, 3, and 44 against the other three groups. This is perfectly modeled by weighting the edges of a K4K_4 graph with values {2,3,4}\{2, 3, 4\} such that every vertex touches exactly one of each weight. Such a configuration requires three distinct perfect matchings on K4K_4, meaning the edge weights between the 66 pairs of groups are exactly: two 22s, two 33s, and two 44s. Step 2: Calculate total inter-group matches. Between any two groups of size kk playing each other ww times, the number of matches is k×k×w=wk2k \times k \times w = w k^2. Summing over the 6 pairs of groups: Inter-Group Matches=k2(2+2+3+3+4+4)=18k2\text{Inter-Group Matches} = k^2(2 + 2 + 3 + 3 + 4 + 4) = 18k^2 Step 3: Calculate total intra-group matches. Each player plays everyone in their own group exactly once. For one group, the matches are (k2)=k(k1)2\binom{k}{2} = \frac{k(k-1)}{2}. Since there are 44 groups: Intra-Group Matches=4×k(k1)2=2k(k1)=2k22k\text{Intra-Group Matches} = 4 \times \frac{k(k-1)}{2} = 2k(k-1) = 2k^2 - 2k Step 4: Formulate the total matches inequality. Total Matches=18k2+2k22k=20k22k\text{Total Matches} = 18k^2 + 2k^2 - 2k = 20k^2 - 2k We are given that there are more than 10001000 matches: 20k22k>1000    10k2k>50020k^2 - 2k > 1000 \implies 10k^2 - k > 500 Step 5: Test integer values for kk to find the minimum. * If k=7k = 7: 10(49)7=4907=48310(49) - 7 = 490 - 7 = 483 (Fails, 483500483 \ngtr 500) * If k=8k = 8: 10(64)8=6408=63210(64) - 8 = 640 - 8 = 632 (Succeeds, 632>500632 > 500) The minimum possible number of players in each group is 88. Final Answer: 8
Q9:ipmat indore 2023QALogarithmsEasySA · TITA
The product of the roots of the equation log22(log2x)25log2x+6=0\log_{2} 2^{(\log_{2}x)^{2}} -5 \log_{2}x+6=0 is
Enter your answer to attempt
The Setup: We need to find the product of the roots for the logarithmic equation log22(log2x)25 log2x+6=0log_{2}2^{(log_{2}x)^{2}}-5~log_{2}x+6=0. Step 1: Simplify the first term using logarithm properties. The term log2(2y)\log_2(2^y) universally simplifies to yy. Thus, log2(2(log2x)2)\log_2(2^{(\log_2 x)^2}) simplifies directly to (log2x)2(\log_2 x)^2. The equation becomes: (log2x)25log2x+6=0(\log_2 x)^2 - 5\log_2 x + 6 = 0 Step 2: Apply a variable substitution. Let t=log2xt = \log_2 x. The equation is a standard quadratic: t25t+6=0t^2 - 5t + 6 = 0 Step 3: Solve for tt and reverse the substitution. Factor the quadratic: (t2)(t3)=0    t=2 or t=3(t - 2)(t - 3) = 0 \implies t = 2 \text{ or } t = 3 Reverse the substitution to solve for the roots in terms of xx: If t=2    log2x=2    x=22=4t = 2 \implies \log_2 x = 2 \implies x = 2^2 = 4 If t=3    log2x=3    x=23=8t = 3 \implies \log_2 x = 3 \implies x = 2^3 = 8 Step 4: Calculate the product of the roots. Product=4×8=32\text{Product} = 4 \times 8 = 32 Final Answer: 32
Q10:ipmat indore 2023QAPermutation & CombinationMediumSA · TITA
The total number of positive integer solutions of 21a+b+c2521 \leq a + b + c \leq 25 is
Enter your answer to attempt
The Setup: We must find the total number of positive integer solutions to the bounded inequality 21a+b+c2521 \le a+b+c \le 25. Step 1: Normalize the variables to utilize Stars and Bars. Since a,b,ca, b, c must be strictly positive integers (1\ge 1), let: a=x+1a = x + 1 b=y+1b = y + 1 c=z+1c = z + 1 where x,y,zx, y, z are non-negative integers (0\ge 0). Substitute these into the inequality: 21(x+1)+(y+1)+(z+1)2521 \le (x+1) + (y+1) + (z+1) \le 25 21x+y+z+32521 \le x + y + z + 3 \le 25 18x+y+z2218 \le x + y + z \le 22 Step 2: Apply the combinatorics formula for exact sums. The number of non-negative integer solutions to x+y+z=nx+y+z = n is given by (n+3131)=(n+22)\binom{n+3-1}{3-1} = \binom{n+2}{2}. We need to sum this over n{18,19,20,21,22}n \in \{18, 19, 20, 21, 22\}: Solutions=(202)+(212)+(222)+(232)+(242)\text{Solutions} = \binom{20}{2} + \binom{21}{2} + \binom{22}{2} + \binom{23}{2} + \binom{24}{2} Step 3: Evaluate the sum. Calculate each combination (k2)=k(k1)2\binom{k}{2} = \frac{k(k-1)}{2}: (202)=20×192=190\binom{20}{2} = \frac{20 \times 19}{2} = 190 (212)=21×202=210\binom{21}{2} = \frac{21 \times 20}{2} = 210 (222)=22×212=231\binom{22}{2} = \frac{22 \times 21}{2} = 231 (232)=23×222=253\binom{23}{2} = \frac{23 \times 22}{2} = 253 (242)=24×232=276\binom{24}{2} = \frac{24 \times 23}{2} = 276 Total=190+210+231+253+276=1160\text{Total} = 190 + 210 + 231 + 253 + 276 = 1160 Final Answer: 1160
Q11:ipmat indore 2023QAModulusMediumSA · TITA
The length of the line segment joining the two intersection points of the curves y=4970xy = 4970 - |x| and y=x2y = x ^ 2 is
Enter your answer to attempt
The Setup: We must find the geometric length of the line segment connecting the two intersection points of the absolute value function y=4970xy = 4970 - |x| and the parabola y=x2y = x^2. Step 1: Set the equations equal to find intersection points. x2=4970xx^2 = 4970 - |x| Rearrange to form a quadratic in terms of x|x|, recognizing that x2=x2x^2 = |x|^2: x2+x4970=0|x|^2 + |x| - 4970 = 0 Step 2: Factor the quadratic equation. We need two integers that multiply to 4970-4970 and add to 11. Note that 4970=10×497=10×7×71=70×714970 = 10 \times 497 = 10 \times 7 \times 71 = 70 \times 71. (x+71)(x70)=0(|x| + 71)(|x| - 70) = 0 Step 3: Solve for xx and locate the coordinates. Since absolute value x|x| must be non-negative, x=71|x| = -71 is rejected. x=70    x=70 or x=70|x| = 70 \implies x = 70 \text{ or } x = -70 Because the equations are perfectly symmetric across the y-axis, the segment connecting the two points is perfectly horizontal. Step 4: Calculate the distance. The length of a horizontal line segment is simply the absolute difference between the xx-coordinates. Length=70(70)=140\text{Length} = |70 - (-70)| = 140 Final Answer: 140
Q12:ipmat indore 2023QAProgression & SeriesHardSA · TITA
If f(n)=1+2+3++(n+1)f(n)= 1 + 2 + 3 +\cdots+(n+1) and g(n)=k=1k=n1f(k)g(n)= \sum_{k=1}^{k=n} \dfrac{1}{f(k)}, then the least value of nn for which g(n)g(n) exceeds the value 99100\dfrac{99}{100} is:
Enter your answer to attempt
The Setup: Given an arithmetic sum base function f(n)f(n), we have a reciprocal series g(n)g(n). We must find the least integer nn that pushes g(n)g(n) above the threshold of 99/10099/100. Step 1: Simplify the base function f(n)f(n). The function is the sum of consecutive integers: f(n)=1+2+3++(n+1)=(n+1)(n+2)2f(n) = 1 + 2 + 3 + \dots + (n+1) = \frac{(n+1)(n+2)}{2} Step 2: Construct the series g(n)g(n) and apply partial fractions. g(n)=k=1n1f(k)=k=1n2(k+1)(k+2)g(n) = \sum_{k=1}^n \frac{1}{f(k)} = \sum_{k=1}^n \frac{2}{(k+1)(k+2)} Split the fraction using partial fraction decomposition: 2(k+1)(k+2)=2(1k+11k+2)\frac{2}{(k+1)(k+2)} = 2 \left( \frac{1}{k+1} - \frac{1}{k+2} \right) Step 3: Evaluate the telescoping sum. When summing from k=1k=1 to nn, all intermediate terms cancel out: g(n)=2[(1213)+(1314)++(1n+11n+2)]g(n) = 2 \left[ \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + \dots + \left(\frac{1}{n+1} - \frac{1}{n+2}\right) \right] g(n)=2(121n+2)=12n+2g(n) = 2 \left( \frac{1}{2} - \frac{1}{n+2} \right) = 1 - \frac{2}{n+2} Step 4: Apply the threshold inequality. We need g(n)>99100g(n) > \frac{99}{100}: 12n+2>0.991 - \frac{2}{n+2} > 0.99 0.01>2n+20.01 > \frac{2}{n+2} 1100>2n+2    n+2>200    n>198\frac{1}{100} > \frac{2}{n+2} \implies n+2 > 200 \implies n > 198 Since nn must be an integer, the least value fulfilling this is 199199. Final Answer: 199
Q13:ipmat indore 2023QARemainderEasySA · TITA
The polynomial 4x10x9+3x115x7+cx6+2x5x4+x34x2+6x24x ^ {10} - x ^ 9 + 3x ^ {11} - 5x ^ 7 + c x ^ 6 + 2x ^ 5 - x ^ 4 + x ^ 3 - 4x ^ 2 + 6x - 2 when divided by x1x - 1 leaves a remainder 2.2. Then the value of c+6c + 6 is
Enter your answer to attempt
The Setup: A polynomial divided by (x1)(x-1) leaves a remainder of 22. We apply the Polynomial Remainder Theorem to find a missing coefficient cc and then compute c+6c+6. Step 1: Apply the Remainder Theorem. If a polynomial P(x)P(x) is divided by (xa)(x - a), the remainder is exactly P(a)P(a). Here, dividing by (x1)(x - 1) gives a remainder of 22, meaning P(1)=2P(1) = 2. Step 2: Evaluate P(1)P(1) algebraically. Substitute x=1x = 1 into the polynomial. For x=1x=1, all powers of xx resolve to 11, leaving just the sum of the coefficients. P(1)=4(1)1(1)+3(1)5(1)+c(1)+2(1)1(1)+1(1)4(1)+6(1)2P(1) = 4(1) - 1(1) + 3(1) - 5(1) + c(1) + 2(1) - 1(1) + 1(1) - 4(1) + 6(1) - 2 Group the numerical terms: P(1)=41+35+21+14+62+cP(1) = 4 - 1 + 3 - 5 + 2 - 1 + 1 - 4 + 6 - 2 + c P(1)=3+cP(1) = 3 + c Step 3: Equate to the remainder and solve. c+3=2    c=1c + 3 = 2 \implies c = -1 Step 4: Calculate the final expression. We need the value of c+6c + 6. 1+6=5-1 + 6 = 5 Final Answer: 5
Q14:ipmat indore 2023QASimple & Compound InterestMediumSA · TITA
Assume it is the beginning of the year today. Ankita will earn INR 10,000 at the end of the year, which she plans to invest in a bank deposit immediately at a fixed simple interest of 0.5% per annum. Her yearly income will increase by INR 10,000 every year, and the fixed simple interest offered by the bank on new deposits will also increase by 0.5% per annum every year. If Ankita continues to invest all her yearly income in new bank deposits at the end of each year, the total interest earned by her, in INR, in five years from today will be
Enter your answer to attempt
The Setup: We evaluate sequential deposits placed at the end of each year with growing principals and scaling simple interest rates over a bounded 5-year timeline from 'today' (Start of Year 1). Step 1: Chart the timeline and investment parameters. Five years from today implies the timeline ends exactly at the conclusion of Year 5 (T=5). Simple Interest Formula: Interest=P×R×T\text{Interest} = P \times R \times T. * Deposit 1 (End of Yr 1, T=1): Earns 10,00010,000. Rate = 0.5%=0.0050.5\% = 0.005. Time invested = 44 years (T=1 to T=5). * Deposit 2 (End of Yr 2, T=2): Income rises by 10k, so earns 20,00020,000. Rate rises by 0.5%, so = 1.0%=0.011.0\% = 0.01. Time invested = 33 years. * Deposit 3 (End of Yr 3, T=3): Earns 30,00030,000. Rate = 1.5%=0.0151.5\% = 0.015. Time invested = 22 years. * Deposit 4 (End of Yr 4, T=4): Earns 40,00040,000. Rate = 2.0%=0.022.0\% = 0.02. Time invested = 11 year. * Deposit 5 (End of Yr 5, T=5): Earns 50,00050,000. Rate = 2.5%=0.0252.5\% = 0.025. Time invested = 00 years (cashed exactly as deposited). Step 2: Calculate interest for each independent deposit. * Interest 1: 10000×0.005×4=20010000 \times 0.005 \times 4 = 200 * Interest 2: 20000×0.010×3=60020000 \times 0.010 \times 3 = 600 * Interest 3: 30000×0.015×2=90030000 \times 0.015 \times 2 = 900 * Interest 4: 40000×0.020×1=80040000 \times 0.020 \times 1 = 800 * Interest 5: 50000×0.025×0=050000 \times 0.025 \times 0 = 0 Step 3: Sum the total interest. Total Interest=200+600+900+800+0=2500\text{Total Interest} = 200 + 600 + 900 + 800 + 0 = 2500 Final Answer: 2500
Q15:ipmat indore 2023QATime & WorkMediumSA · TITA
Amisha can complete a particular task in twenty days. After working for four days she fell sick for four days and resumed the work on the ninth day but with half of her original work rate. She completed the task in another twelve days with the help of a co-worker who joined her from the ninth day. The number of days required for the co-worker to complete the task alone would be
Enter your answer to attempt
The Setup: A worker finishes a partial task at shifting rates and enlists a co-worker to complete the remaining fraction. By mapping their combined work capacity against the remaining work, we can isolate the co-worker's individual rate. Step 1: Establish Amisha's work rates. Amisha's standard rate allows her to finish in 2020 days, so her normal rate is A=120A = \frac{1}{20} tasks/day. When she resumes, she works at half her original rate, making her new rate A=140A' = \frac{1}{40} tasks/day. Step 2: Calculate work completed before the break. Amisha works normally for 44 days. Work Done=4×(120)=420=15\text{Work Done} = 4 \times \left(\frac{1}{20}\right) = \frac{4}{20} = \frac{1}{5} Remaining Work=115=45\text{Remaining Work} = 1 - \frac{1}{5} = \frac{4}{5} Step 3: Formulate the combined work phase. She is sick for 44 days, so Day 9 begins the new phase. From Day 9, she and her co-worker work together for 1212 days to finish the job. Let the co-worker's rate be CC tasks/day. Combined Rate=A+C=140+C\text{Combined Rate} = A' + C = \frac{1}{40} + C Work done together=12×(140+C)\text{Work done together} = 12 \times \left(\frac{1}{40} + C\right) Set this equal to the remaining work: 12(140+C)=4512 \left(\frac{1}{40} + C\right) = \frac{4}{5} Step 4: Solve for CC and convert to days. Divide both sides by 1212: 140+C=460=115\frac{1}{40} + C = \frac{4}{60} = \frac{1}{15} C=115140C = \frac{1}{15} - \frac{1}{40} Find a common denominator (120120): C=81203120=5120=124C = \frac{8}{120} - \frac{3}{120} = \frac{5}{120} = \frac{1}{24} Since the co-worker's rate is 124\frac{1}{24} of the task per day, it would take them exactly 2424 days to complete the task alone. Final Answer: 24
Q16:ipmat indore 2023QAUnit DigitEasyMCQ · MCQ
Let pp be a positive integer such that the unit digit of p3p ^ 3 is 44. What are the possible unit digits of (p+3)3(p + 3) ^ 3
  • A3
  • B1, 7, 9
  • C4, 7
  • D1, 3, 7
Pick an option to attempt
The Setup: We are given a positive integer pp such that the unit digit of p3p^3 is exactly 44. We need to determine the possible unit digits of the expression (p+3)3(p+3)^3. Step 1: Determine the unit digit of pp. We evaluate the cubes of all base digits from 00 to 99 to see which produces a unit digit of 44: 03=0,13=1,23=8,33=27,43=64,53=125,63=216,73=343,83=512,93=7290^3 = 0, 1^3 = 1, 2^3 = 8, 3^3 = 27, 4^3 = 64, 5^3 = 125, 6^3 = 216, 7^3 = 343, 8^3 = 512, 9^3 = 729. The only digit whose cube ends in 44 is 44 itself. Therefore, the unit digit of pp must be 44. Step 2: Calculate the unit digit of (p+3)3(p+3)^3. Since p4(mod10)p \equiv 4 \pmod{10}, we substitute this into the target expression: p+34+37(mod10)p + 3 \equiv 4 + 3 \equiv 7 \pmod{10} Now, cube this resulting unit digit: 73=3437^3 = 343 The unit digit of 343343 is 33. Thus, the only possible unit digit for (p+3)3(p+3)^3 is 33. Final Answer: 3
Q17:ipmat indore 2023QAIntegral SolutionsMediumMCQ · MCQ
Let [x][x] denote the greatest integer not exceeding xx and {xx} =x[x]= x - [x] If nn is a natural number, then the sum of all values of xx satisfying the equation 2[x]=x+n2[x] = x + n{xx} is
  • An(n+2)2\dfrac{n(n+2)}{2}
  • B32\dfrac{3}{2}
  • Cn(n+1)2\dfrac{n(n+1)}{2}
  • Dnn
Pick an option to attempt
The Setup: We are given the equation 2[x]=x+n{x}2[x] = x + n\{x\}, where nn is a natural number, [x][x] is the greatest integer function, and {x}\{x\} is the fractional part. We must find the sum of all values of xx that satisfy this equation. Step 1: Express xx in terms of its integer and fractional parts. By definition, any real number xx can be written as x=[x]+{x}x = [x] + \{x\}. Substitute this into the given equation: 2[x]=([x]+{x})+n{x}2[x] = ([x] + \{x\}) + n\{x\} [x]=(n+1){x}[x] = (n+1)\{x\} Step 2: Isolate the fractional part and apply its bounds. {x}=[x]n+1\{x\} = \frac{[x]}{n+1} By the definition of the fractional part function, 0{x}<10 \le \{x\} < 1. 0[x]n+1<10 \le \frac{[x]}{n+1} < 1 Since nn is a natural number (n1n \ge 1), n+1n+1 is strictly positive. Multiply the inequality by n+1n+1: 0[x]<n+10 \le [x] < n+1 Because [x][x] must be an integer, the possible values for [x][x] are the integers 0,1,2,,n0, 1, 2, \dots, n. Step 3: Formulate xx and calculate the sum. Substitute the expression for {x}\{x\} back into x=[x]+{x}x = [x] + \{x\}: x=[x]+[x]n+1=[x](1+1n+1)=[x](n+2n+1)x = [x] + \frac{[x]}{n+1} = [x]\left(1 + \frac{1}{n+1}\right) = [x]\left(\frac{n+2}{n+1}\right) To find the sum of all valid xx, we sum this expression over all possible values of [x][x] from 00 to nn: Sum=k=0nk(n+2n+1)=(n+2n+1)k=0nk\text{Sum} = \sum_{k=0}^{n} k\left(\frac{n+2}{n+1}\right) = \left(\frac{n+2}{n+1}\right) \sum_{k=0}^{n} k Using the sum of the first nn integers formula k=0nk=n(n+1)2\sum_{k=0}^n k = \frac{n(n+1)}{2}: Sum=(n+2n+1)(n(n+1)2)=n(n+2)2\text{Sum} = \left(\frac{n+2}{n+1}\right) \left(\frac{n(n+1)}{2}\right) = \frac{n(n+2)}{2} Final Answer: n(n+2)2\frac{n(n+2)}{2}
Q18:ipmat indore 2023QAInequalitiesEasyMCQ · MCQ
The set of all real values of x satisfying the inequality x2(x+1)(x1)(2x+1)3>0\dfrac{x^2(x+1)}{(x-1)(2x+1)^3} > 0 is
  • A(,1)(-\infty, -1) U (12,0)(-\dfrac{1}{2}, 0) U (1,+)(1, +\infty)
  • B(1,12)(-1, -\dfrac{1}{2}) U (1,+)(1,+\infty)
  • C(1,0)(-1, 0) U (1,+)(1,+\infty)
  • D(1,12)(-1, -\dfrac{1}{2}) U (0,+)(0,+\infty)
Pick an option to attempt
The Setup: We must find the set of all real values of xx that satisfy the rational inequality x2(x+1)(x1)(2x+1)3>0\frac{x^2(x+1)}{(x-1)(2x+1)^3} > 0. Step 1: Identify the critical points. Set the numerator and denominator factors to zero to find the critical points where the expression changes sign or becomes undefined: Numerator: x=0x = 0 (multiplicity 2, even), x=1x = -1 (multiplicity 1, odd). Denominator: x=1x = 1 (multiplicity 1, odd), x=1/2x = -1/2 (multiplicity 3, odd). The critical points in ascending order are: 1,1/2,0,1-1, -1/2, 0, 1. Step 2: Evaluate the sign intervals using a test-point method. Because the factor x2x^2 is always non-negative and touches 00 at x=0x=0, the sign does not change across x=0x=0. We test the regions partitioned by the odd-multiplicity critical points (1,1/2,1-1, -1/2, 1): * **Region x>1x > 1:** Test x=2x = 2. Expression is (+)(+)/(+)(+)>0(+)(+)/(+)(+) > 0. (Valid) * **Region 1/2<x<1-1/2 < x < 1 (excluding 00):** Since sign alternates at x=1x=1, this region is negative. (Invalid) * **Region 1<x<1/2-1 < x < -1/2:** Since sign alternates at x=1/2x=-1/2, this region is positive. (Valid) * **Region x<1x < -1:** Since sign alternates at x=1x=-1, this region is negative. (Invalid) Step 3: Combine the valid intervals. The strict inequality requires the expression to be strictly greater than 00, so the critical points themselves are not included. The valid intervals are (1,1/2)(-1, -1/2) and (1,+)(1, +\infty). Set=(1,12)(1,+)\text{Set} = \left(-1, -\frac{1}{2}\right) \cup (1, +\infty) Final Answer: (1,12)(1,+)(-1,-\frac{1}{2})\cup(1,+\infty)
Q19:ipmat indore 2023QAProfit & LossEasyMCQ · MCQ
A goldsmith bought a large solid golden ball at INR 1,000,000 and melted it to make a certain number of solid spherical beads such that the radius of each bead was one-fifth of the radius of the original ball. Assume that the cost of making golden beads is negligible. If the goldsmith sold all the beads at 20% discount on the listed price and made a total profit of 20%, then the listed price or each golden bead, in INR, was
  • A48000
  • B12000
  • C9600
  • D24000
Pick an option to attempt
The Setup: A solid golden ball costing INR 1,000,0001,000,000 is melted into smaller spherical beads. The radius of each bead is one-fifth of the original ball's radius. The beads are sold at a 20%20\% discount for a total overall profit of 20%20\%. We must find the listed price per bead. Step 1: Calculate the number of beads produced. Let the radius of the original ball be RR and the radius of a bead be rr. We are given r=R5r = \frac{R}{5}. The volume of a sphere is proportional to the cube of its radius. Number of beads=Volume of original ballVolume of one bead=43πR343πr3=(Rr)3=(5)3=125\text{Number of beads} = \frac{\text{Volume of original ball}}{\text{Volume of one bead}} = \frac{\frac{4}{3}\pi R^3}{\frac{4}{3}\pi r^3} = \left(\frac{R}{r}\right)^3 = (5)^3 = 125 So, 125125 identical beads are produced. Step 2: Calculate the required revenue per bead. The total cost is INR 1,000,0001,000,000. The total profit made is 20%20\%, so the total revenue generated is 120%120\% of the cost: Total Revenue=1,000,000×1.20=1,200,000\text{Total Revenue} = 1,000,000 \times 1.20 = 1,200,000 Since this revenue comes from selling 125125 beads, the selling price (SPSP) per bead is: SP=1,200,000125=9600SP = \frac{1,200,000}{125} = 9600 Step 3: Calculate the listed price. The selling price is derived after a 20%20\% discount is applied to the listed price (LL). 0.80×L=96000.80 \times L = 9600 L=96000.80=12000L = \frac{9600}{0.80} = 12000 Final Answer: 12000
Q20:ipmat indore 2023QACirclesMediumMCQ · MCQ
Which of the following straight lines are both tangent to the circle x2+y26x+4y12=0x ^ 2 + y ^ 2 - 6x + 4y - 12 = 0?
  • A4x+3y+19=0,4x+3y31=04x+3y+19=0, 4x+3y-31=0
  • B4x+3y19=0,4x+3y+31=04x+3y-19=0, 4x+3y+31=0
  • C4x+3y19=0,4x+3y31=04x+3y-19=0, 4x+3y-31=0
  • D4x+3y+19=0,4x+3y+31=04x+3y+19=0, 4x+3y+31=0
Pick an option to attempt
The Setup: We are asked to identify which pair of straight lines are both tangents to the circle defined by x2+y26x+4y12=0x^2+y^2-6x+4y-12=0. Step 1: Determine the center and radius of the circle. Complete the square for both xx and yy to convert the equation into standard circle form (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2: (x26x+9)+(y2+4y+4)=12+9+4(x^2 - 6x + 9) + (y^2 + 4y + 4) = 12 + 9 + 4 (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25 The center of the circle is C=(3,2)C = (3, -2) and the radius is r=25=5r = \sqrt{25} = 5. Step 2: Apply the tangent distance formula. For a line Ax+By+C=0Ax + By + C = 0 to be tangent to a circle, the perpendicular distance from the circle's center to the line must exactly equal the radius rr. Looking at the options, all candidate lines have the form 4x+3y+c=04x + 3y + c = 0. Set the perpendicular distance from (3,2)(3, -2) to the line equal to 55: 4(3)+3(2)+c42+32=5\frac{|4(3) + 3(-2) + c|}{\sqrt{4^2 + 3^2}} = 5 126+c25=5\frac{|12 - 6 + c|}{\sqrt{25}} = 5 6+c5=5\frac{|6 + c|}{5} = 5 6+c=25|6 + c| = 25 Step 3: Solve for the constant cc. This absolute value equation yields two valid cases for cc: Case 1: 6+c=25    c=196 + c = 25 \implies c = 19 Case 2: 6+c=25    c=316 + c = -25 \implies c = -31 The two tangent lines are 4x+3y+19=04x + 3y + 19 = 0 and 4x+3y31=04x + 3y - 31 = 0. Final Answer: 4x+3y+19=0,4x+3y31=04x+3y+19=0,4x+3y-31=0
Q21:ipmat indore 2023QAMatrices & DeterminantsMediumMCQ · MCQ
If A=[123a]A = \begin{bmatrix} 1 & 2 \newline 3 & a \end{bmatrix} where aa is a real number and det (A33A25A)=0(A ^ 3 - 3A ^ 2 - 5A) = 0 then one of the values of aa can be
  • A4
  • B6
  • C1
  • D5
Pick an option to attempt
The Setup: We are given a 2×22 \times 2 matrix AA with a variable aa. We must find a valid value for aa given that det(A33A25A)=0\det(A^3-3A^2-5A)=0. Step 1: Factor the matrix polynomial. A33A25A=A(A23A5I)A^3 - 3A^2 - 5A = A(A^2 - 3A - 5I) Using the determinant product rule det(XY)=det(X)det(Y)\det(XY) = \det(X)\det(Y), the condition becomes: det(A)det(A23A5I)=0\det(A) \cdot \det(A^2 - 3A - 5I) = 0 This means that either det(A)=0\det(A) = 0 or det(A23A5I)=0\det(A^2 - 3A - 5I) = 0. Step 2: Test the first determinant condition. Calculate the determinant of matrix AA: A=[123a]A = \begin{bmatrix} 1 & 2 \\ 3 & a \end{bmatrix} det(A)=(1)(a)(2)(3)=a6\det(A) = (1)(a) - (2)(3) = a - 6 If det(A)=0\det(A) = 0, then a6=0    a=6a - 6 = 0 \implies a = 6. Checking the multiple-choice options provided in the prompt, 66 is a listed option. Final Answer: 6
Q22:ipmat indore 2023QATime, Speed & DistanceEasyMCQ · MCQ
A helicopter flies along the sides of a square field of side length 100 kms. The first side is covered at a speed of 100 kmph, and for each subsequent side the speed is increased by 100 kmph till it covers all the sides. The average speed of the helicopter is
  • A250 kmph
  • B184 kmph
  • C192 kmph
  • D200 kmph
Pick an option to attempt
The Setup: A helicopter flies around the perimeter of a 100 km×100 km100\text{ km} \times 100\text{ km} square field. Its speed starts at 100 kmph100\text{ kmph} for the first side and increases by 100 kmph100\text{ kmph} for each subsequent side. We must calculate its average speed for the entire trip. Step 1: Determine the distance and speed for each leg. Since the field is a square with side length 100 km100\text{ km}, the helicopter flies four distinct legs of 100 km100\text{ km} each. * Side 1: Distance = 100 km100\text{ km}, Speed = 100 kmph100\text{ kmph} * Side 2: Distance = 100 km100\text{ km}, Speed = 200 kmph200\text{ kmph} * Side 3: Distance = 100 km100\text{ km}, Speed = 300 kmph300\text{ kmph} * Side 4: Distance = 100 km100\text{ km}, Speed = 400 kmph400\text{ kmph} Step 2: Calculate the time taken for each leg. Using Time = Distance / Speed: * T1=100100=1 hourT_1 = \frac{100}{100} = 1\text{ hour} * T2=100200=12 hourT_2 = \frac{100}{200} = \frac{1}{2}\text{ hour} * T3=100300=13 hourT_3 = \frac{100}{300} = \frac{1}{3}\text{ hour} * T4=100400=14 hourT_4 = \frac{100}{400} = \frac{1}{4}\text{ hour} Step 3: Calculate the average speed. Average Speed=Total DistanceTotal Time\text{Average Speed} = \frac{\text{Total Distance}}{\text{Total Time}} Total Distance=4×100=400 km\text{Total Distance} = 4 \times 100 = 400\text{ km} Total Time=1+12+13+14=12+6+4+312=2512 hours\text{Total Time} = 1 + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} = \frac{12 + 6 + 4 + 3}{12} = \frac{25}{12}\text{ hours} Average Speed=4002512=400×1225=16×12=192 kmph\text{Average Speed} = \frac{400}{\frac{25}{12}} = 400 \times \frac{12}{25} = 16 \times 12 = 192\text{ kmph} Final Answer: 192 kmph
Q23:ipmat indore 2023QARatio, Proportion & VariationEasyMCQ · MCQ
(a+b)(b+c)=(c+d)(d+a)\dfrac{(a + b)}{(b + c)} = \dfrac{(c + d)}{(d + a)} which of the following statements is always true?
  • Aa+b+c+d=0a + b + c + d = 0
  • Ba=c,a=c, or a+b+c+d=0a+b+c+d = 0
  • Ca=ca=c
  • Da=c,a=c, and b=db=d
Pick an option to attempt
The Setup: We are given the algebraic equality a+bb+c=c+dd+a\frac{a+b}{b+c} = \frac{c+d}{d+a}. We need to evaluate which conditional statement must necessarily follow. Step 1: Cross-multiply to clear the fractions. (a+b)(a+d)=(c+d)(b+c)(a+b)(a+d) = (c+d)(b+c) Step 2: Expand both sides of the equation. a2+ad+ab+bd=bc+c2+bd+cda^2 + ad + ab + bd = bc + c^2 + bd + cd Step 3: Simplify and factor the expression. Subtract the right side from the left side. Notice that the +bd+bd term exists on both sides and cancels out: a2+ad+abbcc2cd=0a^2 + ad + ab - bc - c^2 - cd = 0 Group the terms strategically to factor by grouping. Pair the squares, and group the remaining terms by common factors bb and dd: (a2c2)+b(ac)+d(ac)=0(a^2 - c^2) + b(a - c) + d(a - c) = 0 Apply the difference of squares identity to the first term: (ac)(a+c)+b(ac)+d(ac)=0(a - c)(a + c) + b(a - c) + d(a - c) = 0 Factor out the common binomial term (ac)(a - c): (ac)(a+c+b+d)=0(a - c)(a + c + b + d) = 0 Step 4: Evaluate the Zero Product Property. For this product to be zero, at least one of the factors must be zero: Factor 1: ac=0    a=ca - c = 0 \implies a = c Factor 2: a+b+c+d=0a + b + c + d = 0 Thus, it must always be true that a=ca=c or a+b+c+d=0a+b+c+d=0. Final Answer: a=c,a=c, or a+b+c+d=0a+b+c+d=0
Q24:ipmat indore 2023QAPolynomialsMediumMCQ · MCQ
If the harmonic mean of the roots of the equation (5+2)x2bx+8+25=0(5 + \sqrt{2}) x ^ 2 - bx + 8 + 2\sqrt{5} = 0 is 44 then the value of bb is
  • A22
  • B454-\sqrt{5}
  • C33
  • D4+54+\sqrt{5}
Pick an option to attempt
The Setup: We are given a quadratic equation (5+2)x2bx+8+25=0(5+\sqrt{2})x^2 - bx + 8+2\sqrt{5} = 0 whose roots have a harmonic mean of 44. We must find the value of bb. Step 1: Establish the Harmonic Mean formula for the roots. Let the roots of the quadratic equation be α\alpha and β\beta. The Harmonic Mean (HM) of two numbers is defined as: HM=2αβα+βHM = \frac{2\alpha\beta}{\alpha+\beta} We are given that HM=4HM = 4. Step 2: Extract the sum and product of the roots from the quadratic. Using Vieta's formulas for Ax2+Bx+C=0Ax^2 + Bx + C = 0: Sum of roots (α+β)=BA=b5+2\text{Sum of roots } (\alpha+\beta) = -\frac{B}{A} = \frac{b}{5+\sqrt{2}} Product of roots (αβ)=CA=8+255+2\text{Product of roots } (\alpha\beta) = \frac{C}{A} = \frac{8+2\sqrt{5}}{5+\sqrt{2}} Step 3: Substitute Vieta's results into the Harmonic Mean equation. 4=2(8+255+2)(b5+2)4 = \frac{2 \left( \frac{8+2\sqrt{5}}{5+\sqrt{2}} \right)}{\left( \frac{b}{5+\sqrt{2}} \right)} Notice that the complex denominator (5+2)(5+\sqrt{2}) neatly cancels out from both the numerator and the denominator of the large fraction: 4=2(8+25)b4 = \frac{2(8+2\sqrt{5})}{b} 4=16+45b4 = \frac{16+4\sqrt{5}}{b} Step 4: Solve for bb. 4b=16+454b = 16 + 4\sqrt{5} Divide both sides by 44: b=4+5b = 4 + \sqrt{5} Final Answer: 4+54+\sqrt{5}
Q25:ipmat indore 2023QASimple & Compound InterestEasyMCQ · MCQ
If the difference between compound interest and simple interest for a certain amount of money invested for 33 years at an annual interest rate of 10%10\% is INR 527527, then the amount invested in INR is
  • A17000
  • B15000
  • C1500
  • D170000
Pick an option to attempt
The Setup: The difference between Compound Interest (CI) and Simple Interest (SI) on a principal amount invested for 33 years at a 10%10\% annual rate is INR 527527. We need to determine the original principal amount. Step 1: State the 3-year CI and SI difference formula. For a principal PP invested for exactly 33 years at an annual interest rate RR (expressed as a percentage), the difference DD between CI and SI is given by the standard derived formula: D=P(R100)2(R100+3)D = P \left(\frac{R}{100}\right)^2 \left(\frac{R}{100} + 3\right) Step 2: Substitute the known values into the formula. We are given D=527D = 527 and R=10R = 10. 527=P(10100)2(10100+3)527 = P \left(\frac{10}{100}\right)^2 \left(\frac{10}{100} + 3\right) 527=P(0.1)2(0.1+3)527 = P (0.1)^2 (0.1 + 3) 527=P(0.01)(3.1)527 = P (0.01)(3.1) 527=0.031P527 = 0.031 P Step 3: Solve for the Principal PP. P=5270.031=527,00031P = \frac{527}{0.031} = \frac{527,000}{31} Divide 527527 by 3131 to simplify the fraction: 527÷31=17527 \div 31 = 17 P=17,000P = 17,000 Final Answer: 17000
Q26:ipmat indore 2023QAProgression & SeriesMediumMCQ · MCQ
Let a1,a2,a3a_{1}, a_{2}, a_{3} be three distinct real numbers in geometric progression. If the equations a1x2+2a2x+a3=0a_{1} x ^ 2 + 2a_{2}x + a_{3} = 0 and b1x2+2b2x+b3=0b_{1} x ^ 2 + 2b_{2}x + b_{3} = 0 have a common root, then which of the following is necessarily true?
  • Ab1a1,b2a2,b3a3\dfrac{b_{1}}{a_{1}}, \dfrac{b_{2}}{a_{2}}, \dfrac{b_{3}}{a_{3}} are in geometric progression
  • Bb1,b2,b3b_{1}, b_{2}, b_{3} are in geometric progression
  • Cb1,b2,b3b_{1}, b_{2}, b_{3} are in arithmetic progression
  • Db1a1,b2a2,b3a3\dfrac{b_{1}}{a_{1}}, \dfrac{b_{2}}{a_{2}}, \dfrac{b_{3}}{a_{3}} are in arithmetic progression
Pick an option to attempt
The Setup: Given three distinct real numbers a1,a2,a3a_1, a_2, a_3 in a geometric progression (GP), we are told the quadratics a1x2+2a2x+a3=0a_1x^2+2a_2x+a_3=0 and b1x2+2b2x+b3=0b_1x^2+2b_2x+b_3=0 share a common root. We must deduce the relationship between the ratios of their coefficients. Step 1: Analyze the first quadratic equation. Since a1,a2,a3a_1, a_2, a_3 are in GP, they satisfy the property a22=a1a3a_2^2 = a_1a_3. Check the discriminant (DD) of the first quadratic equation a1x2+2a2x+a3=0a_1x^2 + 2a_2x + a_3 = 0: D=(2a2)24(a1)(a3)=4a224a1a3D = (2a_2)^2 - 4(a_1)(a_3) = 4a_2^2 - 4a_1a_3 Substitute a1a3a_1a_3 for a22a_2^2: D=4(a1a3)4a1a3=0D = 4(a_1a_3) - 4a_1a_3 = 0 Since D=0D = 0, the first equation has a single repeated real root. We find this root using the quadratic formula: x=2a22a1=a2a1x = \frac{-2a_2}{2a_1} = -\frac{a_2}{a_1} Step 2: Apply the common root constraint. Because the two equations share a common root, and the first equation only has *one* unique root, this root (x=a2/a1x = -a_2/a_1) must exactly be the root of the second equation b1x2+2b2x+b3=0b_1x^2+2b_2x+b_3=0. Substitute x=a2/a1x = -a_2/a_1 into the second equation: b1(a2a1)2+2b2(a2a1)+b3=0b_1\left(-\frac{a_2}{a_1}\right)^2 + 2b_2\left(-\frac{a_2}{a_1}\right) + b_3 = 0 b1a22a122b2a2a1+b3=0b_1\frac{a_2^2}{a_1^2} - 2b_2\frac{a_2}{a_1} + b_3 = 0 Step 3: Simplify the relationship to match the options. Divide the entire equation by a3a_3: b1a22a12a32b2a2a1a3+b3a3=0b_1\frac{a_2^2}{a_1^2 a_3} - 2b_2\frac{a_2}{a_1 a_3} + \frac{b_3}{a_3} = 0 Use the GP identity a22=a1a3a_2^2 = a_1a_3 to simplify the denominators. For the first term: a22a12a3=a1a3a12a3=1a1\frac{a_2^2}{a_1^2 a_3} = \frac{a_1 a_3}{a_1^2 a_3} = \frac{1}{a_1} For the second term: a2a1a3=a2a22=1a2\frac{a_2}{a_1 a_3} = \frac{a_2}{a_2^2} = \frac{1}{a_2} Substitute these back: b1a12b2a2+b3a3=0\frac{b_1}{a_1} - 2\frac{b_2}{a_2} + \frac{b_3}{a_3} = 0 2(b2a2)=b1a1+b3a32\left(\frac{b_2}{a_2}\right) = \frac{b_1}{a_1} + \frac{b_3}{a_3} This fits the exact definition of an Arithmetic Progression (AP) where the middle term is the arithmetic mean of the outer terms. Final Answer: b1a1.\frac{b_{1}}{a_{1}}. b2a2,\frac{b_{2}}{a_{2}}, b3a3\frac{b_{3}}{a_{3}} are in arithmetic progression
Q27:ipmat indore 2023QATrianglesHardMCQ · MCQ
In a triangle ABC, let D be the midpoint of BC, and AM be the altitude on BC. If the lengths of AB, BC and CA are in the ratio of 2:4:3, then the ratio of the lengths of BM and AD would be
  • A11:41011:4\sqrt{10}
  • B12:1112:11
  • C11:1211:12
  • D410:114\sqrt{10}:11
Pick an option to attempt
The Setup: In ABC\triangle ABC, DD is the midpoint of BCBC, and AMAM is the altitude on BCBC. With side ratios AB:BC:CA=2:4:3AB:BC:CA = 2:4:3, we must find the length ratio BM:ADBM:AD. Step 1: Assign algebraic lengths to the sides. Let the sides be c=AB=2xc = AB = 2x, a=BC=4xa = BC = 4x, and b=CA=3xb = CA = 3x. Since DD is the midpoint of BCBC, BD=BC2=2xBD = \frac{BC}{2} = 2x. Step 2: Calculate the length of BMBM. Use the Law of Cosines to find cosB\cos B in ABC\triangle ABC: cosB=a2+c2b22ac=(4x)2+(2x)2(3x)22(4x)(2x)\cos B = \frac{a^2 + c^2 - b^2}{2ac} = \frac{(4x)^2 + (2x)^2 - (3x)^2}{2(4x)(2x)} cosB=16x2+4x29x216x2=11x216x2=1116\cos B = \frac{16x^2 + 4x^2 - 9x^2}{16x^2} = \frac{11x^2}{16x^2} = \frac{11}{16} In the right-angled ABM\triangle ABM, the segment BMBM represents the adjacent side to angle BB. Thus, BM=ccosBBM = c \cdot \cos B: BM=2x(1116)=11x8BM = 2x \left(\frac{11}{16}\right) = \frac{11x}{8} Step 3: Calculate the length of the median ADAD. Apply Apollonius's Theorem to the median ADAD: AB2+AC2=2(AD2+BD2)AB^2 + AC^2 = 2(AD^2 + BD^2) (2x)2+(3x)2=2(AD2+(2x)2)(2x)^2 + (3x)^2 = 2(AD^2 + (2x)^2) 4x2+9x2=2AD2+8x24x^2 + 9x^2 = 2AD^2 + 8x^2 13x28x2=2AD213x^2 - 8x^2 = 2AD^2 5x2=2AD2    AD2=5x22    AD=x52=x1025x^2 = 2AD^2 \implies AD^2 = \frac{5x^2}{2} \implies AD = \frac{x\sqrt{5}}{\sqrt{2}} = \frac{x\sqrt{10}}{2} Step 4: Compute the ratio BM:ADBM : AD. Ratio=11x8x102=118×210=22810=11410\text{Ratio} = \frac{\frac{11x}{8}}{\frac{x\sqrt{10}}{2}} = \frac{11}{8} \times \frac{2}{\sqrt{10}} = \frac{22}{8\sqrt{10}} = \frac{11}{4\sqrt{10}} Final Answer: 11:41011:4\sqrt{10}
Q28:ipmat indore 2023QALogarithmsMediumMCQ · MCQ
Let a,b,ca, b, c be real numbers greater than 1, and nn be a positive real number not equal to 1. If logn(log2a)=1;logn(log2b)=2log_n(log_2a) = 1; log_n(log_2b) = 2 and logn(log2c)=3log_n(log_2c) = 3 then which of the following is true?
  • A(ba)n=(cb)(b-a)^n=(c-b)
  • Ban+bn=cna^n+b^n=c^n
  • Ca+b=ca+b=c
  • D(an+b)n=ac(a^n+b)^n=ac
Pick an option to attempt
The Setup: We are given a system of nested logarithms: logn(log2a)=1\log_n(\log_2 a)=1, logn(log2b)=2\log_n(\log_2 b)=2, and logn(log2c)=3\log_n(\log_2 c)=3. We must establish which given algebraic relationship holds true. Step 1: Convert the logarithmic equations into exponential form. Using the rule logx(y)=z    y=xz\log_x(y) = z \implies y = x^z: Equation 1: log2a=n1=n    a=2n\log_2 a = n^1 = n \implies a = 2^n Equation 2: log2b=n2    b=2n2\log_2 b = n^2 \implies b = 2^{n^2} Equation 3: log2c=n3    c=2n3\log_2 c = n^3 \implies c = 2^{n^3} Step 2: Express variables in terms of each other. Notice that the exponent of bb is the square of the exponent of aa: b=2n2=(2n)n=anb = 2^{n^2} = (2^n)^n = a^n Notice that the exponent of cc relates to bb: c=2n3=(2n2)n=bnc = 2^{n^3} = (2^{n^2})^n = b^n We also know that cc relates to aa by c=(2n)n2=an2c = (2^n)^{n^2} = a^{n^2}. Additionally, multiply aa and cc: ac=2n2n3=2n+n3ac = 2^n \cdot 2^{n^3} = 2^{n + n^3} Alternatively, ac=abnac = a \cdot b^n. Step 3: Evaluate the multiple-choice options. We test the specific option (an+b)n=ac(a^n+b)^n = ac to see if it holds true. Substitute b=anb = a^n into the left side: Left Side=(b+b)n=(2b)n\text{Left Side} = (b + b)^n = (2b)^n Distribute the exponent: (2b)n=2nbn(2b)^n = 2^n \cdot b^n Now, substitute our initial mappings back in. We know 2n=a2^n = a and bn=cb^n = c: 2nbn=ac2^n \cdot b^n = a \cdot c The left side mathematically perfectly matches the right side acac. Final Answer: (an+b)n=ac(a^{n}+b)^{n}=ac
Q29:ipmat indore 2023QAPermutation & CombinationEasyMCQ · MCQ
Consider an 8×88 \times 8 chessboard. The number of ways 8 rooks can be placed on the board such that no two rooks are in the same row and no two are in the same column is
  • A7
  • B7!
  • C8
  • D8!
Pick an option to attempt
The Setup: We need to find the total number of ways to place 88 indistinguishable rooks on a standard 8×88 \times 8 chessboard such that no two rooks threaten each other (no two share the same row or column). Step 1: Place the rooks sequentially row by row. To ensure no two rooks share a row, exactly one rook must be placed in each of the 8 rows. * Row 1: The first rook can be placed in any of the 88 squares (columns) in the first row. * Row 2: The second rook must be placed in the second row, but it cannot share the column occupied by the first rook. This leaves 77 valid squares. * Row 3: The third rook cannot share a column with the first two rooks, leaving 66 valid squares. * \dots * Row 8: The final rook is forced into the single remaining unoccupied column. Step 2: Calculate total configurations. The total number of valid placements is the product of the independent choices for each row: Total Ways=8×7×6×5×4×3×2×1=8!\text{Total Ways} = 8 \times 7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 8! Final Answer: 8!
Q30:ipmat indore 2023QAConic SectionsEasyMCQ · MCQ
The equation x2+y22x4y+5=0x^2 + y^2 - 2x - 4y +5 = 0 represents
  • Aa pair of straight lines
  • Ba circle
  • Can ellipse
  • Da point
Pick an option to attempt
The Setup: We are given the conic equation x2+y22x4y+5=0x^2+y^2-2x-4y+5=0 and asked to classify the specific geometric shape it represents. Step 1: Reformat the equation using completing the square. Group the xx terms and yy terms: (x22x)+(y24y)=5(x^2 - 2x) + (y^2 - 4y) = -5 Complete the square for xx by adding (2/2)2=1(-2/2)^2 = 1: Complete the square for yy by adding (4/2)2=4(-4/2)^2 = 4: Balance the equation by adding these to the right side as well: (x22x+1)+(y24y+4)=5+1+4(x^2 - 2x + 1) + (y^2 - 4y + 4) = -5 + 1 + 4 Step 2: Simplify and classify the equation. (x1)2+(y2)2=0(x - 1)^2 + (y - 2)^2 = 0 This is the standard form of a circle (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Here, the radius squared is exactly 00 (r=0r = 0). A circle with a radius of 00 mathematically collapses into a single coordinate point located at its center, (1,2)(1, 2). Final Answer: a point
Q31:ipmat indore 2023QAProgression & SeriesHardMCQ · MCQ
A person standing at the centre of an open ground first walks 32 meters towards the east, takes a right turn and walks 16 meters, takes another right turn and walks 8 meters, and so on. How far will the person be from the original starting point after an infinite number of such walks in this pattern?
  • A3232 meters
  • B325\frac{32}{\sqrt{5}} meters
  • C6464 meters
  • D645\frac{64}{\sqrt{5}} meters
Pick an option to attempt
The Setup: A person maps out a path taking consecutive 9090^\circ right turns, with each leg of the journey halving in distance (32m,16m,8m32\text{m}, 16\text{m}, 8\text{m} \dots). We must find their net displacement from the origin after infinite turns. Step 1: Establish a coordinate system. Let the starting point be the origin (0,0)(0,0). * Leg 1: 32m32\text{m} East (Positive xx-direction). * Leg 2: 16m16\text{m} South (Negative yy-direction). * Leg 3: 8m8\text{m} West (Negative xx-direction). * Leg 4: 4m4\text{m} North (Positive yy-direction). * Leg 5: 2m2\text{m} East (Positive xx-direction). This pattern continues infinitely. Step 2: Calculate the net displacement on the xx-axis. The xx-coordinate sequence alternates direction every two steps: 3232 (East), 8-8 (West), 22 (East), 0.5-0.5 (West) \dots This forms an infinite geometric progression where the first term a=32a = 32 and the common ratio r=14r = -\frac{1}{4}. Xfinal=a1r=321(1/4)=325/4=32×45=1285X_{\text{final}} = \frac{a}{1 - r} = \frac{32}{1 - (-1/4)} = \frac{32}{5/4} = 32 \times \frac{4}{5} = \frac{128}{5} Step 3: Calculate the net displacement on the yy-axis. The yy-coordinate sequence begins on the second step: 16-16 (South), 44 (North), 1-1 (South) \dots This forms an infinite geometric progression where a=16a = -16 and r=14r = -\frac{1}{4}. (We'll use magnitude for distance). Yfinal=161(1/4)=165/4=16×45=645Y_{\text{final}} = \frac{16}{1 - (-1/4)} = \frac{16}{5/4} = 16 \times \frac{4}{5} = \frac{64}{5} Step 4: Calculate the final straight-line distance. Use the Pythagorean theorem: D=Xfinal2+Yfinal2D = \sqrt{X_{\text{final}}^2 + Y_{\text{final}}^2}. D=(1285)2+(645)2=64522+12=6455D = \sqrt{\left(\frac{128}{5}\right)^2 + \left(\frac{64}{5}\right)^2} = \frac{64}{5} \sqrt{2^2 + 1^2} = \frac{64\sqrt{5}}{5} Simplify by converting the denominator: D=645(55)=645D = \frac{64\sqrt{5}}{(\sqrt{5}\cdot\sqrt{5})} = \frac{64}{\sqrt{5}} Final Answer: 645\frac{64}{\sqrt{5}} meters
Q32:ipmat indore 2023QALogarithmsHardMCQ · MCQ
If log(cosx)(sinx)+log(sinx)(cosx)=2,\log_{(cos x)}(sin x) + \log_{(sin x)}(cos x) = 2, then the value of xx is
  • Anπ+π4,nn\pi + \dfrac{\pi}{4}, n is an integer
  • B2nπ+π4,n2n\pi + \dfrac{\pi}{4}, n is an integer
  • Cnπ4,n\dfrac{n\pi}{4}, n is an integer
  • Dnπ4+π4,n\dfrac{n\pi}{4} + \dfrac{\pi}{4}, n is an integer
Pick an option to attempt
The Setup: We must solve for xx given the trigonometric logarithmic equation logcosx(sinx)+logsinx(cosx)=2\log_{\cos x}(\sin x) + \log_{\sin x}(\cos x) = 2. Step 1: Use substitution to solve the algebra. By the base-change inversion property of logarithms, logab=1logba\log_a b = \frac{1}{\log_b a}. Let t=logcosx(sinx)t = \log_{\cos x}(\sin x). The equation becomes: t+1t=2t + \frac{1}{t} = 2 Multiply by tt to form a quadratic: t22t+1=0    (t1)2=0    t=1t^2 - 2t + 1 = 0 \implies (t - 1)^2 = 0 \implies t = 1 Step 2: Re-substitute to find the trigonometric relation. logcosx(sinx)=1    cos1x=sinx    sinx=cosx\log_{\cos x}(\sin x) = 1 \implies \cos^1 x = \sin x \implies \sin x = \cos x Dividing by cosx\cos x yields tanx=1\tan x = 1. Step 3: Evaluate the domain restrictions for logarithms. For a logarithm logba\log_b a to be defined, the base b>0,b1b > 0, b \neq 1, and the argument a>0a > 0. Thus, we strictly require sinx>0\sin x > 0, sinx1\sin x \neq 1, cosx>0\cos x > 0, and cosx1\cos x \neq 1. This strictly restricts valid solutions for xx exclusively to the first quadrant of the unit circle. Step 4: Find the general solution for xx. The first-quadrant angle where tanx=1\tan x = 1 is π4\frac{\pi}{4}. To represent all coterminal first-quadrant angles, we add full 360360^\circ rotations, which is 2nπ2n\pi, where nn is an integer. x=2nπ+π4x = 2n\pi + \frac{\pi}{4} Final Answer: 2nπ+π4,2n\pi+\frac{\pi}{4}, n is an integer
Q33:ipmat indore 2023QAPermutation & CombinationMediumMCQ · MCQ
A rabbit is sitting at the base of a staircase which has 10 steps. It proceeds to the top of the staircase by climbing either one step at a time or two steps at a time. The number of ways it can reach the top is
  • A144
  • B89
  • C34
  • D55
Pick an option to attempt
The Setup: A rabbit climbs a 1010-step staircase, taking either one or two steps at a time. We must find the total number of unique ways to reach the top. Step 1: Establish the recursive relationship. Let WnW_n be the number of ways to reach the nn-th step. To reach step nn, the rabbit must have either taken a single step from step n1n-1, or a double step from step n2n-2. Therefore, the total ways to reach step nn is the sum of the ways to reach the previous two steps: Wn=Wn1+Wn2W_n = W_{n-1} + W_{n-2}. This forms the Fibonacci sequence. Step 2: Define the base cases. * To reach Step 1 (W1W_1): Exactly 11 way (one 1-step). * To reach Step 2 (W2W_2): Exactly 22 ways (two 1-steps, or one 2-step). Step 3: Compute the sequence up to step 10. * W3=W2+W1=2+1=3W_3 = W_2 + W_1 = 2 + 1 = 3 * W4=3+2=5W_4 = 3 + 2 = 5 * W5=5+3=8W_5 = 5 + 3 = 8 * W6=8+5=13W_6 = 8 + 5 = 13 * W7=13+8=21W_7 = 13 + 8 = 21 * W8=21+13=34W_8 = 21 + 13 = 34 * W9=34+21=55W_9 = 34 + 21 = 55 * W10=55+34=89W_{10} = 55 + 34 = 89 Final Answer: 89
Q34:ipmat indore 2023QAProbabilityMediumMCQ · MCQ
The probability that a randomly chosen positive divisor of 10202310 ^ {2023} is an integer multiple of 10200110 ^ {2001} is
  • A222023\dfrac{22}{2023}
  • B23220242\dfrac{23^2}{{2024}^2}
  • C222024\dfrac{22}{2024}
  • D22220232\dfrac{22^2}{{2023}^2}
Pick an option to attempt
The Setup: We are asked for the probability that a randomly chosen positive divisor of 10202310^{2023} is also an integer multiple of 10200110^{2001}. Step 1: Determine the total number of divisors (the sample space). First, find the prime factorization of the base number: 102023=(2×5)2023=22023×5202310^{2023} = (2 \times 5)^{2023} = 2^{2023} \times 5^{2023} The formula for the total number of divisors of paqbp^a \cdot q^b is (a+1)(b+1)(a+1)(b+1). Total Divisors=(2023+1)(2023+1)=20242\text{Total Divisors} = (2023 + 1)(2023 + 1) = 2024^2 Step 2: Determine the number of valid target divisors. A divisor DD is a multiple of 10200110^{2001} (which is 22001×520012^{2001} \times 5^{2001}) if its prime factorization D=2x×5yD = 2^x \times 5^y meets the constraints: * For base 2: 2001x20232001 \le x \le 2023 * For base 5: 2001y20232001 \le y \le 2023 Calculate the number of integer choices for the exponents xx and yy: Choices for x=20232001+1=23x = 2023 - 2001 + 1 = 23. Choices for y=20232001+1=23y = 2023 - 2001 + 1 = 23. Number of valid multiples=23×23=232\text{Number of valid multiples} = 23 \times 23 = 23^2 Step 3: Calculate the probability. Probability=Valid MultiplesTotal Divisors=23220242\text{Probability} = \frac{\text{Valid Multiples}}{\text{Total Divisors}} = \frac{23^2}{2024^2} Final Answer: 23220242\frac{23^{2}}{2024^{2}}
Q35:ipmat indore 2023QASet TheoryEasyMCQ · MCQ
In a group of 120 students, 80 students are from the Science stream and the rest are from the Commerce stream. It is known that 70 students support Mumbai Indians in the Indian Premier League; all the other students support Chennai Super Kings. The number of Science students who are supporters of Mumbai Indians is
  • AExactly 20
  • BBetween 15 and 25
  • C30 or more
  • DBetween 20 and 25
Pick an option to attempt
The Setup: A group of 120120 students comprises 8080 Science and 4040 Commerce students. Exactly 7070 students support Mumbai Indians (MI), while the rest support Chennai Super Kings (CSK). We must establish the possible range of Science students supporting MI. Step 1: Establish the basic parameters. Total Students = 120120 Science Students = 8080 Commerce Students = 12080=40120 - 80 = 40 Total MI Supporters = 7070 Step 2: Calculate the maximum bound for Science MI supporters. Let xx be the number of Science students who support MI. The maximum possible value for xx occurs if as many MI supporters as possible are drawn from the Science pool. Since there are only 7070 MI supporters total, and 8080 Science students exist, it is mathematically possible for all 7070 MI supporters to be Science students. Max(x)=70\text{Max}(x) = 70 Step 3: Calculate the minimum bound for Science MI supporters. The minimum possible value for xx occurs if as many MI supporters as possible are drawn from the Commerce pool. There are only 4040 Commerce students. If all 4040 of them support MI, the remaining MI supporters must be Science students. Min(x)=70(Total MI)40(Commerce MI)=30\text{Min}(x) = 70 (\text{Total MI}) - 40 (\text{Commerce MI}) = 30 Step 4: Conclude the range. The number of Science students supporting MI must sit exactly in the inclusive range 30x7030 \le x \le 70. Looking at the options, the constraint '30 or more' is the only logically correct bounding descriptor. Final Answer: 30 or more
Q36: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}
Q37:ipmat indore 2023QAProbabilityEasyMCQ · MCQ
The minimum number of times a fair coin must be tossed so that the probability of getting at least one head exceeds 0.8 is
  • A5
  • B6
  • C3
  • D7
Pick an option to attempt
The Setup: We must find the minimum number of independent coin tosses required for the probability of getting at least one head to exceed 0.80.8. Step 1: Formulate the probability equation. The probability of getting *at least one* head is the complement of getting *zero* heads (all tails). P(at least 1 H)=1P(all T)P(\text{at least 1 H}) = 1 - P(\text{all T}) For a fair coin tossed nn times, the probability of getting all tails is (12)n\left(\frac{1}{2}\right)^n. P(at least 1 H)=1(12)nP(\text{at least 1 H}) = 1 - \left(\frac{1}{2}\right)^n Step 2: Set up and solve the inequality. We require this probability to strictly exceed 0.80.8. 1(12)n>0.81 - \left(\frac{1}{2}\right)^n > 0.8 10.8>(12)n1 - 0.8 > \left(\frac{1}{2}\right)^n 0.2>(12)n0.2 > \left(\frac{1}{2}\right)^n Convert the decimal to a fraction (0.2=150.2 = \frac{1}{5}): 15>12n\frac{1}{5} > \frac{1}{2^n} Inverting the fractions flips the inequality: 2n>52^n > 5 Step 3: Test integer values for nn. * If n=1n = 1: 21=252^1 = 2 \ngtr 5 * If n=2n = 2: 22=452^2 = 4 \ngtr 5 * If n=3n = 3: 23=8>52^3 = 8 > 5 (Valid) The minimum integer number of tosses required is 33. Final Answer: 3
Q38:ipmat indore 2023QATrigonometryMediumMCQ · MCQ
If cosαcos \alpha + cosβcos \beta = 1 then the maximum value of sinαsinβsin \alpha - sin \beta is
  • A2\sqrt{2}
  • B22
  • C3\sqrt{3}
  • D11
Pick an option to attempt
The Setup: Given the constraint cosα+cosβ=1\cos\alpha + \cos\beta = 1, we must find the maximum value of sinαsinβ\sin\alpha - \sin\beta. Step 1: Rewrite both expressions with the sum-to-product identities. Let u=α+β2u = \frac{\alpha+\beta}{2} and v=αβ2v = \frac{\alpha-\beta}{2}. The constraint and the target expression become: cosα+cosβ=2cosucosv=1\cos\alpha + \cos\beta = 2\cos u \cos v = 1 sinαsinβ=2cosusinv\sin\alpha - \sin\beta = 2\cos u \sin v Both share the same factor 2cosu2\cos u, which is what makes the constraint substitutable. Step 2: Eliminate uu using the constraint. The constraint gives 2cosu=1cosv2\cos u = \frac{1}{\cos v} directly (note cosv0\cos v \neq 0). Substitute this into the target: sinαsinβ=(1cosv)sinv=tanv\sin\alpha - \sin\beta = \left(\frac{1}{\cos v}\right)\sin v = \tan v The whole problem has collapsed to maximising tanv\tan v. Step 3: Find the admissible range of vv. cosu\cos u is a cosine, so it is bounded by cosu1|\cos u| \le 1: 12cosv1    cosv12\left|\frac{1}{2\cos v}\right| \le 1 \implies |\cos v| \ge \frac{1}{2} On the branch where tanv\tan v is positive and increasing, this restricts vv to 0vπ30 \le v \le \frac{\pi}{3}. Step 4: Maximise on that range. tanv\tan v increases throughout [0,π3]\left[0, \frac{\pi}{3}\right], so the maximum sits at the right endpoint: Maximum=tanπ3=3\text{Maximum} = \tan\frac{\pi}{3} = \sqrt{3} Step 5: Confirm the maximum is actually attained. At v=π3v = \frac{\pi}{3} the constraint forces cosu=12cos(π/3)=1\cos u = \frac{1}{2\cos(\pi/3)} = 1, so u=0u = 0, giving α=π3\alpha = \frac{\pi}{3} and β=π3\beta = -\frac{\pi}{3}. Check both conditions: cosπ3+cos(π3)=12+12=1\cos\frac{\pi}{3} + \cos\left(-\frac{\pi}{3}\right) = \frac{1}{2} + \frac{1}{2} = 1 sinπ3sin(π3)=32+32=3\sin\frac{\pi}{3} - \sin\left(-\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2} + \frac{\sqrt{3}}{2} = \sqrt{3} Both hold, so 3\sqrt{3} is genuinely achieved and is the maximum. Final Answer: 3\sqrt{3}
Q39:ipmat indore 2023QARemainderMediumMCQ · MCQ
A polynomial P(x)P(x) leaves a remainder 22 when divided by (x1)(x - 1) and a remainder 11 when divided by (x2)(x - 2) The remainder when P(x)P(x) is divided by (x1)(x2)(x - 1)(x - 2) is
  • A3x3-x
  • B33
  • Cx3x-3
  • D22
Pick an option to attempt
The Setup: A polynomial P(x)P(x) leaves specific remainders when divided by two linear binomials. We must use the Polynomial Remainder Theorem to deduce the linear remainder when divided by their quadratic product. Step 1: Establish the given values using the Remainder Theorem. The Remainder Theorem states that dividing P(x)P(x) by (xa)(x-a) yields a remainder of P(a)P(a). * Divided by (x1)(x-1), remainder is 2    P(1)=22 \implies P(1) = 2. * Divided by (x2)(x-2), remainder is 1    P(2)=11 \implies P(2) = 1. Step 2: Formulate the Division Algorithm equation. When P(x)P(x) is divided by a quadratic polynomial (x1)(x2)(x-1)(x-2), the maximum possible degree of the remainder is linear. Let the remainder be R(x)=ax+bR(x) = ax + b. P(x)=Q(x)(x1)(x2)+(ax+b)P(x) = Q(x)(x-1)(x-2) + (ax + b) Step 3: Substitute the known xx values to create a system of equations. Substitute x=1x = 1: P(1)=Q(1)(0)(1)+(a(1)+b)    a+b=2P(1) = Q(1)(0)(-1) + (a(1) + b) \implies a + b = 2 Substitute x=2x = 2: P(2)=Q(2)(1)(0)+(a(2)+b)    2a+b=1P(2) = Q(2)(1)(0) + (a(2) + b) \implies 2a + b = 1 Step 4: Solve the linear system for aa and bb. Subtract the first equation from the second equation: (2a+b)(a+b)=12(2a + b) - (a + b) = 1 - 2 a=1a = -1 Substitute aa back into the first equation: 1+b=2    b=3-1 + b = 2 \implies b = 3 The resulting linear remainder is R(x)=1x+3=3xR(x) = -1x + 3 = 3 - x. Final Answer: 3x3-x

Other IPMAT Indore papers & sections