All 20 MCQ previous year questions (PYQs) from the IPMAT Indore 2020 past year paper, with answers and full solutions.
Free SolutionsNo Login20 Questions
Q1:ipmat indore 2020QA › ProbabilityHardMCQ · MCQ
The probability that a randomly chosen factor of 1019 is a multiple of 1015 is
A251
B121
C201
D161
Pick an option to attempt
The Setup: We are dealing with prime factorization and combinations to calculate probability. We need to find the total number of factors of 1019 (the sample space) and the total number of factors that carry at least 1015 in their DNA (the winning outcomes).
Step 1: Break down the base stats. Prime factorize the main number:
1019=(2×5)19=219×519
The formula for the total number of factors of pa×qb is (a+1)(b+1), since each exponent is chosen freely:
Total factors=(19+1)(19+1)=20×20=400Step 2: Isolate the target condition. A factor of 1019 has the shape 2x×5y with 0≤x,y≤19. For it to be a multiple of 1015=215×515, it must carry at least fifteen of each prime, so x≥15andy≥15.
Combined with the ceiling of 19, the valid range for both x and y is {15,16,17,18,19}.
Step 3: Count the winning outcomes. There are exactly 5 choices for the power of 2 and 5 choices for the power of 5, chosen independently:
Valid factors=5×5=25Step 4: Calculate the final RNG. Probability is winning outcomes over total outcomes, and every factor is equally likely because the choice is uniform over all 400:
P=40025=161Final Answer:161
Q2:ipmat indore 2020QA › TrianglesHardMCQ · MCQ
The number of acute angled triangles whose sides are three consecutive positive integers and whose perimeter is at most 100 is
A28
B29
C31
D33
Pick an option to attempt
The Setup: This geometry problem is a triple filter. The sides must pass the triangle inequality vibe check, then survive the acute-angle condition, then fit under the perimeter cap. Whichever filter is strictest wins.
Step 1: Set up the side lengths. Let the three consecutive integer sides be x−1, x and x+1, with x−1≥1.
For any triangle the two smaller sides must beat the largest: (x−1)+x>x+1⟹x>2.
Step 2: Enforce the acute angle rule. A triangle is acute when *every* angle is acute - but we only have to test one. The largest angle always sits opposite the longest side, so if that angle is acute the two smaller ones are smaller still and acute automatically. The longest side here is x+1, so the single condition to check is a2+b2>c2:
(x−1)2+x2>(x+1)2x2−2x+1+x2>x2+2x+1x2>4x
Since x is positive we may divide by x, giving x>4. As x is an integer, the lowest valid value is x=5 (the smallest qualifying triangle being 4,5,6). Note this condition is strictly tighter than Step 1's x>2, so the triangle inequality is absorbed and adds nothing further.
Step 3: Apply the perimeter cap. The perimeter is at most 100:
(x−1)+x+(x+1)=3x≤100⟹x≤33.33…
Since x is an integer, the maximum is x=33, giving sides 32,33,34 and a perimeter of 99.
Step 4: Count the surviving squad. The valid range for x runs from 5 to 33 inclusive:
33−5+1=29Final Answer: 29
The equation of the straight line passing through the point M(−5,4), such that the portion of it between the axes is divided by the point M into two equal halves, is
A10y−8x=80
B8y+10x=80
C10y+8x=80
D8y+10x+80=0
Pick an option to attempt
The Setup: This is a coordinate geometry speedrun using intercept form. The line crosses the x-axis at some point A(a,0) and the y-axis at B(0,b). Saying M divides the portion between the axes into two equal halves is just a fancy way of saying M is the midpoint of segment AB.
Step 1: Apply the midpoint formula. The midpoint of A(a,0) and B(0,b) is (2a,2b), and we are told that point is M(−5,4):
2a=−5⟹a=−102b=4⟹b=8Step 2: Construct the line equation. Use the two-intercept form ax+by=1:
−10x+8y=1Step 3: Clear the fractions in one shot. Multiply every term by 80 (a common multiple of 10 and 8 chosen to land directly on the answer's scale):
80⋅−10x+80⋅8y=80⟹−8x+10y=80
Reordering gives 10y−8x=80.
Step 4: Verify against all three known points. A midpoint slip is easy to make, so test the line on the two intercepts and M itself:
* A(−10,0): 10(0)−8(−10)=80 ✓
* B(0,8): 10(8)−8(0)=80 ✓
* M(−5,4): 10(4)−8(−5)=40+40=80 ✓
All three sit on the line, and M is genuinely halfway between A and B. Running the other three options through M(−5,4) fails every time, so the match is unique.
Final Answer:10y−8x=80
The value of cos2(8π)+cos2(83π)+cos2(85π)+cos2(87π) is
A1
B23
C2
D49
Pick an option to attempt
The Setup: This trig expression looks intimidating, but it has zero plot armour once you spot the symmetry in the angles. We use the supplementary angle identity to fold the expression in half, then the complementary identity to finish it off.
Step 1: Fold the back half. Notice that 87π=π−8π, and cos(π−θ)=−cosθ, so cos(87π)=−cos(8π). Squaring kills the minus sign:
cos2(87π)=cos2(8π)
Identically, 85π=π−83π, so cos2(85π)=cos2(83π).
Step 2: Simplify the sum. The four terms collapse into two identical pairs:
2[cos2(8π)+cos2(83π)]Step 3: Exploit the complementary angles. Notice that 8π+83π=84π=2π. The two angles are complementary, and cos(2π−θ)=sinθ, so:
cos(83π)=sin(8π)Step 4: Use the legendary identity. Substitute sine into the folded expression:
2[cos2(8π)+sin2(8π)]
By the Pythagorean identity cos2θ+sin2θ=1, the bracket collapses to 1:
2×1=2Final Answer:2
If 121+221+321+… up to ∞=6π2, then the value of 121+321+521+… up to ∞ is
A8π2
B16π2
C12π2
D36π2
Pick an option to attempt
The Setup: We are manipulating the famous Basel problem. We are handed the sum of *all* inverse squares and asked for the sum of only the *odd* ones. The trick is to split the total into its even and odd halves, then notice the even half is a scaled copy of the whole thing.
Step 1: Define the series. Let the total be S=6π2. Every positive integer is either odd or even, so the total splits cleanly with nothing counted twice and nothing missed:
S=Sum(Odds)+Sum(Evens)
Every term here is positive and the series converges, so splitting and rearranging it like this is legitimate rather than a formal trick.
Step 2: Factor the even series. Write out the even terms and pull out the common factor. Each even number is 2n, so its square is 4n2:
Sum(Evens)=221+421+621+…=41(121+221+321+…)
The bracket is literally the original total S, so Sum(Evens)=4S. This self-similarity is the whole engine of the problem.
Step 3: Solve for the odds. Substitute back into the master equation:
S=Sum(Odds)+4S⟹Sum(Odds)=S−4S=43SStep 4: Final substitution. Plug in the known value of S:
Sum(Odds)=43×6π2=243π2=8π2Final Answer:8π2
Q6:ipmat indore 2020QA › ProbabilityHardMCQ · MCQ
A man is known to speak the truth on an average 4 out of 5 times. He throws a die and reports that it is a five. The probability that it is actually a five is
A94
B95
C154
D152
Pick an option to attempt
The Setup: This is a classic Bayes' Theorem trap. We have a prior probability (the physical die) mixed with a conditional one (the man's honesty stats). We want the probability that a five *actually* came up, given that he claims it did - which is not the same as his truthfulness rate, and the gap between 54 and the answer is the entire point of the question.
Step 1: Map the base probabilities.
* Probability of rolling a five: P(A)=61
* Probability of rolling anything else: P(not A)=65
* Man tells the truth: P(T)=54
* Man lies: P(L)=51Step 2: Map the conditional claims.
If it genuinely is a five, he reports five precisely when he is being truthful: P(Claims 5∣Is 5)=54.
If it is not a five, he can only report five by lying, so this branch is taken as P(Claims 5∣Not 5)=51 - the exam's convention is that a lie about the target face lands on that face.
*Worth naming the assumption, because it is doing real work.* If instead a liar spread his lie uniformly across the five wrong faces, this branch would be 51×51=251 and the answer would come out as 54. That value appears nowhere in the options, whereas the convention above lands exactly on option 1 - so the option set itself tells us which reading the paper intended.
Step 3: Apply Bayes' Theorem.P(Is 5∣Claims 5)=P(Is 5)×P(Claims 5∣Is 5)+P(Not 5)×P(Claims 5∣Not 5)P(Is 5)×P(Claims 5∣Is 5)Step 4: Crunch the numbers.Numerator=61×54=304Denominator=(61×54)+(65×51)=304+305=309P=309304=94
Sanity check on the direction: 94<21, which is right - a five is rare enough on a fair die that even a mostly-honest report leaves it more likely than not that he is lying.
Final Answer:94
Q7:ipmat indore 2020QA › LogarithmsEasyMCQ · MCQ
If log5(log8(x2−1))=0, then a possible value of x is
A22
B2
C2
D3
Pick an option to attempt
The Setup: This is a logarithm inception. We unpack it from the outside in using the fundamental definition logb(A)=C⟹A=bC, then check the candidates against the option list.
Step 1: Destroy the outer log.log5(log8(x2−1))=0
Convert from log form to exponential form:
log8(x2−1)=50=1Step 2: Destroy the inner log. Apply the same rule to what remains:
x2−1=81=8Step 3: Solve the quadratic.x2=9⟹x=±3Step 4: Pick the value that is actually on the menu. Both x=3 and x=−3 satisfy the equation - the expression only ever sees x2, so the sign is irrelevant, and x2−1=8>0 keeps every logarithm well defined. This is exactly why the stem asks for *a possible* value rather than *the* value. Of the two, only 3 appears among the options, so it is the answer.
The other three options all fail, and one of them is a genuine trap:
* x=22: x2−1=7, and log87≈0.936, so the outer log is not 0.
* x=2: x2−1=1, so log81=0 - and log50 is undefined, not zero. Mistaking one for the other is the intended snare.
* x=2: x2−1=3, and log83≈0.528, so the outer log is not 0.
Final Answer: 3
Consider the following statements:
(i) When (0<x<1), then (1+x1<1−x+x2)
(ii) When (0<x<1), then (1+x1>1−x+x2)
(iii) When (−1<x<0), then (1+x1<1−x+x2)
(iv) When (−1<x<0), then (1+x1>1−x+x2)
Then the correct statements are:
A(i) and (ii)
B(ii) and (iv)
C(i) and (iv)
D(ii) and (iii)
Pick an option to attempt
The Setup: Cross-multiplying an inequality whose denominator changes sign is how this question eats people alive. We dodge that entirely with the sum of cubes identity a3+b3=(a+b)(a2−ab+b2), taking a=1 and b=x, which turns the whole comparison into a single fraction whose sign we can read off.
Step 0: Note the structure. Statements (i) and (ii) are exact opposites on the same interval, as are (iii) and (iv). So exactly one of each pair must be true, and the answer is guaranteed to be one statement from each pair - that alone kills option 1 ((i) and (ii) cannot both hold) before any algebra.
Step 1: Exploit the identity. With a=1, b=x:
1+x3=(1+x)(1−x+x2)
On both intervals x>−1, so 1+x>0 - it is never zero, and we may safely divide by it:
1−x+x2=1+x1+x3Step 2: Find the delta. Subtract the two quantities being compared and put them over the common denominator:
(1−x+x2)−1+x1=1+x1+x3−1+x1=1+xx3
Everything now rides on the sign of 1+xx3, and since 1+x>0 throughout, that sign is simply the sign of x3 - which is the sign of x.
**Step 3: Evaluate Case 1, 0<x<1.** The numerator x3 is positive and the denominator 1+x is positive, so the delta is positive:
1+xx3>0⟹1−x+x2>1+x1
Flipping that around to the form the paper uses gives 1+x1<1−x+x2, which is exactly Statement (i) - and therefore (ii) is false.
*Spot check at x=21:* 1+x1=32 and 1−x+x2=43, and indeed 32<43, with the gap 121 matching 1+xx3=3/21/8=121.
**Step 4: Evaluate Case 2, −1<x<0.** Here the numerator x3 is negative (a negative number cubed stays negative), while the denominator 1+x is still positive - for instance 1+(−0.5)=0.5. A negative over a positive is negative:
1+xx3<0⟹1−x+x2<1+x1
Flipping it round gives 1+x1>1−x+x2, which is exactly Statement (iv) - and therefore (iii) is false.
*Spot check at x=−21:* 1+x1=2 and 1−x+x2=47, and indeed 2>47, with the gap −41 matching 1+xx3=1/2−1/8=−41.
Step 5: Assemble. The true statements are (i) and (iv), one from each contradictory pair as Step 0 predicted.
Final Answer: (i) and (iv)
Fifty litres of a mixture of milk and water contains 30 percent of water. This mixture is added to eighty litres of another mixture of milk and water that contains 20 percent of water. Then, how many litres of water should be added to the resulting mixture to obtain a final mixture that contains 25 percent of water?
A1
B2
C3
D4
Pick an option to attempt
The Setup: Mixture problems just require tracking the absolute volumes of the components like inventory. We find the exact litres of water and milk we currently hold, merge them, then solve for the extra water needed to hit the target 25%. The key discipline is that adding pure water changes the water column *and* the total, but leaves the milk column frozen.
Step 1: Audit Mixture 1. Total =50 L, water is 30%.
Water=0.30×50=15 L,Milk=50−15=35 LStep 2: Audit Mixture 2. Total =80 L, water is 20%.
Water=0.20×80=16 L,Milk=80−16=64 LStep 3: Merge the inventory. Tip both into the same barrel:
Total volume=50+80=130 L,Water=15+16=31 L,Milk=35+64=99 LStep 4: Calculate the required additive. Let w litres of pure water go in. Both the water and the total grow by w, and a 25% water mix means water is 41 of the total:
130+w31+w=41
Cross-multiply and solve:
4(31+w)=130+w⟹124+4w=130+w⟹3w=6⟹w=2Step 5: Verify from the milk side. The milk column never moved, so it is an independent check. Final total =130+2=132 L, of which milk is still 99 L:
13299=43=75% milk, hence 25% water
The two routes agree, so w=2 is right.
Final Answer: 2
Q10:ipmat indore 2020QA › Time & WorkHardMCQ · MCQ
Three workers working together need 1 hour to construct a wall. The first worker, working alone, can construct the wall twice as fast as the third worker, and can complete the task an hour sooner than the second worker. Then, the average of time taken in hours by three workers, when working alone, to construct the wall is
A333+4
B333+5
C333+6
D333+7
Pick an option to attempt
The Setup: This is a rates problem, and the golden rule is that *times do not add, rates do*. We convert *hours to build the wall* into *walls per hour*, sum the three rates to 1 wall/hour, and only convert back to time at the very end.
Step 1: Define the rates. Let r1,r2,r3 be the workers' rates in walls per hour, and ti=ri1 their solo times.
All three together take 1 hour, so their rates sum to one whole wall per hour:
r1+r2+r3=11=1
Worker 1 is twice as fast as Worker 3, so r1=2r3, i.e. r3=2r1 (equivalently t3=2t1).
Step 2: Link Workers 1 and 2. Worker 1 finishes an hour sooner than Worker 2, and that condition is about *times*, so it must be written in times first:
t1=t2−1⟹r11=r21−1⟹r21=r11+1=r11+r1
Flipping gives r2=1+r1r1.
Step 3: Solve the master rate equation. Substitute r2 and r3 into the sum:
r1+1+r1r1+2r1=1
Multiply through by 2(1+r1) to clear denominators:
2r1(1+r1)+2r1+r1(1+r1)=2(1+r1)2r1+2r12+2r1+r1+r12=2+2r13r12+5r1=2+2r1⟹3r12+3r1−2=0
By the quadratic formula:
r1=6−3±9−4(3)(−2)=6−3±33
A rate cannot be negative, and 33≈5.745, so the minus root is discarded and r1=633−3.
Step 4: Convert back to times. Rationalising the denominator each time:
t1=r11=33−36=33−96(33+3)=246(33+3)=433+3t2=t1+1=433+3+44=433+7,t3=2t1=4233+6Step 5: Average them. Note the question asks for the average of the *times*, not of the rates - averaging rates instead is the single most common way to lose this mark.
t1+t2+t3=4(33+3)+(33+7)+(233+6)=4433+16=33+4Average=333+4Step 6: Sanity check the numbers. Numerically t1≈2.19, t2≈3.19, t3≈4.37 hours. Every one exceeds 1 hour, as it must - a lone worker cannot beat all three together. Their gap t2−t1 is exactly 1, t3 is exactly double t1, and t11+t21+t31=1 to twelve decimal places. All three given conditions hold.
Final Answer:333+4
Q11:ipmat indore 2020QA › Set TheoryMediumMCQ · MCQ
In a class, students are assigned roll numbers from 1 to 140. All students with even roll numbers opted for cricket, all those whose roll numbers are divisible by 5 opted for football, and all those whose roll numbers are divisible by 3 opted for basketball. The number of students who did not opt for any of the three sports is
A102
B38
C98
D42
Pick an option to attempt
The Setup: This is Inclusion-Exclusion. We count the students playing at least one sport (the union of the three sets), then subtract from 140 to get the NPCs playing nothing. Note the sets overlap heavily - a roll number like 30 is in all three - which is exactly why we cannot simply add.
Step 1: Calculate the single sets. Counting multiples of k up to 140 is ⌊k140⌋.
∣A∣(cricket, 2)=⌊2140⌋=70,∣B∣(football, 5)=⌊5140⌋=28,∣C∣(basketball, 3)=⌊3140⌋=46Step 2: Calculate the pairwise intersections. A student in two sets has a roll number divisible by both divisors, so the correct counter is their LCM - not their product. Here 2,3,5 are pairwise coprime, so the LCM happens to equal the product, but that coincidence is what makes this step safe; with divisors like 2 and 4 the product would give a wrong count.
∣A∩B∣(LCM=10)=⌊10140⌋=14,∣A∩C∣(LCM=6)=⌊6140⌋=23,∣B∩C∣(LCM=15)=⌊15140⌋=9Step 3: Calculate the triple intersection.∣A∩B∩C∣(LCM=30)=⌊30140⌋=4Step 4: Execute the formula.∣A∪B∪C∣=∣A∣+∣B∣+∣C∣−∣A∩B∣−∣A∩C∣−∣B∩C∣+∣A∩B∩C∣=70+28+46−14−23−9+4=144−46+4=102Step 5: Take the complement. That 102 is the number who play at least one sport, so:
140−102=38
Watch the trap: 102 is sitting right there as option 1. It is the union, not the answer - the question asks for everyone *outside* it.
Final Answer: 38
Q12:ipmat indore 2020QA › FunctionsEasyMCQ · MCQ
Given f(x)=x2+log3x and g(y)=2y+f(y), then the value of g(3) equals
A16
B15
C25
D26
Pick an option to attempt
The Setup: Pure function evaluation. No theory required - just substitute from the outside in, respecting each definition exactly as written.
Step 1: Set up the outer function. The definition is g(y)=2y+f(y), so at y=3:
g(3)=2(3)+f(3)=6+f(3)
Note the variable name is a red herring: f is written in x and g in y, but a function does not care what its argument is called. Feeding 3 into f is the same operation either way.
Step 2: Evaluate the nested function. Using f(x)=x2+log3x at x=3:
f(3)=32+log33
We have 32=9, and any log of its own base is 1, since logbb=1 means *what power of b gives b?* - namely 1. So log33=1 and x=3>0 keeps the log defined.
f(3)=9+1=10Step 3: Recombine. Substitute back:
g(3)=6+10=16Final Answer: 16
A 2×2 matrix is filled with four distinct integers randomly chosen from the set {1,2,3,4,5,6}. Then the probability that the matrix generated in such a way is singular is
A452
B451
C154
D151
Pick an option to attempt
The Setup: A 2×2 matrix M=(acbd) is singular when its determinant vanishes, i.e. ad−bc=0, so we need the main-diagonal product to equal the anti-diagonal product: ad=bc. The whole question reduces to finding which four numbers from {1,2,3,4,5,6} can be split into two disjoint pairs of equal product.
Step 1: Calculate the total sample space. We pick 4 distinct numbers from 6 and place them in 4 labelled positions, so order matters - this is a permutation:
Total outcomes=P(6,4)=6×5×4×3=360Step 2: Find every pair of pairs with equal products. Rather than assert it, list all 15 pairs and their products outright:
Pair
Product
Pair
Product
Pair
Product
(1,2)
2
(2,4)
8
(3,5)
15
(1,3)
3
(2,5)
10
(3,6)
18
(1,4)
4
(2,6)
12
(4,5)
20
(1,5)
5
(3,4)
12
(4,6)
24
(1,6)
6
(2,3)
6
(5,6)
30
Exactly two product values repeat, and in both cases the two pairs are disjoint (they share no element, which is required since all four entries must be distinct):
* Product 6: {1,6} and {2,3}
* Product 12: {2,6} and {3,4}
Every other product in the table is unique, so no further singular matrices exist.
Step 3: Count matrix arrangements. Take product 6. Put {1,6} on the main diagonal (a,d) and {2,3} on the anti-diagonal (b,c):
* Arrangements of {1,6} across a,d: 2!=2
* Arrangements of {2,3} across b,c: 2!=2
That gives 2×2=4 matrices. But the two pairs can also switch diagonals - {2,3} on the main, {1,6} on the anti - for another 4. So product 6 contributes 8 matrices, and by identical logic so does product 12.
Step 4: Final probability.Singular matrices=8+8=16⟹P=36016=452Final Answer:452
Ashok started a business with a certain investment. After a few months, Bharat joined him investing half the amount of Ashok's initial investment. At the end of the first year, the total profit was divided between them in the ratio 3:1. Bharat joined Ashok after
A2 months
B3 months
C4 months
D6 months
Pick an option to attempt
The Setup: In partnership accounting, profit is shared in proportion to each partner's *capital-months* - the money put in multiplied by how long it stayed in. Two partners with the same capital but different durations do not split evenly, and that is the whole mechanism here.
Step 1: Define Ashok's stats. Let Ashok's investment be 2x (choosing 2x rather than x keeps Bharat's half a whole number). He started the business, so his money was in for the full 12 months:
Ashok’s capital-months=2x×12=24xStep 2: Define Bharat's stats. Bharat invested half of Ashok's amount, so his capital is x. Let it stay in for t months:
Bharat’s capital-months=x×t=xtStep 3: Equate to the profit ratio. Profit splits 3:1 in the order the partners are named, Ashok to Bharat:
Bharat’s capital-monthsAshok’s capital-months=13⟹xt24x=3Step 4: Solve for the duration. Capital is positive, so x cancels safely:
t24=3⟹3t=24⟹t=8Step 5: Convert duration into a joining date - do not stop at Step 4. The number 8 is how long Bharat's money was *invested*, but the question asks when he joined. In a 12-month year, being invested for the last 8 months means he sat out the first four:
12−8=4 months
Answering 8 here is the intended trap, and it is why the question is phrased 'Bharat joined Ashok after' rather than asking for his investment period.
Final Answer: 4 months
Q15:ipmat indore 2020QA › Mean, Median & ModeHardMCQ · MCQ
The average marks of 6 students in a test is 64. All the students got different marks, one of the students obtained 70 marks and all other students scored 40 or above. The maximum possible difference between the second highest and the second lowest marks is
A50
B54
C57
D58
Pick an option to attempt
The Setup: A min-maxing puzzle wearing a statistics costume. Sort the six marks as S1>S2>S3>S4>S5>S6, so the second highest is S2 and the second lowest is S5. We want to maximise S2−S5 subject to a fixed total, all marks distinct integers of at least 40, and one of them being exactly 70.
Step 1: Set the baseline constraints. Six students averaging 64 gives a fixed budget:
Total=6×64=384Step 2: Pin the floor.S6≥40, and since the marks are distinct integers, S5≥S6+1≥41. So S5=41 is the best we can ever do, achieved by putting S6=40. Every point saved at the bottom is a point available at the top, so this choice never costs us anything.
Step 3: Decide where the mandatory 70 goes. This is the real work, and it needs all cases checked rather than a lucky guess:
* **70 as S1 or S2:** then S2≤70, so the difference is at most 70−41=29. Dead.
* **70 as S5 or S6:** impossible. If S5=70 then S1,…,S4 all exceed 70, so they total at least 71+72+73+74=290; adding 70 and S6≥40 already gives 400>384. Placing 70 even lower is worse still.
* **70 as S4:** then S3≥71, and with S5=41,S6=40 the top three share 384−70−41−40=233. Minimising S3 at 71 leaves S1+S2=162, and S1>S2 forces S2≤80. Difference at most 80−41=39. Still beaten.
* **70 as S3: the surviving case, examined next.
Step 4: Work the winning case.** With 70 at S3, the two marks below it must be distinct integers between 41 and 69, and pushing them as low as possible frees the most budget for the top: S4=42, S5=41, S6=40. That leaves:
S1+S2=384−(70+42+41+40)=384−193=191
To make S2 as large as possible we want S1 as close above it as possible. Since 191 is odd, the tightest legal split of S1>S2 is 96 and 95:
S1=96,S2=95Step 5: Confirm the set is legal and compute. The marks are 96,95,70,42,41,40 - six distinct integers, all at least 40, one exactly 70, summing to 384. Every condition holds.
S2−S5=95−41=54
Since Step 3 ruled out every other placement of 70 with a strictly smaller ceiling, 54 is the true maximum.
Final Answer: 54
The table below presents the quoted buy and sell prices of five stocks during the five trading days of a given week. The quoted sell price is the price at which an investor can sell a stock in the market. The quoted buy price is the price at which an investor can buy a stock from the market. All the quoted numbers are in Indian Rupees.
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Quote
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Dabur
460
462
455
458
432
433
444
447
461
462
Marico
345
346
335
336
365
368
372
375
372
374
HUL
1931
1933
1952
1955
1979
1981
2044
2048
1966
1969
ITC
237
238
238
239
246
251
221
225
253
256
Britannia
3044
3046
3100
3101
3110
3115
3025
3027
3140
3144
show less
If an investor had Rs 36,00,000 to invest in any particular single stock, and she could buy the stock only on Monday and sell it off only on Friday, then the stock she should buy on Monday to earn the maximum possible profit during the week is
AMarico
BHUL
CITC
DBritannia
Pick an option to attempt
The Setup: Every question in this set runs on one rule, so it is worth nailing down once here. The table gives two prices per day, and the passage defines them from the *investor's* side: you buy at the Buy price and sell at the Sell price. The Buy price is always the higher of the two, so the market takes a small bite on every round trip. Mixing the two columns up is the single biggest source of wrong answers in this caselet.
Step 1: Fix the method. With a fixed pot of money you cannot own a fraction of a share, so:
Shares=⌊Monday Buy priceCapital⌋,Residual cash=Capital−Shares×Buy priceFinal wealth=Shares×Friday Sell price+Residual cash
The residual is the small change that could not buy one more share. It does not vanish - it stays in the investor's pocket and counts toward the final wealth. It barely matters here, but in MCQ 17 it decides the answer outright, so build the habit now.
Step 2: Run all four candidates. Capital is Rs 36,00,000. Buy at Monday's Buy price, sell at Friday's Sell price.
Stock
Mon Buy
Shares
Residual
Fri Sell
Proceeds
Profit
Marico
346
10,404
216
372
38,70,288
2,70,504
HUL
1,933
1,862
754
1,966
36,60,692
61,446
ITC
238
15,126
12
253
38,26,878
2,26,890
Britannia
3,046
1,181
2,674
3,140
37,08,340
1,11,014
Two share counts are worth checking by hand, because rounding the wrong way is easy here:
3046×1181=35,97,326≤36,00,000but3046×1182=36,00,372>36,00,000
so Britannia buys 1,181 shares, not 1,182. Likewise 346×10404=35,99,784 fits while 346×10405=36,00,130 does not.
Step 3: Read off the winner. Marico returns the largest profit at roughly Rs 2.70 lakh, comfortably ahead of ITC's Rs 2.27 lakh.
Step 4: Sanity-check why. Marico wins on percentage movement, not on price. It rose from 346 to 372, a gain of about 7.5%, versus ITC's 6.3%, Britannia's 3.1% and HUL's 1.7%. Because the whole pot goes into one stock either way, the cheapest share price is irrelevant - only the percentage gain matters, and a quick ratio scan of Mon BuyFri Sell would have identified Marico without computing a single share count.
Final Answer: Marico
The table below presents the quoted buy and sell prices of five stocks during the five trading days of a given week. The quoted sell price is the price at which an investor can sell a stock in the market. The quoted buy price is the price at which an investor can buy a stock from the market. All the quoted numbers are in Indian Rupees.
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Quote
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Dabur
460
462
455
458
432
433
444
447
461
462
Marico
345
346
335
336
365
368
372
375
372
374
HUL
1931
1933
1952
1955
1979
1981
2044
2048
1966
1969
ITC
237
238
238
239
246
251
221
225
253
256
Britannia
3044
3046
3100
3101
3110
3115
3025
3027
3140
3144
show less
If an investor planned to invest Rs 36,00,000 in purchasing the stocks of HUL on Monday, sell them off on Wednesday and use the entire proceeds to purchase the stocks of Britannia on the same day and sell them off again on Friday, then the total investment return during the week would be
A2.80 percent
B3.00 percent
C3.20 percent
D3.40 percent
Pick an option to attempt
The Setup: A two-leg trade: HUL from Monday to Wednesday, then the entire proceeds into Britannia from Wednesday to Friday. Using the convention from MCQ 16 - buy at the Buy price, sell at the Sell price, and carry the residual cash forward. That last point is not bookkeeping pedantry here; it is what separates two of the four options.
Step 1: Leg one - HUL, Monday to Wednesday. Monday Buy price is 1,933:
Shares=⌊193336,00,000⌋=1862,Residual=36,00,000−1862×1933=754
Sell on Wednesday at HUL's Sell price of 1,979:
1862×1979=36,84,898⟹Total cash=36,84,898+754=36,85,652Step 2: Leg two - Britannia, Wednesday to Friday. Wednesday Buy price is 3,115:
⌊311536,85,652⌋=1183since3115×1183=36,85,045≤36,85,652This is the hinge of the whole question. Had we thrown away the Rs 754 left over from the HUL leg, the available cash would be 36,84,898 - and 36,85,045>36,84,898, so only 1,182 shares would be affordable. That stray Rs 754 is precisely what pays for the 1,183rd share, and that one share is worth about Rs 3,140 by Friday. Discarding it drops the answer to 3.10% and lands you on the wrong option.
Step 3: Close the position. Sell on Friday at Britannia's Sell price of 3,140, and add the residual from this leg (36,85,652−36,85,045=607):
1183×3140=37,14,620⟹Final wealth=37,14,620+607=37,15,227Step 4: Compute the return.Return=36,00,00037,15,227−36,00,000×100=36,00,0001,15,227×100=3.2008%≈3.20%Step 5: Confirm with a shortcut. Ignore the share-counting entirely and just compound the two price ratios, which is what the trade does at heart:
19331979×31153140=1.03201⟹3.20%
Both routes agree to two decimal places, which confirms the answer is robust and not an artefact of rounding.
Final Answer: 3.20 percent
The table below presents the quoted buy and sell prices of five stocks during the five trading days of a given week. The quoted sell price is the price at which an investor can sell a stock in the market. The quoted buy price is the price at which an investor can buy a stock from the market. All the quoted numbers are in Indian Rupees.
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Quote
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Dabur
460
462
455
458
432
433
444
447
461
462
Marico
345
346
335
336
365
368
372
375
372
374
HUL
1931
1933
1952
1955
1979
1981
2044
2048
1966
1969
ITC
237
238
238
239
246
251
221
225
253
256
Britannia
3044
3046
3100
3101
3110
3115
3025
3027
3140
3144
show less
The difference between the quoted buy and sell price of a stock is referred to as the spread of the stock. The average spread of the stocks is lowest on
AMonday
BTuesday
CThursday
DFriday
Pick an option to attempt
The Setup: The spread is defined in the stem as the gap between the quoted buy and sell price of a stock - the market's cut on a round trip. So for each day we take Buy−Sell for all five stocks and average the five numbers. Since every day has the same five stocks, comparing the totals is enough and the division by 5 is only cosmetic.
Step 1: Compute the spread for each stock, day by day.
Day
Dabur
Marico
HUL
ITC
Britannia
Total
Average
Monday
2
1
2
1
2
8
1.6
Tuesday
3
1
3
1
1
9
1.8
Thursday
3
3
4
4
2
16
3.2
Friday
1
2
3
3
4
13
2.6
Worked out in full for Monday, the winning day:
5(462−460)+(346−345)+(1933−1931)+(238−237)+(3046−3044)=52+1+2+1+2=58=1.6Step 2: Compare. Monday's average of 1.6 is the lowest of the four days offered; Tuesday at 1.8 is the nearest rival.
Step 3: Note the shortcut. Monday's total of 8 is the smallest total in the table, and no division was needed to see it. Monday is also the only day where three of the five stocks trade at a spread of just 1 or 2 across the board - it is the tightest, most liquid-looking day of the week.
Final Answer: Monday
The table below presents the quoted buy and sell prices of five stocks during the five trading days of a given week. The quoted sell price is the price at which an investor can sell a stock in the market. The quoted buy price is the price at which an investor can buy a stock from the market. All the quoted numbers are in Indian Rupees.
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Quote
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Dabur
460
462
455
458
432
433
444
447
461
462
Marico
345
346
335
336
365
368
372
375
372
374
HUL
1931
1933
1952
1955
1979
1981
2044
2048
1966
1969
ITC
237
238
238
239
246
251
221
225
253
256
Britannia
3044
3046
3100
3101
3110
3115
3025
3027
3140
3144
show less
A brokerage firm charges 0.1 percent trading commission on the value of shares bought or sold through its trading platform. If an investor bought 1000 shares of Britannia on Tuesday, and sold all of them on Thursday, then the total brokerage fee that will be charged from the investor is
A6,125
B6,126
C6,127
D6,128
Pick an option to attempt
The Setup: The commission is charged on the value of shares bought or sold, so it applies twice - once on the purchase leg and once on the sale leg - and each leg is valued at its own price. Using the convention from MCQ 16: the investor buys at Tuesday's Buy price and sells at Thursday's Sell price.
Step 1: The buying leg, Tuesday. Britannia's Tuesday Buy price is 3,101:
Value=1000×3101=31,01,000⟹Fee=31,01,000×0.1%=3101Step 2: The selling leg, Thursday. Britannia's Thursday Sell price is 3,025:
Value=1000×3025=30,25,000⟹Fee=30,25,000×0.1%=3025
Note that 0.1% of a value is just that value divided by 1,000 - and since exactly 1,000 shares were traded, each fee comes out equal to the share price itself. That is a pleasant shortcut, not a coincidence to rely on generally.
Step 3: Total the two legs.3101+3025=6126Step 4: Read the option list - it is a trap laid with real precision. All four options are within Rs 3 of each other, because each one corresponds to a different mix-up of the Buy and Sell columns:
Tuesday price used
Thursday price used
Total
Option
Sell 3,100
Sell 3,025
6,125
1
Buy 3,101
Sell 3,025
6,126
2 - correct
Sell 3,100
Buy 3,027
6,127
3
Buy 3,101
Buy 3,027
6,128
4
There is no arithmetic in this question at all once you know which column to read; the entire difficulty is the convention. You buy at Buy and sell at Sell.
Final Answer: 6,126
The table below presents the quoted buy and sell prices of five stocks during the five trading days of a given week. The quoted sell price is the price at which an investor can sell a stock in the market. The quoted buy price is the price at which an investor can buy a stock from the market. All the quoted numbers are in Indian Rupees.
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Quote
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Sell
Buy
Dabur
460
462
455
458
432
433
444
447
461
462
Marico
345
346
335
336
365
368
372
375
372
374
HUL
1931
1933
1952
1955
1979
1981
2044
2048
1966
1969
ITC
237
238
238
239
246
251
221
225
253
256
Britannia
3044
3046
3100
3101
3110
3115
3025
3027
3140
3144
show less
If you had decided to invest Rs.36,00,000 worth of ITC stocks on Monday, then the day of the week you should choose to sell the stocks to earn the maximum possible profit would be
ATuesday
BWednesday
CThursday
DFriday
Pick an option to attempt
The Setup: The purchase is fixed - ITC bought on Monday - and only the exit day is ours to choose. Using the convention from MCQ 16: buy at Monday's Buy price of 238, sell at the chosen day's Sell price.
Step 1: Note why no calculation is really needed. Monday's purchase locks in a fixed share count:
⌊23836,00,000⌋=15,126 shares, with Rs 12 left over
That count does not change with the exit day, and the residual is fixed too. So the final wealth is 15,126×(Sell price)+12, which is strictly increasing in the sell price. Maximising profit is therefore identical to maximising ITC's Sell price, and the whole question collapses into scanning one row of the table.
Step 2: Scan ITC's Sell prices.
Sell on
Tuesday
Wednesday
Thursday
Friday
ITC Sell price
238
246
221
253
Profit
0
1,21,008
-2,57,142
2,26,890
Step 3: Read off the answer. Friday's Sell price of 253 is the highest of the week, giving the maximum profit of about Rs 2.27 lakh. Thursday is the trap for anyone glancing at the Buy column or misreading the row - ITC dips to 221 that day, which would actually book a loss of roughly Rs 2.57 lakh against a purchase price of 238.
Step 4: Sanity check. Selling on Tuesday at 238 exactly matches Monday's Buy price of 238, so that trade nets zero profit - a useful confirmation that the buy and sell columns are being read the right way round.
Final Answer: Friday