Past Year QuestionsIPMAT Indore2025MCQ

IPMAT Indore 2025MCQ

All 30 MCQ previous year questions (PYQs) from the IPMAT Indore 2025 past year paper, with answers and full solutions.

Free SolutionsNo Login30 Questions
Q1:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
Given that 1+122+132+142+...=π261+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\frac{1}{4^{2}}+...=\frac{\pi^{2}}{6}, the value of 1+132+152+172+...1+\frac{1}{3^{2}}+\frac{1}{5^{2}}+\frac{1}{7^{2}}+... is
  • Aπ261\frac{\pi^{2}}{6}-1
  • Bπ6\frac{\pi}{6}
  • Cπ212\frac{\pi^{2}}{12}
  • Dπ28\frac{\pi^{2}}{8}
Pick an option to attempt
The Setup: This is a classic infinite series manipulation. We are taking the legendary Basel problem (solved by Euler, the absolute GOAT of 18th-century mathematics) and splitting it into its odd and even components. Think of it like taking a full, mixed studio track and isolating just the vocals. We know the total sum, so we can isolate the odd-denominator series by mathematically filtering out the even-denominator series. Step 1: Define the master series. Let the total sum be represented by SS. The problem gives us the total value of this series right out of the gate: S=1+122+132+142+...=π26S = 1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\frac{1}{4^{2}}+... = \frac{\pi^{2}}{6} This series contains both the odd terms (which we want) and the even terms. Let's split them into two distinct squads: S=Sodd+SevenS = S_{odd} + S_{even} Step 2: Isolate and analyze the even terms. The even terms form their own infinite sub-series: Seven=122+142+162+...S_{even} = \frac{1}{2^{2}}+\frac{1}{4^{2}}+\frac{1}{6^{2}}+... Notice that every denominator here has a common factor of 222^2. If we factor out 122\frac{1}{2^2} (which is just 14\frac{1}{4}), watch what happens: Seven=14(1+122+132+...)S_{even} = \frac{1}{4}\left(1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+...\right) Bro, look closely at what is inside the parentheses—it is literally just our original series SS hitting a respawn. So, we can rewrite this as: Seven=14SS_{even} = \frac{1}{4}S Step 3: Solve for the odd terms. Now we take this finding and plug it back into our main equation from Step 1. S=Sodd+14SS = S_{odd} + \frac{1}{4}S To get SoddS_{odd} by itself, just subtract 14S\frac{1}{4}S from both sides. Sodd=S14SS_{odd} = S - \frac{1}{4}S Sodd=34SS_{odd} = \frac{3}{4}S Step 4: Calculate the final value. Now for the final boss phase. Plug in Euler's iconic value for SS to see exactly what the odd terms equal. Sodd=34(π26)S_{odd} = \frac{3}{4}\left(\frac{\pi^{2}}{6}\right) Simplify the fraction by cross-canceling the 33 and the 66, and the math is mathing perfectly: Sodd=π28S_{odd} = \frac{\pi^{2}}{8} Final Answer: π28\frac{\pi^{2}}{8}
Q2:ipmat indore 2025QALogarithmsMediumMCQ · MCQ
If y=a+bloge(x)y=a+b\log_{e}(x) then which of the following is true?
  • A1ya\frac{1}{y-a} is proportional to xbx^{b}
  • Byay-a is proportional to xbx^{b}
  • Ceye^{y} is proportional to xbx^{b}
  • Dloge(y)\log_{e}(y) is proportional to xbx^{b}
Pick an option to attempt
The Setup: We are dealing with a classic logarithmic equation, and we need to determine the true proportionality statement. Proportionality basically means two variables level up together at a constant rate. To figure out who is vibing with xbx^b, we need to rescue xx from inside that natural log function. Time to hit it with an exponential reverse-uno card. Step 1: Isolate the log term. First, we have to get the log term by itself. Move aa to the other side like you are clearing out your inventory. ya=bloge(x)y-a = b\log_{e}(x) Step 2: Apply the power rule of logarithms. In log lore, a multiplier on the outside can be sent up top as an exponent. That bb in the front? Yeet it up. ya=loge(xb)y-a = \log_{e}(x^{b}) Step 3: Convert from log form to exponential form. Here is the main event. A log with base ee is a natural log. To break xbx^{b} out of the log prison, we exponentiate both sides using base ee. eya=eloge(xb)e^{y-a} = e^{\log_{e}(x^{b})} Because ee and loge\log_{e} cancel each other out, this simplifies perfectly to: eya=xbe^{y-a} = x^{b} Step 4: Expose the proportionality. Let's split that exponent on the left side using basic exponent rules (zmn=zmznz^{m-n} = z^{m} \cdot z^{-n}). eyea=xbe^{y} \cdot e^{-a} = x^{b} Now, rearrange it to isolate eye^{y}: ey=eaxbe^{y} = e^{a} \cdot x^{b} Since aa is a constant, eae^{a} is also just a constant (let's call it kk, like a random NPC). ey=kxbe^{y} = k \cdot x^{b} Whenever two variables are linked purely by a constant multiplier, they are directly proportional. Therefore, eyxbe^{y} \propto x^{b}. Final Answer: eye^{y} is proportional to xbx^{b}
Q3:ipmat indore 2025QAPolynomialsMediumMCQ · MCQ
If a1,a2,...,a8a_{1},a_{2},...,a_{8} are the roots of the equation x8+x7+...+x+1=0,x^{8}+x^{7}+...+x+1=0, then the value of a12025+a22025+...+a82025a_{1}^{2025}+a_{2}^{2025}+...+a_{8}^{2025} is.
  • A00
  • B22
  • C88
  • D44
Pick an option to attempt
The Setup: This polynomial might look like an absolute unit, but it is actually just a Geometric Progression (GP) in disguise. We are dealing with the classic "roots of unity" concept. Think of it like a Pokémon evolving into its final form when you hand it the right evolution stone—in this case, multiplying by (x1)(x-1) will reveal its true identity. Step 1: Reveal the true equation. The given equation is x8+x7+...+x+1=0x^{8}+x^{7}+...+x+1=0. Let's multiply both sides by (x1)(x-1) to trigger the evolution: (x1)(x8+x7+...+x+1)=0(x-1)(x^{8}+x^{7}+...+x+1) = 0 Using the standard algebraic identity for the difference of powers, this massive bracket collapses beautifully into: x91=0x^{9}-1 = 0 x9=1x^{9} = 1 Step 2: Analyze the roots. The roots of x9=1x^{9}=1 are the 9th roots of unity. Because our original equation was just the polynomial *without* the (x1)(x-1) factor, its roots (a1,a2,...,a8a_{1}, a_{2}, ..., a_{8}) are all the 9th roots of unity *except* for x=1x=1. The ultimate cheat code here? For any root aka_{k} from this set, we know for an absolute fact that: ak9=1a_{k}^{9} = 1 Step 3: Evaluate the massive exponent. We need to find the value of ak2025a_{k}^{2025} for each of these roots. The exponent 20252025 seems like a final boss, but let's check its vibe with the number 99. The sum of the digits is 2+0+2+5=92+0+2+5=9, meaning 20252025 is perfectly divisible by 99. 2025=9×2252025 = 9 \times 225 Using basic exponent rules, we can rewrite ak2025a_{k}^{2025}: ak2025=(ak9)225a_{k}^{2025} = (a_{k}^{9})^{225} Since we already established that ak9=1a_{k}^{9}=1, this simplifies instantly: ak2025=(1)225=1a_{k}^{2025} = (1)^{225} = 1 Step 4: Sum it all up. The question asks for the sum of all 8 roots, each raised to the power of 20252025. a12025+a22025+...+a82025a_{1}^{2025}+a_{2}^{2025}+...+a_{8}^{2025} Substitute the 11 we found in Step 3 for every single term: 1+1+1+1+1+1+1+11 + 1 + 1 + 1 + 1 + 1 + 1 + 1 Since there are 8 roots in total, we just add 11 to itself 8 times. No cap, it really is that simple. 1×8=81 \times 8 = 8 Final Answer: 88
Q4:ipmat indore 2025QAMean, Median & ModeMediumMCQ · MCQ
Suppose a,b,a, b, and cc are three real numbers such that Max(a,b,c)+Min(a,b,c)=15Max(a,b,c)+Min(a,b,c)=15, and Median(a,b,c)Mean(a,b,c)=2Median(a,b,c)-Mean(a,b,c)=2. Then the median of a,b,a, b, and cc is.
  • A1111
  • B10.510.5
  • C1010
  • D9.59.5
Pick an option to attempt
The Setup: We are dealing with basic statistical measures—max, min, median, and mean—across three numbers. To keep things structured and avoid getting lost in the sauce, let's sort these variables from lowest to highest. Step 1: Establish the hierarchy. Let's assume abca \le b \le c. Therefore, the minimum Min(a,b,c)=aMin(a,b,c) = a, the maximum Max(a,b,c)=cMax(a,b,c) = c, and the middle-child Median(a,b,c)=bMedian(a,b,c) = b. The mean is just the standard average: a+b+c3\frac{a+b+c}{3}. Step 2: Translate the given conditions into equations. Condition 1 gives us the sum of the extremes: a+c=15a + c = 15 Condition 2 gives us the relationship between the median and the mean: ba+b+c3=2b - \frac{a+b+c}{3} = 2 Step 3: Substitute and solve. We know that a+c=15a+c = 15, so we can drop that right into the numerator of our mean equation like a perfect puzzle piece: b15+b3=2b - \frac{15+b}{3} = 2 Multiply the entire equation by 33 to clear out the fraction (because nobody likes dealing with denominators): 3b(15+b)=63b - (15+b) = 6 Distribute the negative sign and simplify: 2b15=62b - 15 = 6 2b=212b = 21 b=10.5b = 10.5 Since bb represents our median, we have officially locked in the answer. Final Answer: 10.510.5
Q5:ipmat indore 2025QALogarithmsEasyMCQ · MCQ
If log25[5log3(1+log3(1+2log2(x)))]=12\log_{25}[5\log_{3}(1+\log_{3}(1+2\log_{2}(x)))]=\frac{1}{2}, then xx is:
  • A44
  • B1616
  • C22
  • D88
Pick an option to attempt
The Setup: We are looking at a heavily nested logarithm problem, which is basically the math equivalent of the movie *Inception*—a dream inside a dream inside a dream. To find xx, we have to work our way from the outside in, peeling back the layers one by one by converting each logarithmic equation into its exponential form. Step 1: Break the outermost layer. The outer boss is log25\log_{25}. To defeat it, we convert the equation to exponential form. The base 2525 swings over to the right side and pushes the 12\frac{1}{2} up into the exponent slot: 5log3(1+log3(1+2log2(x)))=25125\log_{3}(1+\log_{3}(1+2\log_{2}(x))) = 25^{\frac{1}{2}} Since 251225^{\frac{1}{2}} is just the square root of 2525, this simplifies down to 55. 5log3(1+log3(1+2log2(x)))=55\log_{3}(1+\log_{3}(1+2\log_{2}(x))) = 5 Step 2: Clear the multiplier. Divide both sides by 55 to clean up the front of our next log term. log3(1+log3(1+2log2(x)))=1\log_{3}(1+\log_{3}(1+2\log_{2}(x))) = 1 Step 3: Break the second layer. Now we hit the next layer. Convert the log3\log_{3} to exponential form. The base 33 swings over and lifts the 11: 1+log3(1+2log2(x))=311+\log_{3}(1+2\log_{2}(x)) = 3^{1} 1+log3(1+2log2(x))=31+\log_{3}(1+2\log_{2}(x)) = 3 Step 4: Isolate the next log. Subtract 11 from both sides to keep peeling the onion. log3(1+2log2(x))=2\log_{3}(1+2\log_{2}(x)) = 2 Step 5: Break the third layer. Trigger the exponential conversion one more time for the remaining log3\log_{3}. The base 33 yeets the 22 up top: 1+2log2(x)=321+2\log_{2}(x) = 3^{2} 1+2log2(x)=91+2\log_{2}(x) = 9 Step 6: Clear the remaining constants. Subtract 11 from both sides, then divide by 22 to leave the final log completely isolated. 2log2(x)=82\log_{2}(x) = 8 log2(x)=4\log_{2}(x) = 4 Step 7: The final unboxing. One last exponential conversion to free xx. The base 22 swings over to hold up the 44. x=24x = 2^{4} x=16x = 16 No cap, we just speedran that nested log. Final Answer: 1616
Q6: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}
Q7:ipmat indore 2025QATrianglesMediumMCQ · MCQ
In triangle ABCABC, AB=AC=xAB=AC=x, ABC=θ\angle ABC=\theta and the circumradius is equal to yy. Then xy\frac{x}{y} equals
  • Asin(θ)\sin(\theta)
  • Bcos(θ)\cos(\theta)
  • C2cos(θ)2\cos(\theta)
  • D2sin(θ)2\sin(\theta)
Pick an option to attempt
The Setup: We have an isosceles triangle stepping into the arena, and we need to link its side lengths, angles, and circumradius. The ultimate cheat code for any circle circumscribing a triangle is the Extended Law of Sines. It is basically the universal API bridging triangle sides, their opposite angles, and the circumcircle's radius. Step 1: Decode the triangle's geometry. We are given that AB=AC=xAB=AC=x, making triangle ABCABC isosceles. In geometry lore, the angle opposite to side ACAC is ABC\angle ABC, which we are told is θ\theta. Step 2: Deploy the Extended Law of Sines. The law dictates that the ratio of any side length to the sine of its opposite angle is exactly equal to the circumcircle's diameter (twice the circumradius, or 2R2R). The general framework is: asin(A)=bsin(B)=csin(C)=2R\frac{a}{\sin(A)} = \frac{b}{\sin(B)} = \frac{c}{\sin(C)} = 2R Step 3: Plug in the stats. Let's target side ACAC (which has a length of xx) and its corresponding opposite angle, ABC\angle ABC (which is θ\theta). The circumradius RR is given to us as yy. Substitute these into the formula: xsin(θ)=2y\frac{x}{\sin(\theta)} = 2y Step 4: Isolate the target ratio. The prompt is asking for the exact value of xy\frac{x}{y}. We just need to execute a quick algebraic shuffle—divide both sides by yy and multiply both sides by sin(θ)\sin(\theta) to get the variables aligned perfectly. xy=2sin(θ)\frac{x}{y} = 2\sin(\theta) The math literally solves itself. Final Answer: 2sin(θ)2\sin(\theta)
Q8:ipmat indore 2025QAPolynomialsMediumMCQ · MCQ
If 8x22kx+k=08x^2-2kx+k=0 is a quadratic equation in xx, such that one of its roots is pp times the other, and p,kp, k are positive real numbers, then kk equals
  • A(p+1p)(p+\frac{1}{p})
  • B2(p+1p)2(p+\frac{1}{p})
  • C2(p+1p)22(\sqrt{p}+\frac{1}{\sqrt{p}})^2
  • D(p+1p)2(\sqrt{p}+\frac{1}{\sqrt{p}})^2
Pick an option to attempt
The Setup: We are dealing with a quadratic equation where one root is basically a scaled-up clone of the other (like a Pokémon evolution). We need to find the specific value of kk that makes this relationship valid. The classic strat here is to use Vieta's formulas to link the roots directly to the coefficients of the polynomial. Step 1: Define the roots and pull the stats. Our quadratic is 8x22kx+k=08x^2 - 2kx + k = 0. Let the first root be α\alpha. Since the second root is pp times the first, it is pαp\alpha. Using Vieta's formulas, we grab the sum and product of the roots. Sum of the roots (ba-\frac{b}{a}): α+pα=(2k)8\alpha + p\alpha = \frac{-(-2k)}{8} α(1+p)=k4\alpha(1+p) = \frac{k}{4} Product of the roots (ca\frac{c}{a}): (α)(pα)=k8(\alpha)(p\alpha) = \frac{k}{8} pα2=k8p\alpha^2 = \frac{k}{8} Step 2: Isolate and substitute the base root. From our sum equation, let's isolate α\alpha so we can swap it out in the product equation (a classic bait-and-switch maneuver). α=k4(p+1)\alpha = \frac{k}{4(p+1)} Now, drop this α\alpha into the product equation: p(k4(p+1))2=k8p\left(\frac{k}{4(p+1)}\right)^2 = \frac{k}{8} Step 3: Expand and simplify the arena. Square the fraction to open up the equation: p(k216(p+1)2)=k8p\left(\frac{k^2}{16(p+1)^2}\right) = \frac{k}{8} Since the prompt confirms kk is a positive real number, kk definitely is not zero. That gives us the green light to divide both sides by kk without breaking the math. pk16(p+1)2=18\frac{pk}{16(p+1)^2} = \frac{1}{8} Step 4: Solve for the boss, kk. Cross-multiply to get kk on its own. pk=16(p+1)28pk = \frac{16(p+1)^2}{8} pk=2(p+1)2pk = 2(p+1)^2 Divide by pp to completely isolate kk: k=2(p+1)2pk = \frac{2(p+1)^2}{p} Step 5: Shape-shift into the final form. Expand the numerator using the standard identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2: k=2(p2+2p+1)pk = \frac{2(p^2 + 2p + 1)}{p} Split the fraction by dividing each term inside by pp: k=2(p+2+1p)k = 2\left(p + 2 + \frac{1}{p}\right) This right here is the expanded form of a perfect square. If we recognize that p=(p)2p = (\sqrt{p})^2 and 1p=(1p)2\frac{1}{p} = (\frac{1}{\sqrt{p}})^2, we can repackage it flawlessly: k=2(p+1p)2k = 2\left(\sqrt{p} + \frac{1}{\sqrt{p}}\right)^2 Boom. The math is mathing perfectly. Final Answer: 2(p+1p)22\left(\sqrt{p} + \frac{1}{\sqrt{p}}\right)^2
Q9:ipmat indore 2025QAStraight LinesMediumMCQ · MCQ
Let A(1,3)A(1,3) and B(5,1)B(5,1) be two points. If a line with slope mm intersects ABAB at an angle of 4545^{\circ}, then the possible values of mm are
  • A7,177, \frac{1}{7}
  • B3,133, \frac{1}{3}
  • C3,13-3, \frac{1}{3}
  • D5,155, -\frac{1}{5}
Pick an option to attempt
The Setup: We are dealing with a coordinate geometry vibe check. We have a defined line segment ABAB and a mystery line pulling up at exactly a 45-degree angle. We need to find the slope mm of this mystery line. The ultimate weapon here is the angle between two lines formula, which relies on the tangent function to bridge the slopes. Step 1: Find the slope of the base line ABAB. The standard formula for slope is m1=y2y1x2x1m_1 = \frac{y_2 - y_1}{x_2 - x_1}. Plug in the coordinates for A(1,3)A(1,3) and B(5,1)B(5,1): m1=1351m_1 = \frac{1 - 3}{5 - 1} m1=24=12m_1 = \frac{-2}{4} = -\frac{1}{2} Step 2: Deploy the angle formula. The formula for the angle θ\theta between two intersecting lines with slopes mm and m1m_1 is: tan(θ)=mm11+mm1\tan(\theta) = \left|\frac{m - m_1}{1 + m \cdot m_1}\right| We know θ=45\theta = 45^\circ, and tan(45)\tan(45^\circ) is straight up 11. Let's plug everything into the mainframe: 1=m(12)1+m(12)1 = \left|\frac{m - \left(-\frac{1}{2}\right)}{1 + m\left(-\frac{1}{2}\right)}\right| Step 3: Clean up the UI and set up the absolute value split. Simplify the fraction inside the absolute value by multiplying the numerator and the denominator by 22 to clear out the decimals/fractions: 1=2m+12m1 = \left|\frac{2m + 1}{2 - m}\right| Because it is wrapped in an absolute value, this equation branches into two separate timelines—one positive and one negative. We have to solve both to get all possible values for mm. Step 4: Solve Timeline 1 (The Positive Case). Set the inside of the absolute value equal to 11: 2m+12m=1\frac{2m + 1}{2 - m} = 1 Cross-multiply to flatten it out: 2m+1=2m2m + 1 = 2 - m Move the mm's to the left and the constants to the right: 3m=13m = 1 m=13m = \frac{1}{3} Step 5: Solve Timeline 2 (The Negative Case). Set the inside of the absolute value equal to 1-1: 2m+12m=1\frac{2m + 1}{2 - m} = -1 Cross-multiply: 2m+1=1(2m)2m + 1 = -1(2 - m) 2m+1=2+m2m + 1 = -2 + m Subtract mm from both sides, and subtract 11 from both sides: m=3m = -3 Final Answer: 3,13-3, \frac{1}{3}
Q10:ipmat indore 2025QAPolynomialsHardMCQ · MCQ
Let P(x)P(x) be a quadratic polynomial such that P(0)P(1)P(0)P(2)=0\begin{vmatrix} P(0) & P(1) \\ P(0) & P(2) \end{vmatrix} = 0 Let P(0)=2P(0)=2 and P(1)+P(2)+P(3)=14P(1)+P(2)+P(3)=14. Then P(4)P(4) equals
  • A14-14
  • B3030
  • C6-6
  • D1616
Pick an option to attempt
The Setup: We have a mystery quadratic polynomial acting like an NPC, and we need to figure out its exact stats (the coefficients a,b,a, b, and cc). We are given a 2×22 \times 2 determinant acting as a vibe check, an initial value, and a sum condition. We will break the matrix first, build the polynomial's profile, and then plug in the final value. Step 1: Crack the matrix determinant. The determinant of a 2×22 \times 2 matrix is found by cross-multiplying the diagonals and subtracting them: P(0)P(2)P(0)P(1)=0P(0)P(2) - P(0)P(1) = 0 We are given that P(0)=2P(0) = 2. Let's plug that straight in to nerf the equation: 2P(2)2P(1)=02P(2) - 2P(1) = 0 Divide by 22 and rearrange to reveal a massive clue: P(2)=P(1)P(2) = P(1) Step 2: Build the quadratic profile. The standard form of any quadratic polynomial is: P(x)=ax2+bx+cP(x) = ax^2 + bx + c Since P(0)=2P(0) = 2, all the xx terms drop to zero, immediately giving us our constant: c=2c = 2 So our working model is P(x)=ax2+bx+2P(x) = ax^2 + bx + 2. Now, apply the intel from Step 1 (P(1)=P(2)P(1) = P(2)) to find how aa and bb relate: a(1)2+b(1)+2=a(2)2+b(2)+2a(1)^2 + b(1) + 2 = a(2)^2 + b(2) + 2 a+b+2=4a+2b+2a + b + 2 = 4a + 2b + 2 Cancel the 22s and shift the variables to one side: 3a+b=03a + b = 0 b=3ab = -3a Step 3: Run the sum condition. We are given the final boss equation: P(1)+P(2)+P(3)=14P(1) + P(2) + P(3) = 14. Let's evaluate each piece using our updated model P(x)=ax23ax+2P(x) = ax^2 - 3ax + 2. For P(1)P(1): P(1)=a(1)23a(1)+2=2a+2P(1) = a(1)^2 - 3a(1) + 2 = -2a + 2 For P(2)P(2) (which we know is identical to P(1)P(1)): P(2)=2a+2P(2) = -2a + 2 For P(3)P(3): P(3)=a(3)23a(3)+2=9a9a+2=2P(3) = a(3)^2 - 3a(3) + 2 = 9a - 9a + 2 = 2 Now, drop these into the sum equation: (2a+2)+(2a+2)+2=14(-2a + 2) + (-2a + 2) + 2 = 14 4a+6=14-4a + 6 = 14 4a=8-4a = 8 a=2a = -2 Since b=3ab = -3a, we know b=3(2)=6b = -3(-2) = 6. Our fully leveled-up polynomial is: P(x)=2x2+6x+2P(x) = -2x^2 + 6x + 2 Step 4: Secure the W. The prompt asks for the value of P(4)P(4). Plug x=4x = 4 into our confirmed polynomial. P(4)=2(4)2+6(4)+2P(4) = -2(4)^2 + 6(4) + 2 P(4)=2(16)+24+2P(4) = -2(16) + 24 + 2 P(4)=32+26P(4) = -32 + 26 P(4)=6P(4) = -6 Final Answer: 6-6
Q11:ipmat indore 2025QACirclesMediumMCQ · MCQ
A circle touches the y-axis at (0,4)(0,4) and passes through the point (2,0)(-2,0). Then the radius of the circle is
  • A44
  • B55
  • C66
  • D77
Pick an option to attempt
The Setup: We are doing some coordinate geometry map reconnaissance. If a circle physically touches the y-axis at a specific point, it is basically giving away its center's y-coordinate for free. It also tells us that the radius is exactly equal to the horizontal distance from the center to the y-axis. Think of the center as the player and the radius as the exact range of its hitbox. Step 1: Establish the center and the radius. Since the circle touches the y-axis at (0,4)(0,4), the center must lie directly on the horizontal line y=4y=4. Let the center be (h,4)(h, 4). Because the y-axis (x=0x=0) is a tangent line, the radius rr is just the absolute value of the x-coordinate: r=hr = |h|. Step 2: Build the circle's equation. The standard equation of a circle is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2. Substitute our known center (h,4)(h, 4) and radius squared r2=h2r^2 = h^2 into the mainframe: (xh)2+(y4)2=h2(x - h)^2 + (y - 4)^2 = h^2 Step 3: Use the waypoint to solve for hh. The problem states the circle passes through (2,0)(-2,0). This is a verified coordinate on the circle's path, so we can plug x=2x = -2 and y=0y = 0 straight into our equation to see what happens. (2h)2+(04)2=h2(-2 - h)^2 + (0 - 4)^2 = h^2 Expand the binomial (remember that (2h)2(-2 - h)^2 is exactly the same as (2+h)2(2 + h)^2) and square the 4-4: 4+4h+h2+16=h24 + 4h + h^2 + 16 = h^2 Step 4: Simplify and secure the radius. Subtract h2h^2 from both sides to instantly nerf the quadratic down to a linear equation: 4h+20=04h + 20 = 0 4h=204h = -20 h=5h = -5 So, the center of our circle is located at (5,4)(-5, 4). Since the radius rr is the absolute distance h|h|, we just take the positive value. r=5=5r = |-5| = 5 The math is flawless. Final Answer: 55
Q12:ipmat indore 2025QATrianglesMediumMCQ · MCQ
Consider a triangle with side lengths 44 meters, 66 meters, and 99 meters. A dog runs around the triangle in such a way that the shortest distance of the dog from the triangle is exactly 11 meter. The total distance covered (in meters) by the dog in one round is
  • A22+2π22+2\pi
  • B19+2π19+2\pi
  • C2222
  • D222π22-2\pi
Pick an option to attempt
The Setup: This is a locus problem disguised as a dog-walking simulator. The dog maintains a strict 11-meter social distance from the triangle at all times. When you trace this path, the dog's route is built from two types of geometry: straight paths parallel to the triangle's sides, and circular arcs pivoting around the corners. It is basically Mario Kart drifting mechanics. Step 1: Analyze the straightaways. For every side of the triangle, the dog runs a parallel straight line exactly 11 meter away. The lengths of these straight paths match the triangle's base stats perfectly. Straight distance=4+6+9=19\text{Straight distance} = 4 + 6 + 9 = 19 Step 2: Calculate the corner drifts. When the dog reaches a corner, it has to swing around the vertex to stay exactly 11 meter away from the point. This movement creates a circular arc. The angle of this arc is exactly equal to the exterior angle of the triangle at that specific vertex. Step 3: Piece the arcs together. In Euclidean geometry lore, the sum of the exterior angles of *any* convex polygon is an automatic 360360^\circ (or 2π2\pi radians). This means if you take those three corner arcs and stitch them together, they form one flawless, complete circle with a radius of r=1r = 1 meter. Let's run the circumference formula: Arc distance=2πr=2π(1)=2π\text{Arc distance} = 2\pi r = 2\pi(1) = 2\pi Step 4: Sum the total distance. Combine the straightaways and the corner drifts to get the final run length. The total distance covered by the dog in one round is just the sum of our two parts. Total=19+2π\text{Total} = 19 + 2\pi Final Answer: 19+2π19+2\pi
Q13:ipmat indore 2025QASimple & Compound InterestMediumMCQ · MCQ
Anindita invests a total of 1 lakh rupees distributed across three schemes A, B and C for a period of two years. These schemes offer an interest rate of 10%, 8% and 12% per annum, respectively, each compounded annually. If the initial investment amount in scheme A is 30000 rupees and the total interest earned from all the three schemes during the first year is 10600 rupees, then the total interest earned, in rupees, from all the three schemes for the second year is
  • A10308
  • B11748
  • C22348
  • D19708
Pick an option to attempt
The Setup: This is a compound interest min-maxing problem. Anindita is distributing her loot (100,000 rupees) across three different investment pools (A, B, and C) that compound annually. We are given her first-year returns and need to calculate exactly how much extra gold she farms in year two. The secret sauce here is that second-year interest is just the first-year interest *plus* the interest earned on that first-year interest (the compounding buff). Step 1: Define the initial loadout. Total investment is 100,000. We already know Scheme A gets 30,000. That means the remaining 70,000 is split between B and C. IB+IC=70000I_B + I_C = 70000 Step 2: Analyze the first-year interest. First-year compound interest behaves exactly like simple interest. Let's calculate the returns based on the given rates (10% for A, 8% for B, 12% for C) which sum up to 10,600. 0.10(30000)+0.08(IB)+0.12(IC)=106000.10(30000) + 0.08(I_B) + 0.12(I_C) = 10600 3000+0.08(IB)+0.12(IC)=106003000 + 0.08(I_B) + 0.12(I_C) = 10600 Subtract the guaranteed 3,000 from Scheme A: 0.08(IB)+0.12(IC)=76000.08(I_B) + 0.12(I_C) = 7600 Step 3: Solve the system of equations. We have a basic system here. Let's multiply the equation from Step 1 by 0.08 to set up an elimination: 0.08(IB)+0.08(IC)=56000.08(I_B) + 0.08(I_C) = 5600 Subtract this from the interest equation in Step 2: (0.08IB+0.12IC)(0.08IB+0.08IC)=76005600(0.08 I_B + 0.12 I_C) - (0.08 I_B + 0.08 I_C) = 7600 - 5600 0.04(IC)=20000.04(I_C) = 2000 IC=20000.04=50000I_C = \frac{2000}{0.04} = 50000 If IC=50000I_C = 50000, then IBI_B must be 20,000 to complete the 70,000 remainder. Step 4: Calculate the first-year interest breakdown. Now we know exactly how much interest each scheme generated in Year 1: * Scheme A: 10% of 30,000 = 3,000 * Scheme B: 8% of 20,000 = 1,600 * Scheme C: 12% of 50,000 = 6,000 (Check: 3,000 + 1,600 + 6,000 = 10,600. The math checks out perfectly.) Step 5: Calculate the second-year interest. Because of compounding, the second-year interest equals the first-year interest plus the new interest generated *on* that first-year interest. * Scheme A Year 2 Interest: 3,000 + (10% of 3,000) = 3,000 + 300 = 3,300 * Scheme B Year 2 Interest: 1,600 + (8% of 1,600) = 1,600 + 128 = 1,728 * Scheme C Year 2 Interest: 6,000 + (12% of 6,000) = 6,000 + 720 = 6,720 Sum it all up for the final score: Total Year 2 Interest = 3,300 + 1,728 + 6,720 = 11,748 Final Answer: 11748
Q14:ipmat indore 2025QAPolynomialsEasyMCQ · MCQ
Let f(x)=a2x2+2bx+cf(x) = a^2x^2 + 2bx + c where a0a \neq 0, bb and cc are real numbers, and xx is a real variable. Then:
  • Af(x)f(x) has a maximum and a minimum
  • Bf(x)f(x) has a minimum and no maximum
  • Cf(x)f(x) has a maximum and no minimum
  • Df(x)f(x) has no minimum and no maximum
Pick an option to attempt
The Setup: We are dealing with a quadratic function, which graphically forms a parabola (think of a skateboard halfpipe). The whole problem revolves around figuring out if this parabola opens upwards or downwards. To decode this, we just need to vibe-check the leading coefficient—the term attached to the x2x^2. Step 1: Analyze the leading coefficient. Let's look at the main equation: f(x)=a2x2+2bx+cf(x) = a^2x^2 + 2bx + c The leading coefficient here is not just some random variable; it is explicitly squared (a2a^2). Because any non-zero real number squared is always strictly positive (and the prompt confirms a0a \neq 0), we know for an absolute fact that a2>0a^2 > 0. Step 2: Determine the parabola's trajectory. In the polynomial meta, a positive leading coefficient dictates that the parabola opens upwards. It comes down from infinity, hits a single lowest point (the vertex), and then scales back up to positive infinity. Step 3: Lock in the extrema. Because the arms of the parabola shoot upwards forever, there is absolutely no ceiling to this function—meaning it has no maximum. However, it definitely hits rock bottom at the vertex. That rock-bottom point is the function's absolute minimum. Final Answer: f(x)f(x) has a minimum and no maximum
Q15:ipmat indore 2025QAStraight LinesMediumMCQ · MCQ
The area of the triangle, formed by the straight lines y=0y=0, 12x5y=012x-5y=0, and 3x+4y=73x+4y=7 is
  • A3527\frac{35}{27}
  • B149\frac{14}{9}
  • C289\frac{28}{9}
  • D3554\frac{35}{54}
Pick an option to attempt
The Setup: We are dropping into a coordinate geometry battle royale. We have three straight lines acting as boundaries, and we need to find the exact area of the safe zone (the triangle) they form. To do this, we need to find the three Points of Interest (POIs) where these lines intersect, then run the standard base-times-height formula. Step 1: Identify the boundary lines. Here is our loadout: Line 1: y=0y=0 (This is literally just the x-axis, the ground floor). Line 2: 12x5y=012x-5y=0 Line 3: 3x+4y=73x+4y=7 Step 2: Locate the first two vertices (the ground floor POIs). Since Line 1 is y=0y=0, finding where it crosses the other two lines is a free loot drop. Just plug 00 in for yy in their equations. Intersection of Line 1 and Line 2: 12x5(0)=012x - 5(0) = 0 12x=0    x=012x = 0 \implies x = 0 First vertex locked in: (0,0)(0, 0). Intersection of Line 1 and Line 3: 3x+4(0)=73x + 4(0) = 7 3x=7    x=733x = 7 \implies x = \frac{7}{3} Second vertex locked in: (73,0)(\frac{7}{3}, 0). Step 3: Locate the final vertex (the apex). Now we find where Line 2 and Line 3 cross each other (the third-party fight). From Line 2, let's isolate 12x12x: 12x=5y12x = 5y Now, take Line 3 (3x+4y=73x+4y=7) and multiply the entire equation by 44 to match the 12x12x term: 12x+16y=2812x + 16y = 28 Substitute 5y5y in for 12x12x: 5y+16y=285y + 16y = 28 21y=28    y=2821=4321y = 28 \implies y = \frac{28}{21} = \frac{4}{3} So the y-coordinate (which is the exact vertical height of our triangle) is 43\frac{4}{3}. *(We do not even need the x-coordinate because we already have the base secured flat on the x-axis, saving us precious time).* Step 4: Calculate the final area. Because our triangle sits perfectly flat on the x-axis, the math is super clean. Base length (bb) = Distance from (0,0)(0, 0) to (73,0)(\frac{7}{3}, 0) = 73\frac{7}{3}. Height (hh) = The y-coordinate of our apex vertex = 43\frac{4}{3}. Plug these into the classic area formula: Area=12bh\text{Area} = \frac{1}{2} \cdot b \cdot h Area=127343\text{Area} = \frac{1}{2} \cdot \frac{7}{3} \cdot \frac{4}{3} Area=2818\text{Area} = \frac{28}{18} Simplify the fraction by dividing the top and bottom by 22 for the flawless victory: Area=149\text{Area} = \frac{14}{9} Final Answer: 149\frac{14}{9}
Q16:ipmat indore 2025QAPolygonsEasyMCQ · MCQ
Area of a regular octagon inscribed in a circle of radius 11 unit is:
  • A222\sqrt{2}
  • B2+22+\sqrt{2}
  • C922\frac{9}{2\sqrt{2}}
  • D10\sqrt{10}
Pick an option to attempt
The Setup: We are dropping into a geometry raid involving a regular octagon inscribed inside a circle. Think of it like slicing up a pizza into 8 perfectly equal pieces. To find the total area, we can calculate the area of just one of those triangular pizza slices (sectors) branching out from the center, and then multiply it by 8. Step 1: Analyze the central angles of the octagon. A full circle is 360360^\circ (or 2π2\pi radians). Since a regular octagon has 88 identical sides, it also has 88 identical triangles radiating out from the center point to each vertex. Let's find the central angle θ\theta for just one of these triangles: θ=3608=45\theta = \frac{360^\circ}{8} = 45^\circ Step 2: Pull the stats for a single triangle. Each of these 88 triangles shares two sides that extend from the center to the circle's boundary. Since both of those lines are radii of the circle, their lengths are both equal to r=1r = 1. So, we have an isosceles triangle with two side lengths of 11 and an included angle of θ=45\theta = 45^\circ. Step 3: Calculate the area of one triangle. The trigonometry cheat code for finding the area of a triangle when you know two sides (aa and bb) and the included angle (θ\theta) is: Areatriangle=12absin(θ)\text{Area}_{\text{triangle}} = \frac{1}{2} a b \sin(\theta) Plug in our stats (a=1a = 1, b=1b = 1, and θ=45\theta = 45^\circ): Areatriangle=12(1)(1)sin(45)\text{Area}_{\text{triangle}} = \frac{1}{2} (1)(1) \sin(45^\circ) Since sin(45)=22\sin(45^\circ) = \frac{\sqrt{2}}{2}: Areatriangle=1222=24\text{Area}_{\text{triangle}} = \frac{1}{2} \cdot \frac{\sqrt{2}}{2} = \frac{\sqrt{2}}{4} Step 4: Scale it up to the full octagon. An octagon consists of 88 of these exact identical triangles. To get the total area, just multiply the area of one triangle by 88: Total Area=8(24)\text{Total Area} = 8 \cdot \left(\frac{\sqrt{2}}{4}\right) Simplify the numbers: Total Area=22\text{Total Area} = 2\sqrt{2} The math is clean, fast, and flawless. Final Answer: 222\sqrt{2}
Q17:ipmat indore 2025QATime, Speed & DistanceHardMCQ · MCQ
Two swimmers, Ankit and Bipul, start swimming from the opposite ends of a swimming pool at the same time. Ankit can cover the length of the pool once in 10 minutes. Bipul can cover the length of the pool once in 15 minutes. They swim back and forth for 80 minutes without stopping. The number of times they meet each other is
  • A8
  • B6
  • C7
  • D5
Pick an option to attempt
The Setup: This is a relative speed and distance problem. Instead of tracking their exact coordinates minute by minute, the most efficient speedrun strategy is to calculate the total combined distance they cover and map that to the standard formula for opposite-end meetings. Step 1: Define the speeds. Let the total length of the pool be LL. Ankit's speed (vAv_A) = L10\frac{L}{10} per minute. Bipul's speed (vBv_B) = L15\frac{L}{15} per minute. Step 2: Establish the meeting logic (combined distance). Because they start at opposite ends, for their first meeting, they must jointly cover exactly 1L1L of distance. After they cross paths, to meet a second time, they have to reach their respective walls and bounce back towards each other, meaning they must jointly cover an additional 2L2L of distance. Therefore, the formula for the total combined distance required for nn meetings is: Drequired=L+(n1)2L=(2n1)LD_{\text{required}} = L + (n - 1)2L = (2n - 1)L Step 3: Calculate the actual distance covered. They both swim continuously for exactly 80 minutes. Let's find out how much raw distance they put on the board: Distance covered by Ankit = 80×(L10)=8L80 \times \left(\frac{L}{10}\right) = 8L Distance covered by Bipul = 80×(L15)=80L15=16L35.33L80 \times \left(\frac{L}{15}\right) = \frac{80L}{15} = \frac{16L}{3} \approx 5.33L Total combined distance actually covered by both swimmers: Dactual=8L+5.33L=13.33LD_{\text{actual}} = 8L + 5.33L = 13.33L Step 4: Solve for nn. We set our required meeting distance formula to be less than or equal to the actual distance they managed to swim: (2n1)L13.33L(2n - 1)L \le 13.33L 2n113.332n - 1 \le 13.33 2n14.332n \le 14.33 n7.165n \le 7.165 Since the number of physical meetings (nn) must be a whole integer, we round down to the highest complete integer they achieved. n=7n = 7 Final Answer: 7
Q18:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
The sum of the first 5 terms of a geometric progression is the same as the sum of the first 7 terms of the same progression. If the sum of the first 9 terms is 24, then the 4th term of the progression is
  • A-48
  • B-24
  • C24
  • D48
Pick an option to attempt
The Setup: We are dealing with a geometric progression (GP) where the sums of different numbers of terms are behaving unusually. If adding more terms doesn't change the sum, those extra terms must cancel each other out. We will use the standard GP sum formulas to lock in the common ratio and the first term. Step 1: Analyze the equal sums. Let the first term be aa and the common ratio be rr. We are given that the sum of the first 5 terms (S5S_5) is equal to the sum of the first 7 terms (S7S_7). S5=S7S_5 = S_7 This means the 6th and 7th terms must sum to zero: S7S5=0S_7 - S_5 = 0 ar5+ar6=0ar^5 + ar^6 = 0 ar5(1+r)=0ar^5(1 + r) = 0 Step 2: Determine the common ratio. From ar5(1+r)=0ar^5(1 + r) = 0, we have three possibilities: 1. a=0a = 0: If the first term is 00, all terms are 00, and the sum of 9 terms would be 00. But we are given S9=24S_9 = 24, so a0a \neq 0. 2. r=0r = 0: If r=0r = 0, the sum of any number of terms is just aa. This would mean S9=a=24S_9 = a = 24. The 4th term would be ar3=24(0)3=0ar^3 = 24(0)^3 = 0. This is not among the options, so r0r \neq 0. 3. 1+r=01 + r = 0: This leaves us with r=1r = -1. Let's lock in r=1r = -1. The sequence alternates: a,a,a,a,a,a,a, -a, a, -a, a, -a, \dots Step 3: Calculate the first term. We are given that the sum of the first 9 terms (S9S_9) is 24. For a GP with r=1r = -1, the sum of an odd number of terms is always just the first term aa (since all the consecutive pairs cancel out to 00). S9=a=24S_9 = a = 24 Now we have our exact stats: a=24a = 24 and r=1r = -1. Step 4: Find the 4th term. The question asks for the 4th term of the progression. T4=ar3T_4 = ar^3 T4=24(1)3T_4 = 24(-1)^3 T4=24(1)=24T_4 = 24(-1) = -24 The math is completely flawless. Final Answer: -24
Q19:ipmat indore 2025QALogarithmsMediumMCQ · MCQ
The set of all values of xx satisfying the inequality log(x+1x)[log2(x1x+2)]>0\log_{\left(x+\frac{1}{x}\right)}\left[\log_{2}\left(\frac{x-1}{x+2}\right)\right]>0 is
  • A(2,5)(2,5)
  • B(5,2)(-5,-2)
  • C(5,)(5,\infty)
  • DNull set
Pick an option to attempt
The Setup: We are solving a nested logarithmic inequality. We need to work from the outside in, paying strict attention to the domain of logarithmic functions, especially the base, which will be the ultimate trap in this problem. Step 1: Analyze the base of the outer logarithm. The outer logarithm has a variable base of b=x+1xb = x + \frac{1}{x}. For any logarithm to be valid, its base must be strictly positive and not equal to 11 (b>0b > 0 and b1b \neq 1). For x+1x>0x + \frac{1}{x} > 0 to hold true, xx must be strictly greater than 00. By the AM-GM inequality, if x>0x > 0, then x+1x2x + \frac{1}{x} \ge 2. Thus, our base bb is always greater than or equal to 22 (meaning it is securely >1> 1). Step 2: Resolve the outer inequality. We have an inequality of the form logb(y)>0\log_b(y) > 0. Since we established that our base b>1b > 1, the inequality sign does not flip when we convert it to exponential form. y>b0y > b^0 y>1y > 1 Substituting our inner expression back in for yy: log2(x1x+2)>1\log_2\left(\frac{x-1}{x+2}\right) > 1 Step 3: Resolve the inner inequality. Now we solve the second layer. The base here is 22, which is also >1> 1, so the sign stays locked. x1x+2>21\frac{x-1}{x+2} > 2^1 x1x+2>2\frac{x-1}{x+2} > 2 Step 4: Solve the rational inequality. Subtract 22 from both sides (never cross-multiply variables when solving inequalities, as you might multiply by a negative and fail to flip the sign): x1x+22>0\frac{x-1}{x+2} - 2 > 0 x12(x+2)x+2>0\frac{x-1 - 2(x+2)}{x+2} > 0 x12x4x+2>0\frac{x-1 - 2x - 4}{x+2} > 0 x5x+2>0\frac{-x-5}{x+2} > 0 Multiply the entire inequality by 1-1 and flip the sign: x+5x+2<0\frac{x+5}{x+2} < 0 The critical points are x=5x = -5 and x=2x = -2. Testing the intervals gives the valid solution range for this rational expression: x(5,2)x \in (-5, -2) Step 5: Determine the final intersection (The Trap). From Step 4, the inner expression requires xx to be strictly between 5-5 and 2-2. However, from Step 1, the domain of the outer logarithm's base strictly requires x>0x > 0. Since xx cannot be both positive and negative at the same time, the intersection of these two conditions is completely empty. x(5,2)(0,)=x \in (-5, -2) \cap (0, \infty) = \emptyset There are no real numbers that can satisfy all the conditions simultaneously. Final Answer: Null set
Q20:ipmat indore 2025QAProgression & SeriesMediumMCQ · MCQ
Let S1={100,105,110,115,}S_1 = \{100, 105, 110, 115, \dots\} and S2={100,95,90,85,}S_2 = \{100, 95, 90, 85, \dots\} be two series in arithmetic progression. If aka_k and bkb_k are the kk-th terms of S1S_1 and S2S_2, respectively, then k=120akbk\sum_{k=1}^{20} a_k b_k equals
  • A137275
  • B138250
  • C137225
  • D135375
Pick an option to attempt
The Setup: We have two arithmetic progressions (APs). One increases by 5, and the other decreases by 5. We need to find the general algebraic expressions for their kk-th terms, multiply them together, and compute the sum of that quadratic sequence from k=1k=1 to 2020. Step 1: Define the kk-th terms. For the first series S1S_1, the first term is 100100 and the common difference is 55: ak=100+(k1)5=5k+95a_k = 100 + (k - 1)5 = 5k + 95 For the second series S2S_2, the first term is 100100 and the common difference is 5-5: bk=100+(k1)(5)=5k+105b_k = 100 + (k - 1)(-5) = -5k + 105 Step 2: Formulate the product akbka_k b_k. Multiply the two general terms together: akbk=(5k+95)(5k+105)a_k b_k = (5k + 95)(-5k + 105) Expand the brackets: akbk=25k2+525k475k+9975a_k b_k = -25k^2 + 525k - 475k + 9975 akbk=25k2+50k+9975a_k b_k = -25k^2 + 50k + 9975 Step 3: Set up the summation. We need to find the sum of this expression from k=1k=1 to 2020. Using summation properties, we can split it into three separate parts: k=120akbk=25k=120k2+50k=120k+k=1209975\sum_{k=1}^{20} a_k b_k = -25\sum_{k=1}^{20} k^2 + 50\sum_{k=1}^{20} k + \sum_{k=1}^{20} 9975 Step 4: Evaluate the standard sums. Let's calculate the values for the sum of squares and the sum of integers for n=20n=20. * Sum of squares: k2=n(n+1)(2n+1)6\sum k^2 = \frac{n(n+1)(2n+1)}{6} k=120k2=20×21×416=2870\sum_{k=1}^{20} k^2 = \frac{20 \times 21 \times 41}{6} = 2870 * Sum of integers: k=n(n+1)2\sum k = \frac{n(n+1)}{2} k=120k=20×212=210\sum_{k=1}^{20} k = \frac{20 \times 21}{2} = 210 * Sum of a constant: k=120c=n×c\sum_{k=1}^{20} c = n \times c k=1209975=20×9975=199500\sum_{k=1}^{20} 9975 = 20 \times 9975 = 199500 Step 5: Calculate the final value. Substitute the calculated sums back into our master equation: Total Sum=25(2870)+50(210)+199500\text{Total Sum} = -25(2870) + 50(210) + 199500 Total Sum=71750+10500+199500\text{Total Sum} = -71750 + 10500 + 199500 Total Sum=61250+199500=138250\text{Total Sum} = -61250 + 199500 = 138250 The math is perfectly locked in. Final Answer: 138250
Q21:ipmat indore 2025QAProbabilityMediumMCQ · MCQ
A and B take part in a rifle shooting match. The probability of A hitting the target is 0.4, while the probability of B hitting the target is 0.6. If A has the first shot, post which both strike alternately, then the probability that A hits the target before B hits it is
  • A12\frac{1}{2}
  • B1019\frac{10}{19}
  • C23\frac{2}{3}
  • D919\frac{9}{19}
Pick an option to attempt
The Setup: This is a classic infinite geometric probability game. Since they strike alternately, A can win on the 1st shot, 3rd shot, 5th shot, and so on. We need to calculate the probability of A winning on any of these odd-numbered turns and sum them up using the infinite geometric series formula. Step 1: Define the individual probabilities. * Probability A hits (P(A)P(A)) = 0.40.4 * Probability A misses (P(A)P(A')) = 10.4=0.61 - 0.4 = 0.6 * Probability B hits (P(B)P(B)) = 0.60.6 * Probability B misses (P(B)P(B')) = 10.6=0.41 - 0.6 = 0.4 Step 2: Map out the winning scenarios for A. * Scenario 1 (A wins on turn 1): A hits immediately. P(Win 1)=0.4P(\text{Win 1}) = 0.4 * Scenario 2 (A wins on turn 3): A misses, B misses, A hits. P(Win 3)=P(A)×P(B)×P(A)=0.6×0.4×0.4=0.096P(\text{Win 3}) = P(A') \times P(B') \times P(A) = 0.6 \times 0.4 \times 0.4 = 0.096 * Scenario 3 (A wins on turn 5): A misses, B misses, A misses, B misses, A hits. P(Win 5)=(P(A)×P(B))2×P(A)=(0.24)2×0.4P(\text{Win 5}) = (P(A') \times P(B'))^2 \times P(A) = (0.24)^2 \times 0.4 Step 3: Apply the infinite geometric series formula. The probabilities form an infinite geometric progression where: * First term (aa) = 0.40.4 (Probability of winning on the first shot) * Common ratio (rr) = P(A)×P(B)=0.6×0.4=0.24P(A') \times P(B') = 0.6 \times 0.4 = 0.24 (The probability of a full cycle of misses before it's A's turn again) The sum of an infinite GP is S=a1rS = \frac{a}{1 - r}. Step 4: Calculate the final probability. S=0.410.24S = \frac{0.4}{1 - 0.24} S=0.40.76S = \frac{0.4}{0.76} Multiply the numerator and denominator by 100100 to clear the decimals: S=4076S = \frac{40}{76} Divide both by their greatest common divisor (44): S=1019S = \frac{10}{19} The math holds up perfectly. Final Answer: 1019\frac{10}{19}
Q22:ipmat indore 2025QADivisibility RulesMediumMCQ · MCQ
Which of the following numbers is divisible by 310+23^{10}+2?
  • A320+43^{20}+4
  • B330+23^{30}+2
  • C320+83^{20}+8
  • D330+83^{30}+8
Pick an option to attempt
The Setup: We can use algebraic identities and the Factor Theorem to solve this quickly without dealing with massive exponents. By substituting a variable for the base term, we can test the options as simple polynomials. Step 1: Define the variable. Let x=310x = 3^{10}. The divisor given in the question is x+2x + 2. We are looking for an option that is completely divisible by (x+2)(x + 2). According to the Factor Theorem, if a polynomial P(x)P(x) is divisible by (x+2)(x + 2), then P(2)P(-2) must equal 00. Step 2: Translate the options into polynomials. * (A) 320+4=(310)2+4=x2+43^{20} + 4 = (3^{10})^2 + 4 = x^2 + 4 * (B) 330+2=(310)3+2=x3+23^{30} + 2 = (3^{10})^3 + 2 = x^3 + 2 * (C) 320+8=(310)2+8=x2+83^{20} + 8 = (3^{10})^2 + 8 = x^2 + 8 * (D) 330+8=(310)3+8=x3+83^{30} + 8 = (3^{10})^3 + 8 = x^3 + 8 Step 3: Apply the Factor Theorem (Test x=2x = -2). Let's plug x=2x = -2 into our options to see which one zeros out: * (A) (2)2+4=4+4=80(-2)^2 + 4 = 4 + 4 = 8 \neq 0 * (B) (2)3+2=8+2=60(-2)^3 + 2 = -8 + 2 = -6 \neq 0 * (C) (2)2+8=4+8=120(-2)^2 + 8 = 4 + 8 = 12 \neq 0 * (D) (2)3+8=8+8=0(-2)^3 + 8 = -8 + 8 = 0 Since option (D) evaluates exactly to 00, it is perfectly divisible by (x+2)(x + 2). Step 4: The Algebraic Proof (Double Check Protocol). We can confirm this using the sum of cubes identity: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2). Let a=310a = 3^{10} and b=2b = 2. a3+b3=(310)3+23=330+8a^3 + b^3 = (3^{10})^3 + 2^3 = 3^{30} + 8 330+8=(310+2)((310)22(310)+22)3^{30} + 8 = (3^{10} + 2)((3^{10})^2 - 2(3^{10}) + 2^2) Since (310+2)(3^{10} + 2) is explicitly pulled out as a factor, 330+83^{30} + 8 is strictly divisible by it. The logic is fully locked in. Final Answer: 330+83^{30}+8
Q23:ipmat indore 2025QASet TheoryMediumMCQ · MCQ
Let AA and BB be two finite sets where the values of n(AB)n(A-B), n(AB)n(A\cap B), and n(BA)n(B-A) form an arithmetic progression. (Note: n(X)n(X) represents the total number of elements within a finite set XX). Given that n(AB)=18n(A\cup B) = 18, determine the exact value of n(A)+n(B)n(A) + n(B).
  • A24
  • B27
  • C30
  • D36
Pick an option to attempt
The Setup: We are dropping into a crossover between Set Theory and Arithmetic Progressions. By breaking the sets down into their mutually exclusive, non-overlapping regions, we can algebraicize the entire Venn diagram and solve it without needing the exact value of the common difference. Step 1: Define the AP regions. A Venn diagram with two sets is made of three distinct zones: strictly A (ABA-B), the overlap (ABA \cap B), and strictly B (BAB-A). Since these three regions form an arithmetic progression, we can represent their element counts using a standard AP format with middle term aa and common difference dd: * n(AB)=adn(A-B) = a - d * n(AB)=an(A\cap B) = a * n(BA)=a+dn(B-A) = a + d Step 2: Solve for the middle term. We are given that the total number of elements in the union n(AB)n(A \cup B) is 18. The union is simply the sum of our three distinct zones: n(AB)=n(AB)+n(AB)+n(BA)n(A \cup B) = n(A-B) + n(A \cap B) + n(B-A) Substitute our AP variables: 18=(ad)+a+(a+d)18 = (a - d) + a + (a + d) 18=3a18 = 3a a=6a = 6 We now know the exact size of the intersection: n(AB)=6n(A \cap B) = 6. Step 3: Calculate the target sum. The question asks for the total value of n(A)+n(B)n(A) + n(B). Let's build both sets from our defined zones: * n(A)=n(AB)+n(AB)=(ad)+a=2adn(A) = n(A-B) + n(A \cap B) = (a - d) + a = 2a - d * n(B)=n(BA)+n(AB)=(a+d)+a=2a+dn(B) = n(B-A) + n(A \cap B) = (a + d) + a = 2a + d Now, add them together: n(A)+n(B)=(2ad)+(2a+d)n(A) + n(B) = (2a - d) + (2a + d) n(A)+n(B)=4an(A) + n(B) = 4a Since we already locked in a=6a = 6, we just multiply: n(A)+n(B)=4(6)=24n(A) + n(B) = 4(6) = 24 The d-d and +d+d perfectly cancel each other out, making the math completely flawless. Final Answer: 24
Q24:ipmat indore 2025QAPermutation & CombinationEasyMCQ · MCQ
Determine the total count of integers strictly greater than 5000 and exactly divisible by 5 that can be constructed using the digits {1, 3, 5, 7, 8, 9} without any digit repetition.
  • A276
  • B180
  • C120
  • D240
Pick an option to attempt
The Setup: This is a classic combinatorics and permutation problem. We need to build numbers that satisfy three conditions simultaneously: they must be strictly greater than 5000, end in 5 (to be a multiple of 5), and feature no repeating digits. Since the length of the integer isn't artificially restricted to four digits, we must account for all possible 4-digit, 5-digit, and 6-digit combinations. Step 1: Analyze the divisibility constraint. For an integer to be divisible by 5, its unit digit must be 0 or 5. Since our available pool is {1,3,5,7,8,9}\{1, 3, 5, 7, 8, 9\}, the unit digit is strictly locked to 5. This leaves us with a remaining working pool of 5 digits: {1,3,7,8,9}\{1, 3, 7, 8, 9\}. Step 2: Calculate valid 4-digit numbers. Format: `_ _ _ 5` To ensure the number is >5000> 5000, the first digit (thousands place) must be 5 or greater. Since 5 is already deployed at the unit place, the first digit can only be 7, 8, or 9. * Thousands place: 33 options (7, 8, or 9). * Hundreds and Tens places: We have 44 remaining digits to fill 22 open spots. This gives us P(4,2)=4×3=12P(4,2) = 4 \times 3 = 12 ways. * Total valid 4-digit numbers = 3×12=363 \times 12 = 36. Step 3: Calculate valid 5-digit numbers. Format: `_ _ _ _ 5` Any 5-digit number formed from this set is automatically >5000> 5000. * Unit place: Locked to 55. * Remaining 4 spots: We have 55 available digits to fill 44 open spots. This is P(5,4)=5×4×3×2=120P(5,4) = 5 \times 4 \times 3 \times 2 = 120 ways. * Total valid 5-digit numbers = 120120. Step 4: Calculate valid 6-digit numbers. Format: `_ _ _ _ _ 5` Any 6-digit number formed from this set is automatically >5000> 5000. * Unit place: Locked to 55. * Remaining 5 spots: We have 55 available digits to fill 55 open spots. This is P(5,5)=5!=120P(5,5) = 5! = 120 ways. * Total valid 6-digit numbers = 120120. Step 5: Final tally. Add up all the valid configurations to find the absolute total: Total=36+120+120=276\text{Total} = 36 + 120 + 120 = 276 The math is completely flawless. Final Answer: 276
Q25:ipmat indore 2025QARemainderMediumMCQ · MCQ
Calculate the exact remainder obtained when the expression 111011+10111111^{1011} + 1011^{11} is divided by 9.
  • A0
  • B8
  • C9
  • D7
Pick an option to attempt
The Setup: We are dropping into modular arithmetic. Instead of computing astronomical numbers, we will break the expression down and apply modulo 99 properties to the bases first, then handle the exponents using cyclicity and exponent rules. Step 1: Analyze the first term (111011(mod9)11^{1011} \pmod 9). First, reduce the base by finding the remainder of 1111 divided by 99: 112(mod9)11 \equiv 2 \pmod 9 So, the problem simplifies to: 11101121011(mod9)11^{1011} \equiv 2^{1011} \pmod 9 To solve this quickly, look for a power of 22 that is close to a multiple of 99. We know that 23=82^3 = 8, which is exactly 11 less than 99. 231(mod9)2^3 \equiv -1 \pmod 9 Let's rewrite the exponent 10111011 as a multiple of 33: 1011=3×3371011 = 3 \times 337 Substitute this back into our expression: 21011=(23)337(1)337(mod9)2^{1011} = (2^3)^{337} \equiv (-1)^{337} \pmod 9 Since 337337 is an odd number, 1-1 raised to an odd power remains 1-1. 1(mod9)8(mod9)-1 \pmod 9 \equiv 8 \pmod 9 The first term leaves a remainder of 88. Step 2: Analyze the second term (101111(mod9)1011^{11} \pmod 9). To find 1011(mod9)1011 \pmod 9, apply the divisibility rule for 99 by summing its digits: 1+0+1+1=31 + 0 + 1 + 1 = 3 So, 10113(mod9)1011 \equiv 3 \pmod 9. This means our second term simplifies to: 101111311(mod9)1011^{11} \equiv 3^{11} \pmod 9 Notice what happens when you square 33: 32=90(mod9)3^2 = 9 \equiv 0 \pmod 9 Since 323^2 is a perfect multiple of 99, any higher power of 33 (like 3113^{11}) will also contain that 99 as a factor, instantly zeroing out the remainder. 3110(mod9)3^{11} \equiv 0 \pmod 9 The second term leaves a remainder of 00. Step 3: Combine the remainders. Add the individual remainders together to get the final result: Total Remainder=8+0=8\text{Total Remainder} = 8 + 0 = 8 The modular logic is fully locked in. Final Answer: 8
Q26:ipmat indore 2025LRDITabular DataMediumMCQ · MCQ
The table given below provides the details of monthly sales (in lakhs of rupees) and the value of products returned by the customers (as a percentage of sales) of an e-commerce company for three product categories for the year 2024. Net sales (in lakhs of rupees) is defined as the difference between sales (in lakhs of rupees) and the value of products returned (in lakhs of rupees).
MonthSales: ApparelSales: FootwearSales: ElectronicsReturns: ApparelReturns: FootwearReturns: Electronics
January26210428913%7%2%
February27911338716%9%3%
March23612128320%7%2%
April2585832516%8%1%
May2496935912%6%4%
June23011132119%5%3%
July24411934117%9%4%
August2526033616%6%2%
September28811835510%9%5%
October22210838315%8%2%
November2289328214%9%4%
December2218626818%10%1%
Which month had highest percentage decline in monthly sales as compared to previous month for the Apparel category?
  • AJune
  • BMarch
  • CDecember
  • DOctober
Pick an option to attempt
We don't need to calculate exact percentages - we can compare the fractions directly to find the largest one. From the Apparel sales data, let's identify consecutive months where sales decreased:
Month TransitionSales Change (Lakhs)Change TypeAnalysis
January \rightarrow February262279262 \rightarrow 279Increase (+17)-
February \rightarrow March279236279 \rightarrow 236Decrease (-43)Significant decrease - Consider
March \rightarrow April236258236 \rightarrow 258Increase (+22)-
April \rightarrow May258249258 \rightarrow 249Decrease (-9)Ignore - Minimal decrease while in the 250s range
May \rightarrow June249230249 \rightarrow 230Decrease (-19)Ignore - Same reason as May
June \rightarrow July230244230 \rightarrow 244Increase (+14)-
July \rightarrow August244252244 \rightarrow 252Increase (+8)-
August \rightarrow September252288252 \rightarrow 288Increase (+36)-
September \rightarrow October288222288 \rightarrow 222Decrease (-66)Much higher decrease - Consider with March
October \rightarrow November222228222 \rightarrow 228Increase (+6)-
November \rightarrow December228221228 \rightarrow 221Decrease (-7)Ignore - Same reason as May
% Decline=Previous Month SalesCurrent Month SalesPrevious Month Sales×100% \% \text{ Decline} = \frac{\text{Previous Month Sales} - \text{Current Month Sales}}{\text{Previous Month Sales}} \times 100\% **February \rightarrow March:** % Decline=279236279×100%=43279×100%=15.41% \% \text{ Decline} = \frac{279 - 236}{279} \times 100\% = \frac{43}{279} \times 100\% = 15.41\% **September \rightarrow October:** % Decline=288222288×100%=66288×100%=22.92% \% \text{ Decline} = \frac{288 - 222}{288} \times 100\% = \frac{66}{288} \times 100\% = 22.92\% Comparing via fractions \rightarrow March: 43279\frac{43}{279} and October: 66288\frac{66}{288} * October has a numerator (6666) that is about 1.51.5 times larger than March's numerator (4343). * October has a denominator (288288) that is only about 1.031.03 times larger than March's denominator (279279). Since the numerator grows much faster than the denominator, October's fraction 66288\frac{66}{288} is larger than March's fraction 43279\frac{43}{279}. October had the highest percentage decline in Apparel sales, dropping from 288 lakhs in September to 222 lakhs in October. Final Answer: October
Q27:ipmat indore 2025LRDITabular DataMediumMCQ · MCQ
The table given below provides the details of monthly sales (in lakhs of rupees) and the value of products returned by the customers (as a percentage of sales) of an e-commerce company for three product categories for the year 2024. Net sales (in lakhs of rupees) is defined as the difference between sales (in lakhs of rupees) and the value of products returned (in lakhs of rupees).
MonthSales: ApparelSales: FootwearSales: ElectronicsReturns: ApparelReturns: FootwearReturns: Electronics
January26210428913%7%2%
February27911338716%9%3%
March23612128320%7%2%
April2585832516%8%1%
May2496935912%6%4%
June23011132119%5%3%
July24411934117%9%4%
August2526033616%6%2%
September28811835510%9%5%
October22210838315%8%2%
November2289328214%9%4%
December2218626818%10%1%
For which categories did the value of the products returned (as a percentage of sales) increase for three consecutive months?
  • AOnly Electronics
  • BOnly Apparel
  • CBoth Apparel and Footwear
  • DOnly Footwear
Pick an option to attempt
The Setup: We need to identify which product categories had the value of products returned (as a percentage of sales) increase for three consecutive months. The concept here is to track each category's return percentage month by month and look for patterns where the percentage consistently rises over a three-month span (meaning the current month's return percentage is strictly higher than the previous month's for three transitions). Step 1: Analyze the Apparel category. For Apparel, we see continuous increases from January to February to March: * January: 13% * February: 16% * March: 20% This gives us three consecutive months of increasing percentages (13%16%20%13\% \rightarrow 16\% \rightarrow 20\%). Step 2: Analyze the Footwear category. For Footwear, we see continuous increases from October to November to December: * October: 8% * November: 9% * December: 10% This gives us three consecutive months of increasing percentages (8%9%10%8\% \rightarrow 9\% \rightarrow 10\%). Step 3: Analyze the Electronics category. Scanning the Electronics return percentages, we do not find any sequence where the values strictly increase for three consecutive months. Step 4: Conclusion. The key insight is that we are looking for a pattern where each month's return percentage is strictly greater than the previous month's percentage for three consecutive months. Both the Apparel and Footwear categories satisfy this condition. Final Answer: Both Apparel and Footwear
Q28:ipmat indore 2025LRDITabular DataMediumMCQ · MCQ
The table given below provides the details of monthly sales (in lakhs of rupees) and the value of products returned by the customers (as a percentage of sales) of an e-commerce company for three product categories for the year 2024. Net sales (in lakhs of rupees) is defined as the difference between sales (in lakhs of rupees) and the value of products returned (in lakhs of rupees).
MonthSales: ApparelSales: FootwearSales: ElectronicsReturns: ApparelReturns: FootwearReturns: Electronics
January26210428913%7%2%
February27911338716%9%3%
March23612128320%7%2%
April2585832516%8%1%
May2496935912%6%4%
June23011132119%5%3%
July24411934117%9%4%
August2526033616%6%2%
September28811835510%9%5%
October22210838315%8%2%
November2289328214%9%4%
December2218626818%10%1%
By what percentage the net sales for June increased as compared to May in the Footwear category?
  • A62.58 percent
  • B7.21 percent
  • C18.97 percent
  • D60.87 percent
Pick an option to attempt
Net Sales=SalesValue of Products Returned\text{Net Sales} = \text{Sales} - \text{Value of Products Returned} The value of products returned is given as a percentage of sales, so we need to convert this to actual rupees first. For May in the Footwear category: * Sales=69 lakhs\text{Sales} = 69 \text{ lakhs} * Return percentage=6% of sales\text{Return percentage} = 6\% \text{ of sales} * Value of products returned=6100×69=4.14 lakhs\text{Value of products returned} = \frac{6}{100} \times 69 = 4.14 \text{ lakhs} * Net sales for May=694.14=64.86 lakhs\text{Net sales for May} = 69 - 4.14 = 64.86 \text{ lakhs} For June in the Footwear category: * Sales=111 lakhs\text{Sales} = 111 \text{ lakhs} * Return percentage=5% of sales\text{Return percentage} = 5\% \text{ of sales} * Value of products returned=5100×111=5.55 lakhs\text{Value of products returned} = \frac{5}{100} \times 111 = 5.55 \text{ lakhs} * Net sales for June=1115.55=105.45 lakhs\text{Net sales for June} = 111 - 5.55 = 105.45 \text{ lakhs} To find the percentage increase from May to June: % Increase=June net salesMay net salesMay net sales×100% \text{\% Increase} = \frac{\text{June net sales} - \text{May net sales}}{\text{May net sales}} \times 100\% =105.4564.8664.86×100% = \frac{105.45 - 64.86}{64.86} \times 100\% =40.5964.86×100% = \frac{40.59}{64.86} \times 100\% =62.58% = 62.58\% Final Answer: 62.58 percent
Q29:ipmat indore 2025LRDITabular DataMediumMCQ · MCQ
The table given below provides the details of monthly sales (in lakhs of rupees) and the value of products returned by the customers (as a percentage of sales) of an e-commerce company for three product categories for the year 2024. Net sales (in lakhs of rupees) is defined as the difference between sales (in lakhs of rupees) and the value of products returned (in lakhs of rupees).
MonthSales: ApparelSales: FootwearSales: ElectronicsReturns: ApparelReturns: FootwearReturns: Electronics
January26210428913%7%2%
February27911338716%9%3%
March23612128320%7%2%
April2585832516%8%1%
May2496935912%6%4%
June23011132119%5%3%
July24411934117%9%4%
August2526033616%6%2%
September28811835510%9%5%
October22210838315%8%2%
November2289328214%9%4%
December2218626818%10%1%
Among the following four months, for which month the contribution of the Apparel category in the total monthly sales was the highest?
  • AJanuary
  • BApril
  • CDecember
  • DAugust
Pick an option to attempt
The Setup: The contribution of Apparel to Total Sales is calculated as the ratio of Apparel sales to the total sales of all categories for that specific month, converted to a percentage. Apparel contribution=Apparel salesTotal sales of all categories×100% \text{Apparel contribution} = \frac{\text{Apparel sales}}{\text{Total sales of all categories}} \times 100\% Step 1: Calculate the total sales for each given month. We find the total sales by adding the sales from all three categories (Apparel + Footwear + Electronics): * January: 262+104+289=655262 + 104 + 289 = 655 * April: 258+58+325=641258 + 58 + 325 = 641 * August: 252+60+336=648252 + 60 + 336 = 648 * December: 221+86+268=575221 + 86 + 268 = 575 Step 2: Calculate the exact contribution percentage for each month. * January: 262655×100%=40.00%\frac{262}{655} \times 100\% = 40.00\% * April: 258641×100%40.25%\frac{258}{641} \times 100\% \approx 40.25\% * August: 252648×100%38.89%\frac{252}{648} \times 100\% \approx 38.89\% * December: 221575×100%38.43%\frac{221}{575} \times 100\% \approx 38.43\% Step 3: Compare and Conclude. Comparing the percentages, April has the highest contribution (40.25%40.25\%). *Conceptual insight:* Even though January had higher absolute Apparel sales (262262 vs 258258), April had proportionally lower sales from other categories, making Apparel's share of the total pie larger. Final Answer: April
Q30:ipmat indore 2025LRDITabular DataMediumMCQ · MCQ
The table given below provides the details of monthly sales (in lakhs of rupees) and the value of products returned by the customers (as a percentage of sales) of an e-commerce company for three product categories for the year 2024. Net sales (in lakhs of rupees) is defined as the difference between sales (in lakhs of rupees) and the value of products returned (in lakhs of rupees).
MonthSales: ApparelSales: FootwearSales: ElectronicsReturns: ApparelReturns: FootwearReturns: Electronics
January26210428913%7%2%
February27911338716%9%3%
March23612128320%7%2%
April2585832516%8%1%
May2496935912%6%4%
June23011132119%5%3%
July24411934117%9%4%
August2526033616%6%2%
September28811835510%9%5%
October22210838315%8%2%
November2289328214%9%4%
December2218626818%10%1%
Among the following four months, for which month the value of the Footwear returned (in lakhs of rupees) was the highest?
  • ASeptember
  • BJuly
  • CJune
  • DMarch
Pick an option to attempt
The Setup: The value of products returned is given as a percentage of sales, so we need to calculate the actual value in lakhs of rupees using the formula: Value of products returned=Return percentage100×Sales \text{Value of products returned} = \frac{\text{Return percentage}}{100} \times \text{Sales} Step 1: Calculate the exact return value for each given month. Extracting the Footwear sales and return percentage data from the table: * September: 9100×118=10.62 lakhs\frac{9}{100} \times 118 = 10.62 \text{ lakhs} * July: 9100×119=10.71 lakhs\frac{9}{100} \times 119 = 10.71 \text{ lakhs} * June: 5100×111=5.55 lakhs\frac{5}{100} \times 111 = 5.55 \text{ lakhs} * March: 7100×121=8.47 lakhs\frac{7}{100} \times 121 = 8.47 \text{ lakhs} Step 2: Compare and Conclude. Comparing the calculated values, July has the highest absolute value of products returned (10.71 lakhs10.71 \text{ lakhs}). *Conceptual insight:* The absolute value of returns depends on both the return percentage and the total sales volume. July combines a high return percentage (9%9\%) with substantial sales (119 lakhs119 \text{ lakhs}), creating the largest absolute return amount. * September \rightarrow percentage is the same (9%9\%) but the sales are lower (118118). * June \rightarrow sales are around the same but the percentage is almost half (5%5\%). * March \rightarrow percentage is 2%2\% lower (7%7\%) and sales are only 2 lakhs2 \text{ lakhs} more than July, which makes it definitively lower. Final Answer: July

Other IPMAT Indore papers & sections