Past Year QuestionsIPMAT Indore2021LRDI

IPMAT Indore 2021LRDI

All 6 LRDI previous year questions (PYQs) from the IPMAT Indore 2021 past year paper, with answers and full solutions.

Free SolutionsNo Login6 Questions
Q1:ipmat indore 2021LRDIWeightsEasySA · TITA
What is the minimum number of weights which enable us to weigh any integer number of grams of gold from 1 to 100 on a standard balance with two pans? (Weights can be placed only on the left pan)
Enter your answer to attempt
The Setup: We need to find the minimum number of weights to measure any integer from 1 to 100 grams. The catch? We can *only* place weights on the left pan. That means no subtractive combinations (like putting weights on both sides). We are strictly locked into binary combinations (base-2). Step 1: Understand the binary scale system. Since each weight can either be used (1) or not used (0), having kk weights can measure at most 2k12^k - 1 distinct positive values. Step 2: Set up the inequality to cover everything up to 100 grams. 2k11002^k - 1 \ge 100 2k1012^k \ge 101 Step 3: Find the smallest integer kk that satisfies this. We know our binary powers: * 26=642^6 = 64 (too small) * 27=1282^7 = 128 (just right) Therefore, k=7k=7 is the absolute minimum number of weights required. You'd literally just use the weights 1, 2, 4, 8, 16, 32, and 64 to carry the whole task. Final Answer: 7
Q2:ipmat indore 2021LRDITournamentsHardMCQ · MCQ
In a football tournament six teams A, B, C, D, E, and F participated. Every pair of teams had exactly one match among them. For any team, a win fetches 2 points, a draw fetches 1 point, and a loss fetches no points. Both teams E and F ended with less than 5 points. At the end of the tournament points table is as follows (some of the entries are not shown):
TeamsPlayedWinsLossesDrawsPoints
A508
B526
C525
D515
E51
F5
It is known that: (1) team B defeated team C, and (2) team C defeated team D
show less
Total number of matches ending in draw is
  • A12
  • B4
  • C5
  • D6
Pick an option to attempt
The Setup: Six teams, every pair meets once, so (62)=15\binom{6}{2}=15 matches. Each match hands out exactly 2 points (2-0 for a decision, 1-1 for a draw), so the whole tournament is worth 15×2=3015 \times 2 = 30 points - that fixed total is the key that opens the table. For any team, played == wins ++ losses ++ draws =5=5 and points =2(wins)+draws=2(\text{wins}) + \text{draws}. Step 1: Decode A through D. Two equations per team, and both are already given (losses and points): * A - 00 losses, so w+d=5w+d=5; with 2w+d=82w+d=8, subtracting gives w=3,d=2w=3, d=2. * B - 22 losses, so w+d=3w+d=3; with 2w+d=62w+d=6, w=3,d=0w=3, d=0. * C - 22 losses, so w+d=3w+d=3; with 2w+d=52w+d=5, w=2,d=1w=2, d=1. * D - 11 loss, so w+d=4w+d=4; with 2w+d=52w+d=5, w=1,d=3w=1, d=3. Step 2: E is forced by the under-5 clause. E has 11 loss, so w+d=4w+d=4 and points =2w+d=w+4=2w+d=w+4. For E to stay under 5 points we need w<1w<1, so w=0w=0, d=4d=4, and E finishes on 4 points - a single win anywhere would break the clause. Step 3: F falls out of the 30-point total. F=30(8+6+5+5+4)=3028=2 pointsF = 30 - (8+6+5+5+4) = 30 - 28 = 2 \text{ points} Step 4: Split F's 2 points - and this is the step worth slowing down on. Two ways to score 2: 11 win, 00 draws, 44 losses; or 00 wins, 22 draws, 33 losses. Look at E to kill the first one. E must draw *four* of its five matches. B has 00 draws, so B is not one of E's partners. If F also had 00 draws, E's only available partners would be A, C and D - three teams for four draws, which is impossible. So F must carry draws, and **F is 00 wins, 22 draws, 33 losses. Step 5:** The completed table.
TeamsPlayedWinsLossesDrawsPoints
A53028
B53206
C52215
D51135
E50144
F50322
Step 6: The table plus the two given results actually pins every single match. E draws A, C, D and F and loses to B (Step 4). D's one loss is to C, so its three draws are A, E, F and it beats B. A never loses and draws only D and E, so it beats B, C and F. C's two losses are to A and B; its win over D and its draw with E are known, so it beats F. That leaves F losing to A, B and C. Master Matrix - each cell is the row team's result:
ABCDEF
A-WWDDW
BL-WLWW
CLL-WDW
DDWL-DD
EDLDD-D
FLLLDD-
Step 7: Count the draws. The Draws column totals 2+0+1+3+4+2=122+0+1+3+4+2=12, but every drawn match is counted twice - once for each team. So the number of matches that ended in a draw is: 122=6\frac{12}{2}=6 Final Answer: 6
Q3:ipmat indore 2021LRDITournamentsHardMCQ · MCQ
In a football tournament six teams A, B, C, D, E, and F participated. Every pair of teams had exactly one match among them. For any team, a win fetches 2 points, a draw fetches 1 point, and a loss fetches no points. Both teams E and F ended with less than 5 points. At the end of the tournament points table is as follows (some of the entries are not shown):
TeamsPlayedWinsLossesDrawsPoints
A508
B526
C525
D515
E51
F5
It is known that: (1) team B defeated team C, and (2) team C defeated team D
show less
Which team has the highest number of draws
  • AA
  • BC
  • CD
  • DE
Pick an option to attempt
The Setup: This is the same tournament table as the rest of the set. The full derivation lives on the first question of the set; here is the finished table it produces, which is all we need.
TeamsPlayedWinsLossesDrawsPoints
A53028
B53206
C52215
D51135
E50144
F50322
Step 1: Read straight down the Draws column: A has 22, B has 00, C has 11, D has 33, E has 44, F has 22. Step 2: E tops it with 44 draws, and it is not close - D is next on 33. This is no accident: E is the team squeezed by the under-5-points clause, which forced four of its five matches to be draws. Final Answer: E
Q4:ipmat indore 2021LRDITournamentsHardMCQ · MCQ
In a football tournament six teams A, B, C, D, E, and F participated. Every pair of teams had exactly one match among them. For any team, a win fetches 2 points, a draw fetches 1 point, and a loss fetches no points. Both teams E and F ended with less than 5 points. At the end of the tournament points table is as follows (some of the entries are not shown):
TeamsPlayedWinsLossesDrawsPoints
A508
B526
C525
D515
E51
F5
It is known that: (1) team B defeated team C, and (2) team C defeated team D
show less
Total points Team F scored was
  • A0
  • B1
  • C2
  • D3
Pick an option to attempt
The Setup: This is the same tournament table as the rest of the set. The full derivation lives on the first question of the set; here is the finished table it produces, which is all we need.
TeamsPlayedWinsLossesDrawsPoints
A53028
B53206
C52215
D51135
E50144
F50322
Step 1: The tournament is worth a fixed 3030 points - 1515 matches, each handing out exactly 22 points whether it is decided or drawn. Step 2: Subtract everyone else. A, B, C, D and E take 8+6+5+5+4=288+6+5+5+4=28 between them, so F is left with: 3028=2 points30-28=2 \text{ points} Step 3: Sanity-check it against F's row: 00 wins and 22 draws is 2(0)+2=22(0)+2=2 points. Consistent, and comfortably under the 5-point cap the question imposes on F. Final Answer: 2
Q5:ipmat indore 2021LRDITournamentsHardMCQ · MCQ
In a football tournament six teams A, B, C, D, E, and F participated. Every pair of teams had exactly one match among them. For any team, a win fetches 2 points, a draw fetches 1 point, and a loss fetches no points. Both teams E and F ended with less than 5 points. At the end of the tournament points table is as follows (some of the entries are not shown):
TeamsPlayedWinsLossesDrawsPoints
A508
B526
C525
D515
E51
F5
It is known that: (1) team B defeated team C, and (2) team C defeated team D
show less
Which team was not defeated by team A
  • AB
  • BC
  • CD
  • DF
Pick an option to attempt
The Setup: This is the same tournament table as the rest of the set. The full derivation lives on the first question of the set; here is the finished table it produces, which is all we need.
TeamsPlayedWinsLossesDrawsPoints
A53028
B53206
C52215
D51135
E50144
F50322
Step 1: A won 33 matches, so exactly two teams escaped it - and the options only offer B, C, D and F, so we need to find which of those four A did not beat. Step 2: Go to D's row: D has exactly one loss. The question stem already tells us *who* dealt it - team C defeated D. That single loss is therefore spoken for. Step 3: So D cannot have lost to A as well. A's match against D was one of A's two draws, which means D is a team A did not defeat. Step 4: Check the others quickly. B and C both sit on 22 losses; A is unbeaten and B's and C's losses are accounted for by A and each other (B beat C, so C's other loss is to A, and B's two losses are to A and D). F lost 33, including to A. D is the only option left standing. (E also escaped A, via a draw, but E is not on the menu.) Final Answer: D
Q6:ipmat indore 2021LRDITournamentsHardMCQ · MCQ
In a football tournament six teams A, B, C, D, E, and F participated. Every pair of teams had exactly one match among them. For any team, a win fetches 2 points, a draw fetches 1 point, and a loss fetches no points. Both teams E and F ended with less than 5 points. At the end of the tournament points table is as follows (some of the entries are not shown):
TeamsPlayedWinsLossesDrawsPoints
A508
B526
C525
D515
E51
F5
It is known that: (1) team B defeated team C, and (2) team C defeated team D
show less
Team E was defeated by
  • ATeams A and B only
  • BOnly Team A
  • COnly Team B
  • DTeams A, B and D only
Pick an option to attempt
The Setup: This is the same tournament table as the rest of the set. The full derivation lives on the first question of the set; here is the finished table it produces, which is all we need.
TeamsPlayedWinsLossesDrawsPoints
A53028
B53206
C52215
D51135
E50144
F50322
Step 1: E's row shows exactly one loss. So E was beaten by exactly one team - that alone wipes out 'Teams A and B only' and 'Teams A, B and D only', which both name two or more. Step 2: Now find the one. E drew its other four matches. B is the only team in the whole table with zero draws, so B cannot be one of E's four draw partners - the only remaining relationship between B and E is a result, and E does not win at all (00 wins). Step 3: Therefore B beat E, and since E has just the one loss, no one else did. A drew with E rather than beating it, which is exactly why 'Only Team A' fails. Final Answer: Only Team B

Other IPMAT Indore papers & sections