All 15 SA previous year questions (PYQs) from the IPMAT Indore 2025 past year paper, with answers and full solutions.
Free SolutionsNo Login15 Questions
Q1:ipmat indore 2025QA › Time & WorkMediumSA · TITA
Monica, who is 18 years old, is one-third the age of her father. The age at which she will be half the age of her father is
Enter your answer to attempt
The Setup: We are looking at a classic linear age progression problem. Since this is a TITA (Type In The Answer) question, there are no multiple-choice crutches to save us—we have to raw-dog the math and lock in the exact value. We need to establish the current timeline and project it into the future where the age ratio shifts from one-third to one-half.
Step 1:Establish the Current Era
Monica is currently 18 years old. Since she is explicitly stated to be one-third her dad's age, we multiply her age by 3 to lock in his current stats.
18×3=54
Her dad is currently 54 years old.
Step 2:Set Up the Future Timeline
Let x be the number of years it takes for this timeline shift to happen. Fast forward x years: Monica will be 18+x years old, and her dad will level up to 54+x years old. The problem states that at this point, her age will be exactly half of his.
18+x=21(54+x)Step 3:Solve the Equation (No Cap)
Multiply both sides by 2 to clear the fraction and avoid messy calculations.
2(18+x)=54+x36+2x=54+x
Now, isolate x by subtracting x from both sides, and moving the 36 over.
x=18
It will take exactly 18 years for this ratio to hit.
Step 4:Calculate the Final Age
Don't get baited by the x value. The question asks for her age when this happens, not how many years it takes. Add the 18 years to her current age of 18.
18+18=36
Monica will be 36 years old when she is half her father's age.
Final Answer: 36
Five teams - A, B, C, D, and E - each consisting of 15 members, are going on expeditions to five different locations. Each team includes members from three different skill sets: biologists, geologists, and explorers. However, the number of members from each skill set varies by team and each member has only one speciality. The total number of biologists, geologists, and explorers are equal.
The following additional information is available:
* Every team has at least 2 members from each of the three skill sets.
* Teams C and D have 6 biologists each, and team A has 6 geologists.
* Every team except A has more biologists than explorers.
* The number of explorers in each team is distinct and decreases in the order A, B, C, D, and E.
The number of biologists in team E is
Enter your answer to attempt
The Setup: We are dealing with a logical puzzle disguised as a matrix grid. We have 5 teams of 15 members each, meaning there are 75 total members. Since the three roles (Biologists, Geologists, Explorers) have equal total numbers, we just divide 75 by 3. That means exactly 25 Biologists, 25 Geologists, and 25 Explorers across the entire board. Time to build the matrix and min-max the stats.
Step 1:The Explorer Distribution (The Meta)
The problem states that the number of Explorers in each team strictly decreases in the order A > B > C > D > E. We also know they must sum up to 25, and every single team must have at least 2 of *each* role.
Let's find the maximum number of Explorers team A can have. Team A already has 6 Geologists (given) and must have at least 2 Biologists.
Max_ExplorersA=15−6−2=7
If Team A has a maximum of 7 Explorers, we need 5 strictly decreasing integers starting from ≤7 that sum to 25. There is literally only one valid sequence in the entire universe that satisfies this:
7+6+5+4+3=25
Lock it in:
Team A = 7, Team B = 6, Team C = 5, Team D = 4, Team E = 3.
Step 2:The Biologist Constraints (Vibe Check)
Now let's look at the Biologists (B). We know the total is 25.
The prompt feeds us free intel: BC=6 and BD=6.
This means the remaining Biologists for teams A, B, and E are:
25−6−6=13
So, BA+BB+BE=13.
Now we apply the heavy constraint: "Every team except A has more biologists than explorers."
* For Team B: BB>EB→BB>6→BB≥7
* For Team E: BE>EE→BE>3→BE≥4
* For Team A (the exception): It just needs to meet the baseline minimum of BA≥2.
Step 3:Solving the Biologist Equation
We have our minimum thresholds: BA≥2, BB≥7, and BE≥4.
Let's add these bare minimums together:
2+7+4=13
Since the sum of the absolute minimums equals exactly the total number of remaining Biologists (13), there is zero wiggle room. The math is mathing perfectly. None of these values can be higher, or the sum would break 13.
Therefore, BA=2, BB=7, and BE=4.
Step 4:The Audit (Double Check Protocol)
Let's run a full matrix audit to ensure we aren't throwing the game. We'll fill in the Geologists (G) using the formula G=15−B−E to make sure no team breaks the rules.
* Team A: E=7, B=2, G=6. (Sum = 15, all ≥2. Works. G=6 matches the prompt.)
* Team B: E=6, B=7, G=2. (Sum = 15, all ≥2, B>E. Works.)
* Team C: E=5, B=6, G=4. (Sum = 15, all ≥2, B>E. Works.)
* Team D: E=4, B=6, G=5. (Sum = 15, all ≥2, B>E. Works.)
* Team E: E=3, B=4, G=8. (Sum = 15, all ≥2, B>E. Works.)
Now, let's verify total Geologists:
6+2+4+5+8=25
Perfectly balanced, as all things should be. The board is fully validated and legally solved.
Final Answer: 4
Q3:ipmat indore 2025QA › ModulusMediumSA · TITA
If a, b, c are three distinct natural numbers, all less than 100, such that ∣a−b∣+∣b−c∣=∣c−a∣, then the maximum possible value of b is
Enter your answer to attempt
The Setup:
This is a classic absolute value distance problem masquerading as pure algebra. We need to decode the 1D geometry hidden in the equation and min-max the constraints like we are optimizing a character build. No cap, this looks intimidating, but it's actually free points once you see the matrix.
Step 1:Decoding the Modulus (The Geometry Meta)
Let's look at the core equation:
∣a−b∣+∣b−c∣=∣c−a∣
In 1D geometry, ∣x−y∣ represents the absolute distance between point x and point y on a number line.
The equation is literally saying: "The distance from a to b, plus the distance from b to c, equals the total distance from a to c."
For this to hold true, point bmust lie exactly between a and c on the number line.
Condition
Mathematical Meaning
Valid Range for b
Case 1
c is the maximum
a<b<c
Case 2
a is the maximum
c<b<a
In both scenarios, b is sandwiched in the middle. It can *never* be the largest of the three numbers.
Step 2:Pushing to the Limit (Max Stats)
We are given strict constraints for our variables:
* They are natural numbers (positive integers: 1, 2, 3...).
* They are distinct (no duplicates allowed).
* They are all less than 100.
To maximize b, we need to drag the entire sequence as high up the number line as possible.
The absolute ceiling is 100, but the numbers must be strictly *less* than 100.
So, our absolute maximum possible integer in this domain is 99.
Let's assign 99 to our top-end variable (let's say a=99).
Since b must be strictly less than the top-end variable (b<a), the largest possible integer we can assign to b without hitting 99 is 98.
Then c just has to be any natural number less than 98 (e.g., c=97).
Step 3:The Audit (Double Check Protocol)
Running the numbers back to ensure we aren't throwing.
Let a=99, b=98, and c=97. (All distinct natural numbers <100. Checked.)
Plug them into the original equation:
∣99−98∣+∣98−97∣=∣97−99∣∣1∣+∣1∣=∣−2∣1+1=22=2
The logic is flawlessly validated. The absolute ceiling for b is locked at 98.
Final Answer: 98
Eight teams take part in a tournament where each team plays against every other team exactly once. In a particular year, one team got suspended after playing 3 matches, due to a disciplinary issue. The organizers decide to proceed, nonetheless, with the remaining matches. The total number of matches that were played in the tournament that year is
Enter your answer to attempt
The Setup:
We are dealing with a round-robin tournament combinatorics problem. The base logic requires calculating the total number of matches in a perfect bracket, and then subtracting the matches that got canceled because a team got hit with the ban hammer. I have set up a stat box to extract the core data before we run the calculations.
Step 1:Extracting the Meta (Stat Box)
Let's map out exactly what is happening in this bracket before the suspension ruins the schedule.
Tournament Stat
Value
Math Logic
Total Teams
8
Base roster (n=8)
Total Matches (No Bans)
28
8C2 combination formula
Intended Matches per Team
7
n−1 (You play everyone except yourself)
Matches Played by Suspended Team
3
Stated in prompt
Step 2:The Base Timeline
In a flawless, perfectly run round-robin tournament, every team plays every other team exactly once. The formula to find total unique handshakes (or matches) is nC2:
8C2=28×78C2=28
So, the organizers originally scheduled exactly 28 matches.
Step 3:Calculating the Dropped Matches
One team gets toxic and gets suspended.
Every single team in this tournament was scheduled to play 7 matches.
This suspended team managed to play exactly 3 matches before getting kicked.
To find the number of canceled matches, subtract what they played from what they were supposed to play:
7−3=4
Exactly 4 scheduled matches literally evaporated from the bracket.
Step 4:The Final Tally
Subtract the canceled matches from the total base schedule to find out how many matches actually happened.
28−4=24
There were 24 matches officially played that year.
Step 5:The Audit (Double Check Protocol)
Running it back using an alternative method to guarantee we aren't throwing.
Let's look at the tournament from the perspective of the 7 teams that *didn't* get banned.
If those 7 teams just played a private tournament among themselves, the total matches would be:
7C2=27×6=21
Now, we just add the matches that the banned team played against 3 of these valid teams before getting kicked:
21+3=24
Both methods independently output exactly 24. The logic is completely locked in and validated. No cap.
Final Answer: 24
If the sum of the first 21 terms of the sequence ln(ba),ln(bba),ln(b2a)… is ln(bnam), then the value of m+n is
Enter your answer to attempt
The Setup:
At first glance, this looks like a cursed sequence of logarithms, but if we peel back the formatting, it is literally just an Arithmetic Progression (AP) in disguise. We just need to unpack the logs, find the common difference to establish our AP meta, calculate the sum of the first 21 terms, and then repackage it to find our m and n values.
Step 1:Unpacking the Logs (The Vibe Check)
Let's analyze the first three terms to figure out exactly what kind of progression we are dealing with. Using the logarithm quotient rule (ln(x/y)=ln(x)−ln(y)) and exponent rules, we can break them down:
* Term 1 (T1): ln(ba)=ln(a)−ln(b)
* Term 2 (T2): ln(bba)=ln(b1.5a)=ln(a)−1.5ln(b)
* Term 3 (T3): ln(b2a)=ln(a)−2ln(b)Step 2: **Finding the Common Difference (D)**
To confirm this is a standard AP and to find our step size, we subtract T1 from T2:
D=T2−T1D=(ln(a)−1.5ln(b))−(ln(a)−ln(b))D=−0.5ln(b)
The sequence is linearly dropping by 0.5ln(b) every single term. This confirms we are working with an AP where the first term A=ln(a)−ln(b) and the common difference D=−0.5ln(b).
Step 3:The Carry (Summing 21 Terms)
Now we deploy the standard AP sum formula for 21 terms:
Sn=2n[2A+(n−1)D]
Plug in our n=21, A, and D values:
S21=221[2(ln(a)−ln(b))+(21−1)(−0.5ln(b))]S21=221[2ln(a)−2ln(b)+20(−0.5ln(b))]S21=221[2ln(a)−2ln(b)−10ln(b)]
Combine the ln(b) terms to clean up the bracket:
S21=221[2ln(a)−12ln(b)]
Factor out the 2 inside the bracket to cancel the denominator and nerf the equation:
S21=21[ln(a)−6ln(b)]Step 4:Repackaging the File
The question demands the final answer in the format ln(bnam). We need to compress our result back into a single log expression using power rules (kln(x)=ln(xk)).
First, distribute the 21:
S21=21ln(a)−126ln(b)
Now apply the power rule to push the coefficients back into the logs:
S21=ln(a21)−ln(b126)
Finally, use the quotient rule to merge them into one fraction:
S21=ln(b126a21)Step 5:The Audit (Double Check Protocol)
Let's match our final expression against the target form ln(bnam).
By direct comparison:
m=21n=126
The prompt asks for the value of m+n.
m+n=21+126=147
Math is verified, rules applied correctly, logic is absolutely flawless.
Final Answer: 147
Q6:ipmat indore 2025QA › Set TheoryMediumSA · TITA
English exam and Math exam were conducted separately for a class of 120 students. The number of students who did not appear for the English exam is twice the number of students who did not appear for the Math exam. The number of students who passed the Math exam is twice the number of students who appeared but failed the English exam. If the number of students who passed the English exam is twice the number of students who appeared but failed the Math exam, then the number of students who appeared but failed the English exam is
Enter your answer to attempt
The Setup:
We are tackling a system of linear equations disguised as a set theory and word problem. It’s all about mapping out the states (Passed, Failed, Did Not Appear) for two separate exams. We just need to define our variables, translate the English into algebra, and solve the system without getting lost in the sauce.
Step 1:Defining the Variables (The Roster)
Let's define the base variables using the Math exam stats to keep it clean.
Let x = Students who did not appear for Math.
Let z = Students who appeared but failed Math.
Let y = Students who appeared but failed English (our target variable).
Now we translate the constraints for the English exam and the rest of the Math exam based on the prompt:
* "Did not appear for English is twice did not appear for Math" →2x
* "Passed Math is twice appeared but failed English" →2y
* "Passed English is twice appeared but failed Math" →2zStep 2:Building the State Equations
For both exams, the total class size is strictly locked at 120.
Total = (Passed) + (Failed) + (Did Not Appear)
Math Exam Equation:
2y(Passed)+z(Failed)+x(Did Not Appear)=120x+2y+z=120
English Exam Equation:
2z(Passed)+y(Failed)+2x(Did Not Appear)=1202x+y+2z=120Step 3:Solving the System (Speedrun Strat)
We have a 2-equation system and need to isolate y. Let's use the elimination method.
Take the Math equation and multiply the entire thing by 2 to align the x and z coefficients:
2(x+2y+z)=2(120)2x+4y+2z=240
Now, subtract the English equation from this scaled-up Math equation:
(2x+4y+2z)−(2x+y+2z)=240−120
The x and z terms completely cancel each other out, leaving us with a clean isolation:
3y=120y=40Step 4:The Audit (Double Check Protocol)
Let's run the numbers back to guarantee the logic holds.
If y=40, we plug it into the Math equation:
x+2(40)+z=120→x+z=40
If we plug it into the English equation:
2x+40+2z=120→2x+2z=80→x+z=40
The system is completely consistent. Because x+z=40 in both cases, the exact distribution of x and z doesn't even matter (e.g., it could be x=20,z=20, or x=10,z=30). The value for y is strictly locked at 40 no matter what. No cap, the solution is mathematically bulletproof.
Final Answer: 40
If A=[24n1] such that A3=27[4pqr], then p+q+r equals
Enter your answer to attempt
The Setup: We are literally entering the Matrix for this one. This is a linear algebra scaling problem where we need to find the cube of a 2×2 matrix, equate it to a scaled target matrix, and extract the hidden variables. I have fully audited the matrix multiplication below to ensure zero dropped frames.
Step 1:Squaring the Matrix (Level 1)
First, we need to find A2 by multiplying matrix A by itself. We use the standard row-by-column dot product method.
A2=[24n1][24n1]A2=[(2)(2)+(n)(4)(4)(2)+(1)(4)(2)(n)+(n)(1)(4)(n)+(1)(1)]A2=[4+4n123n4n+1]Step 2:Cubing the Matrix (Boss Phase)
Now we multiply our A2 result by A to reach the final form, A3.
A3=[4+4n123n4n+1][24n1]
Let's calculate each element one by one to avoid throwing:
* Top-Left:(4+4n)(2)+(3n)(4)=8+8n+12n=8+20n
* Top-Right:(4+4n)(n)+(3n)(1)=4n2+4n+3n=4n2+7n
* Bottom-Left:(12)(2)+(4n+1)(4)=24+16n+4=16n+28
* Bottom-Right:(12)(n)+(4n+1)(1)=12n+4n+1=16n+1
So, our fully loaded A3 matrix is:
A3=[8+20n16n+284n2+7n16n+1]Step 3:Decoding the Target Matrix
The problem gives us the target state for A3. Let's distribute that scalar multiplier (27) into the matrix so we can match it element for element.
A3=27[4pqr]=[10827p27q27r]Step 4:Extracting the Lore (Solving for Variables)
We now set the elements of our calculated A3 equal to the target matrix. The top-left element is the key to unlocking the entire board because it only relies on n.
8+20n=10820n=100n=5
Now substitute n=5 into the other elements to find p, q, and r:
* **Top-Right (q):** 4(5)2+7(5)=100+35=13527q=135→q=5
* **Bottom-Left (p):** 16(5)+28=80+28=10827p=108→p=4
* **Bottom-Right (r):** 16(5)+1=80+1=8127r=81→r=3Step 5:The Final Calculation
The question asks for the sum of p+q+r. Just add up our freshly extracted stats.
4+5+3=12Step 6:The Audit (Double Check Protocol)
Let's run a determinant check to confirm the matrix integrity.
If n=5, matrix A=[2451].
The determinant of A is (2)(1)−(5)(4)=−18.
Using determinant properties, det(A3)=(det(A))3=(−18)3=−5832.
Now let's check the determinant of our target matrix 27[4453]:
det=272×((4)(3)−(5)(4))=729×(12−20)=729×(−8)=−5832.
The determinants match perfectly. The math is completely flawless.
Final Answer: 12
Five teams - A, B, C, D, and E - each consisting of 15 members, are going on expeditions to five different locations. Each team includes members from three different skill sets: biologists, geologists, and explorers. However, the number of members from each skill set varies by team and each member has only one speciality. The total number of biologists, geologists, and explorers are equal.
The following additional information is available.
* Every team has at least 2 members from each of the three skill sets.
* Teams C and D have 6 biologists each, and Team A has 6 geologists.
* Every team except A has more biologists than explorers.
* The number of explorers in each team is distinct and decreases in the order A, B, C, D, and E.
The number of teams having more geologists than biologists is
Enter your answer to attempt
The Setup:
We are literally back in the exact same lobby as Question 2. This is a follow-up question utilizing the same logical matrix we already decoded. Since we previously theory-crafted the exact distribution of all 75 members across the grid, we can just pull up our cached data and run a quick stat check to find out who has higher Geologist DPS than Biologist DPS. Free points, honestly.
Step 1:Retrieving the Master Matrix (From Memory)
Let's pull the fully solved grid we established earlier. Remember, every team has exactly 15 members, and each class (Explorer, Biologist, Geologist) totals exactly 25 across all teams.
Team
Explorers (E)
Biologists (B)
Geologists (G)
A
7
2
6
B
6
7
2
C
5
6
4
D
4
6
5
E
3
4
8
Step 2:The Stat Check
The prompt asks for the number of teams where Geologists > Biologists (G>B). Let's run down the roster and vibe check every single team:
* Team A:G=6, B=2. (6>2) →Valid (W)
* Team B:G=2, B=7. (2<7) → Invalid (L)
* Team C:G=4, B=6. (4<6) → Invalid (L)
* Team D:G=5, B=6. (5<6) → Invalid (L)
* Team E:G=8, B=4. (8>4) →Valid (W)
Only Team A and Team E meet the specific criteria.
Step 3:The Audit (Double Check Protocol)
Let's do a quick sanity check to ensure our base matrix didn't glitch.
Are there exactly 25 of each role?
Explorers: 7+6+5+4+3=25 (Check).
Biologists: 2+7+6+6+4=25 (Check).
Geologists: 6+2+4+5+8=25 (Check).
Do all teams have 15 members? Yes.
Does every team have ≥2 in each role? Yes.
Do C and D have 6 Biologists? Yes.
Does A have 6 Geologists? Yes.
Does every team except A have B>E?
Team B (7>6), Team C (6>5), Team D (6>4), Team E (4>3). Yes.
Does E strictly decrease from A to E? 7>6>5>4>3. Yes.
The matrix is perfectly locked in. The final count of teams with G>B is strictly 2.
Final Answer: 2
If log3(x2−1), log3(2x2+1) and log3(6x2+3) are the first three terms of an arithmetic progression, then the sum of the next three terms of the progression is
Enter your answer to attempt
The Setup:
This question is trying to gatekeep arithmetic progressions behind a wall of logarithms. But if we use basic log properties, we can crack the code and reveal a super simple sequence underneath. I've audited the math to ensure it is fully locked in.
Step 1:The Arithmetic Progression Meta
If three terms A, B, and C are in an AP, then the middle term is the average of the other two, meaning 2B=A+C. Let's plug our log terms into this core rule.
2log3(2x2+1)=log3(x2−1)+log3(6x2+3)Step 2:Deploying Log Rules
Use the power rule on the left side (klog(x)=log(xk)) and the product rule on the right side (log(x)+log(y)=log(xy)).
log3((2x2+1)2)=log3((x2−1)(6x2+3))
Since the bases are the exact same, we can just drop the logs entirely and work with the pure algebra.
(2x2+1)2=(x2−1)(6x2+3)Step 3:Nerfing the Polynomial
Before we expand this and accidentally create a massive, toxic degree-4 polynomial, notice that we can factor a 3 out of the right side to find a matching term.
(2x2+1)2=3(x2−1)(2x2+1)
Since log3(x2−1) exists in the prompt, x2−1>0, which means x2>1. Therefore, (2x2+1) is definitely a positive non-zero number. We can safely divide both sides by (2x2+1) without losing any valid roots.
2x2+1=3(x2−1)2x2+1=3x2−3x2=4Step 4:Revealing the Sequence
Now plug x2=4 back into the original three log terms to see what this AP actually looks like in practice.
* Term 1: log3(4−1)=log3(3)=1
* Term 2: log3(2(4)+1)=log3(9)=2
* Term 3: log3(6(4)+3)=log3(27)=3
The progression is literally just 1, 2, 3... Absolute baby numbers.
Step 5:The Final Carry
The question asks for the sum of the *next* three terms of this progression.
The sequence continues: 4, 5, 6.
4+5+6=15Step 6:The Audit (Double Check Protocol)
Let's run it back to verify.
If x2=4, our sequence is log3(3), log3(9), log3(27).
These evaluate to 1,2,3. This is a valid AP with a common difference of 1.
The next three terms are 4,5,6.
Sum = 15.
The math is completely flawless. Zero errors.
Final Answer: 15
Q10:ipmat indore 2025QA › CirclesMediumSA · TITA
A circle of radius 13 cm touches the adjacent sides AB and BC of a square ABCD at M and N, respectively. If AB=18 cm and the circle intersects the other two sides CD and DA at P and Q, respectively, then the area, in sq. cm, of triangle PMD is
Enter your answer to attempt
The Setup: We are dropping into a coordinate geometry map for this one. We have a square bounding box and a circle spawning inside it, touching the walls. By setting a strategic origin point, we can turn this messy geometry problem into a pure algebra speedrun. I have fully audited the coordinates to ensure the hitbox interactions are completely accurate.
Step 1:Setting the Origin (The Spawn Point)
Let's anchor the square's corner B exactly at the origin (0,0).
Since the square's side length is AB=18 cm, we can lock in the corner coordinates:
* B=(0,0)
* C=(18,0)
* A=(0,18)
* D=(18,18)Step 2:Defining the Circle's Hitbox
The circle has a radius r=13 cm. It touches side AB (which sits on the y-axis) and side BC (which sits on the x-axis).
Because it is perfectly tangent to both axes in the positive quadrant, its center O must be at (r,r), which is (13,13).
The equation of the circle is locked in:
(x−13)2+(y−13)2=132(x−13)2+(y−13)2=169Step 3:Locating the Intersections
The circle touches AB at M, so M is simply the y-intercept at (0,13).
The circle intersects CD at point P. Side CD is the vertical line x=18.
Substitute x=18 into the circle's equation to find P's exact y-coordinate:
(18−13)2+(y−13)2=16952+(y−13)2=16925+(y−13)2=169(y−13)2=144y−13=±12
Since P must lie on the physical segment CD, its y-coordinate must be between 0 and 18. So we take the subtraction route: y=13−12=1.
Our point P is officially at (18,1).
Step 4:Calculating the Triangle Area
We need the area of △PMD. Let's pull the coordinates of our vertices:
* M=(0,13)
* P=(18,1)
* D=(18,18)
Notice that P and D both lie on the exact same vertical line (x=18). We can treat the segment PD as the base of our triangle to completely cheese the calculation.
Base length PD=18−1=17 units.
The height of the triangle is the perpendicular horizontal distance from the base line (x=18) back to the third point M (at x=0).
Height =18−0=18 units.
Area=21×base×heightArea=21×17×18Area=17×9=153Step 5:The Audit (Double Check Protocol)
Running the shoelace formula (determinant method) to double-check the area calculation and guarantee zero errors.
Area=0.5×∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣Area=0.5×∣0(1−18)+18(18−13)+18(13−1)∣Area=0.5×∣0+18(5)+18(12)∣Area=0.5×∣90+216∣Area=0.5×306=153
Both methods yield exactly 153. The geometry holds up perfectly. The math is flawless.
Final Answer: 153
Q11:ipmat indore 2025QA › Linear EquationsEasySA · TITA
Monica, who is 18 years old, is one-third the age of her father. The age at which she will be half the age of her father is
Enter your answer to attempt
The Setup: We are running it back with the Monica age progression problem. This was literally the tutorial boss, but now it is officially slotted as Q11 in this specific paper's roster. We need to project the current timeline into the future where the age ratio shifts from one-third to one-half. I have double-checked the logic to guarantee zero errors.
Step 1:Establish the Current Era
Monica is currently 18 years old. Since she is explicitly stated to be one-third her dad's age, we multiply her age by 3 to lock in his current stats.
18×3=54
Her dad is currently 54 years old.
Step 2:Set Up the Future Timeline
Let x be the number of years it takes for this timeline shift to happen. Fast forward x years: Monica will be 18+x years old, and her dad will level up to 54+x years old. The problem states that at this point, her age will be exactly half of his.
18+x=21(54+x)Step 3:Solve the Equation (No Cap)
Multiply both sides by 2 to clear the fraction and avoid messy calculations.
2(18+x)=54+x36+2x=54+x
Now, isolate x by subtracting x from both sides, and moving the 36 over.
x=18
It will take exactly 18 years for this ratio to hit.
Step 4:Calculate the Final Age
Don't get baited by the x value. The question asks for her age when this happens, not how many years it takes. Add the 18 years to her current age of 18.
18+18=36Step 5:The Audit (Double Check Protocol)
Let's run the numbers back.
Current ages: Monica is 18, Dad is 54. (18×3=54. Checked).
In 18 years: Monica will be 36, Dad will be 72.
Is 36 exactly half of 72? Yes.
The math is completely flawless.
Final Answer: 36
Five teams - A, B, C, D, and E - each consisting of 15 members, are going on expeditions to five different locations. Each team includes members from three different skill sets: biologists, geologists, and explorers. However, the number of members from each skill set varies by team and each member has only one speciality. The total number of biologists, geologists, and explorers are equal.
The following additional information is available.
* Every team has at least 2 members from each of the three skill sets.
* Teams C and D have 6 biologists each, and Team A has 6 geologists.
* Every team except A has more biologists than explorers.
* The number of explorers in each team is distinct and decreases in the order A, B, C, D, and E.
The median number of biologists across five teams is
Enter your answer to attempt
The Setup:
We are dropping back into the team arrangement lobby for round 3. Since we already theory-crafted and completely solved the master matrix in Question 2, we just need to query our Biologist data and run a basic median calculation. Free elo.
Step 1:Retrieving the Biologist Stats
Let's pull the exact number of Biologists (B) for each team from our previously validated master grid:
* Team A: 2
* Team B: 7
* Team C: 6 (Given in prompt)
* Team D: 6 (Given in prompt)
* Team E: 4Step 2:Sorting the Array
To find the median, we can't just pick the middle team. We have to sort the Biologist values in ascending order to find the true statistical middle (the 50th percentile).
Unsorted array: {2,7,6,6,4}
Sorted array: {2,4,6,6,7}Step 3:Finding the Median
Since there are exactly 5 teams (an odd number), the median is literally just the dead-center value—the 3rd number in our sorted array.
Looking at our sorted list {2,4,6,6,7}, the middle value is 6.
Step 4:The Audit (Double Check Protocol)
Let's run a quick sanity check to make sure the data hasn't been corrupted.
Did they sum to 25? 2+4+6+6+7=25. (Yes).
Did every team except A have more Biologists than Explorers?
Team B: 7>6. Team C: 6>5. Team D: 6>4. Team E: 4>3. (Yes).
Are we picking the 3rd index of a 5-item sorted list? Yes.
The math is flawless. The logic is strictly locked in.
Final Answer: 6
Q13:ipmat indore 2025QA › Integral SolutionsMediumSA · TITA
If m and n are two positive integers such that 7m+11n=200, then the minimum possible value of m+n is
Enter your answer to attempt
The Setup: We are dropping into a linear Diophantine equation problem. We need to find positive integer pairs that satisfy a fixed budget equation (7m+11n=200) and then optimize for the minimum sum of m+n. I have fully audited the math logic below to ensure zero errors.
Step 1:Analyzing the Modulo Constraints
We are given the equation:
7m+11n=200
Since m and n must be positive integers, we can isolate one of the variables to analyze its boundaries. Let's isolate 7m:
7m=200−11nm=7200−11n
For m to be a positive integer, 200−11n must be a positive multiple of 7. Let's look at 200(mod7):
200÷7=28 with a remainder of 4
So, 200≡4(mod7).
We also know that 11≡4(mod7). Therefore:
200−11n≡4−4n(mod7)≡0(mod7)4n≡4(mod7)n≡1(mod7)Step 2:Finding the Valid Integer Pairs
Since n≡1(mod7), the possible positive values for n are in the sequence 1,8,15,22,… (keeping 11n<200, so n maxes out around 18). Let's test these values to find our (m,n) pairs:
* **Case 1 (n=1):**
7m+11(1)=200→7m=189→m=27
Pair: (27,1)→m+n=27+1=28
* **Case 2 (n=8):**
7m+11(8)=200→7m=200−88=112→m=16
Pair: (16,8)→m+n=16+8=24
* **Case 3 (n=15):**
7m+11(15)=200→7m=200−165=35→m=5
Pair: (5,15)→m+n=5+15=20
If we try the next step (n=22), 11(22)=242, which exceeds 200. Thus, our search space is completely exhausted.
Step 3:Finding the Minimum Sum
Let's evaluate the sums of all valid pairs we found:
* 27+1=28
* 16+8=24
* 5+15=20
The absolute minimum possible value for m+n is 20.
Step 4:The Audit (Double Check Protocol)
Let's run it back to verify.
If m=5 and n=15:
7(5)+11(15)=35+165=200
Both m and n are positive integers. The equation is fully satisfied, and the sum 5+15=20 is the lowest possible outcome among all valid configurations. The math is completely flawless.
Final Answer: 20
The number of factors of 35×58×72 that are perfect squares is
Enter your answer to attempt
The Setup: We are looking at a classic number theory factorisation problem. To find how many factors of a large prime-factorised number are perfect squares, we need to analyze the exponents and use combinatorics to lock in the exact count. I have fully audited the math logic below to ensure zero errors.
Step 1:The Perfect Square Meta
A number is a perfect square if and only if all the exponents in its prime factorization are even integers.
Our target number is given in its prime-factorised form:
N=35×58×72
Any factor of N will take the general form 3a×5b×7c, where:
* 0≤a≤5
* 0≤b≤8
* 0≤c≤2
For this factor to be a perfect square, the exponents a, b, and c must all be even numbers.
Step 2:Selecting Even Exponents
Let's find the valid choices for each exponent based on our constraints:
* **For prime base 3 (0≤a≤5):** The even integers in this range are 0,2, and 4. That gives us 3 choices.
* **For prime base 5 (0≤b≤8):** The even integers in this range are 0,2,4,6, and 8. That gives us 5 choices.
* **For prime base 7 (0≤c≤2):** The even integers in this range are 0 and 2. That gives us 2 choices.
Step 3:Applying the Fundamental Counting Principle
To find the total number of unique perfect square factors, we multiply the number of valid choices for each prime base together:
Total Perfect Square Factors=3×5×2Total=30Step 4:The Audit (Double Check Protocol)
Let's run it back to verify.
Could a be 6? No, because a≤5.
Could b be 10? No, because b≤8.
Are all selected exponents (0,2,4 for base 3; 0,2,4,6,8 for base 5; 0,2 for base 7) strictly even? Yes.
Multiplying independent choices (3×5×2=30) is the textbook method for finding restricted factor counts. The math is completely flawless.
Final Answer: 30
Q15:ipmat indore 2025QA › RemainderEasySA · TITA
If the polynomial ax2+bx+5 leaves a remainder 3 when divided by x−1, and a remainder 2 when divided by x+1, then 2b−4a equals
Enter your answer to attempt
The Setup: We are using the Remainder Theorem, which is the ultimate shortcut for polynomials. Instead of doing long division, we just plug the roots of the divisors directly into the function to lock in our remainders.
Step 1:Setting up the Polynomial Function
Let our polynomial be P(x)=ax2+bx+5.
According to the Remainder Theorem:
* When divided by x−1, the root is x=1, and the remainder is P(1)=3.
* When divided by x+1, the root is x=−1, and the remainder is P(−1)=2.
Step 2:Building the Equations
Let's evaluate P(1) and P(−1) explicitly:
For x=1:
a(1)2+b(1)+5=3a+b+5=3a+b=−2
For x=−1:
a(−1)2+b(−1)+5=2a−b+5=2a−b=−3Step 3:Solving the System
We now have our system of linear equations:
1. a+b=−2
2. a−b=−3
To find 2b, subtract the second equation from the first:
(a+b)−(a−b)=−2−(−3)2b=1
To find 4a, first add the two equations together to get 2a:
(a+b)+(a−b)=−2+(−3)2a=−5
Multiply by 2 to lock in our 4a value:
4a=−10Step 4:The Final Calculation
The question asks for the exact value of 2b−4a. Plug in our extracted values:
2b−4a=1−(−10)1+10=11Step 5:The Audit (Double Check Protocol)
Let's run it back to verify.
If 2b=1, then b=0.5.
If 2a=−5, then a=−2.5.
Does a+b=−2? (−2.5)+0.5=−2 (Checked).
Does a−b=−3? (−2.5)−0.5=−3 (Checked).
Calculate 2(0.5)−4(−2.5)=1+10=11.
The math is completely flawless.
Final Answer: 11