All 15 SA previous year questions (PYQs) from the IPMAT Indore 2023 past year paper, with answers and full solutions.
Free SolutionsNo Login15 Questions
Q1:ipmat indore 2023QA › Time, Speed & DistanceHardSA · TITA
Vinita drives a car which has four gears. The speed of the car in the fourth gear is five times its speed in the first gear. The car takes twice the time to travel a certain distance in the second gear as compared to the third gear. In a 100 km journey, if Vinita travels equal distances in each of the gears, she takes 585 minutes to complete the journey. Instead, if the distances covered in the first, second, third, and fourth gears are 4 km, 4 km, 32 km, and 60 km, respectively, then the total time taken, in minutes, to complete the journey, will be
Enter your answer to attempt
The Setup: We are given relative speed and time constraints across four car gears to complete a uniform distance, which we must use to evaluate the time taken for a mixed-distance journey.
Step 1: Define the speed variables and their relations.
Let the speeds in the four gears be v1,v2,v3, and v4.
We are given v4=5v1.
We are also told the time in the 2nd gear is twice the time in the 3rd gear for a constant distance: v2d=2(v3d)⟹v3=2v2.
Step 2: Express the times for the 100 km uniform journey.
The 100 km journey consists of equal distances in each gear, meaning 25 km per gear.
Let x=v11 and y=v21.
This means v41=5x and v31=2y.
The total time equation is:
25(v11)+25(v21)+25(v31)+25(v41)=58525x+25y+25(2y)+25(5x)=58525x+5x+25y+12.5y=58530x+37.5y=585Step 3: Simplify the baseline equation.
Divide the entire equation by 7.5:
4x+5y=78Step 4: Calculate the time for the newly requested journey.
The new distances are 4 km (1st), 4 km (2nd), 32 km (3rd), and 60 km (4th).
Total Time=4(v11)+4(v21)+32(v31)+60(v41)
Substitute x and y:
Total Time=4x+4y+32(2y)+60(5x)Total Time=4x+4y+16y+12xTotal Time=16x+20y
Factor out a 4:
Total Time=4(4x+5y)Step 5: Substitute the baseline value to find the final time.
Total Time=4(78)=312 minutesFinal Answer: 312
Q2:ipmat indore 2023QA › RemainderEasySA · TITA
The remainder when 1!+2!+3!+...+95! is divided by 15 is
Enter your answer to attempt
The Setup: We need to find the remainder when a factorial summation sequence (1!+2!+3!+...+95!) is divided by 15.
Step 1: Analyze the divisibility of factorials by 15.
Since 15=3×5, any factorial n! where n≥5 will strictly contain both 3 and 5 as prime factors.
Therefore, for all n≥5, n!≡0(mod15).
Step 2: Evaluate the terms that are not divisible by 15.
The only terms in the sequence that do not contain 5! as a factor are the first four terms:
1!+2!+3!+4!=1+2+6+24=33Step 3: Calculate the final remainder.
The entire sequence modulo 15 reduces simply to 33(mod15).
33=2×15+3
The remainder is 3.
Final Answer: 3
Let a,b,c,d be positive integers such that a+b+c+d=2023. If a:b=2:5 and c:d=5:2, then the maximum possible value of a+c is
Enter your answer to attempt
The Setup: Given a sum equation a+b+c+d=2023 for positive integers and specified ratio pairs, we must maximize the sum a+c.
Step 1: Express the variables using their ratios.
Given a:b=2:5, let a=2x and b=5x for some positive integer x.
Given c:d=5:2, let c=5y and d=2y for some positive integer y.
Step 2: Formulate the sum constraint.
Substitute the variables into the total sum equation:
2x+5x+5y+2y=20237x+7y=2023x+y=289Step 3: Optimize the target function.
We want to maximize a+c, which translates to maximizing 2x+5y.
To maximize the value of 2x+5y given the constraint x+y=289, we must make y (which carries the larger coefficient 5) as large as possible.
Since a,b,c,d are strictly positive integers, the scaling factors x and y must be at least 1.
The maximum valid integer value for y occurs when x is minimized at 1.
1+y=289⟹y=288Step 4: Calculate the maximum value.
Max(a+c)=2(1)+5(288)=2+1440=1442Final Answer: 1442
Q4:ipmat indore 2023QA › Linear EquationsEasySA · TITA
In an election with only two contesting candidates, 15% of the voters did not turn up to vote and 50 voters cast invalid votes. It is known that 44% of all the voters in the voting list voted for the winner. If the winner got 200 votes more than the other candidate, then the number of voters in the voting list is
Enter your answer to attempt
The Setup: We are asked to determine the total number of voters on a list given percentage-based turnout and fractional vote shares in a two-candidate election.
Step 1: Define the election parameters.
Let V be the total number of eligible voters on the list.
Voters who didn't turn up = 0.15V.
Total votes cast = 0.85V.
Valid votes cast = 0.85V−50.
Step 2: Represent the candidates' vote shares.
The winner got exactly 44% of *all voters on the voting list* (not just valid votes).
W=0.44V
The other candidate (the loser) received the remaining valid votes:
L=Valid Votes−W=(0.85V−50)−0.44V=0.41V−50Step 3: Apply the winning margin constraint to solve for V.
The winner won by exactly 200 votes.
W−L=2000.44V−(0.41V−50)=2000.03V+50=2000.03V=150V=0.03150=5000Final Answer: 5000
Q5:ipmat indore 2023QA › FunctionsMediumSA · TITA
If f(1)=1 and f(n)=3n−f(n−1) for all integers n>1 , then the value of f(2023) is
Enter your answer to attempt
The Setup: A recursive sequence is defined as f(n)=3n−f(n−1) with base case f(1)=1. We must find the value of f(2023).
Step 1: Generate the first few terms to identify a pattern.
f(1)=1f(2)=3(2)−1=5f(3)=3(3)−5=4f(4)=3(4)−4=8f(5)=3(5)−8=7f(6)=3(6)−7=11Step 2: Formulate a generalized relationship.
Let's find the difference between every second term (f(n) and f(n−2)):
f(n)=3n−f(n−1)
Substitute the recursive definition for f(n−1):
f(n)=3n−(3(n−1)−f(n−2))f(n)=3n−3n+3+f(n−2)f(n)=f(n−2)+3
This confirms that the odd-indexed terms and even-indexed terms form independent Arithmetic Progressions, each with a common difference of 3.
Step 3: Evaluate f(2023).
Since 2023 is odd, we use the sequence of odd-indexed terms: 1,4,7,10,…
The generic formula for the odd index sequence f(2k−1) is an AP where the first term is 1 and the difference is 3.
Let n=2023. The number of steps (or the term position in the separated odd sequence) is 2n−1.
Term Index=22023−1=1011f(2023)=Base+(Term Index)×Differencef(2023)=1+1011×3f(2023)=1+3033=3034Final Answer: 3034
Q6:ipmat indore 2023QA › CirclesHardSA · TITA
In the xy-plane let A=(−2,0),B=(2,0) . Define the set S as the collection of all points C on the circle x2+y2=4 such that the area of the triangle ABC is an integer. The number of points in the set S is
Enter your answer to attempt
The Setup: Points A=(−2,0) and B=(2,0) lie on the x-axis. We must find all points C on the circle x2+y2=4 such that the area of △ABC is an integer.
Step 1: Define the area of the triangle.
The base of the triangle is the segment AB connecting (−2,0) and (2,0). Its length is exactly 4.
Let point C have coordinates (x,y). The height of the triangle relative to base AB is the absolute value of the y-coordinate, ∣y∣.
Area=21×base×height=21×4×∣y∣=2∣y∣Step 2: Establish integer constraints for the area.
We require the Area (2∣y∣) to be a positive integer k (a valid geometric triangle must have an area strictly greater than 0).
2∣y∣=k⟹∣y∣=2k
Since C lies on the circle x2+y2=4, the maximum possible value for ∣y∣ is the radius, 2.
0<∣y∣≤2⟹0<2k≤2⟹k∈{1,2,3,4}Step 3: Map the valid area states back to coordinate points.
For each valid k, we substitute ∣y∣=k/2 back into the circle equation x2=4−y2 to count the distinct points:
* If k=1: ∣y∣=0.5⟹y=±0.5. x2=4−0.25=3.75. This yields 2 values for x per y, giving 4 points.
* If k=2: ∣y∣=1⟹y=±1. x2=4−1=3. This gives 4 points.
* If k=3: ∣y∣=1.5⟹y=±1.5. x2=4−2.25=1.75. This gives 4 points.
* If k=4: ∣y∣=2⟹y=±2. x2=4−4=0. Here x=0 uniquely, giving exactly 1 point for y=2 and 1 point for y=−2, totaling 2 points.
Step 4: Sum the valid points.
Total Points=4+4+4+2=14Final Answer: 14
If three consecutive coefficients in the expansion of (x+y)n are in the ratio 1:9:63, then the value of n is
Enter your answer to attempt
The Setup: We are given three consecutive coefficients in the binomial expansion of (x+y)n strictly in the ratio 1:9:63. We must determine the power n.
Step 1: Express the coefficients algebraically.
Let the three consecutive coefficients be (r−1n), (rn), and (r+1n).
We are given two ratio equations:
(r−1n)(rn)=19=9(rn)(r+1n)=963=7Step 2: Apply the standard binomial coefficient ratio formula.
The ratio (k−1n)(kn) simplifies universally to kn−k+1.
Apply this to our first equation (k=r):
rn−r+1=9⟹n−r+1=9r⟹n=10r−1
Apply this to our second equation (k=r+1):
r+1n−(r+1)+1=7⟹r+1n−r=7⟹n−r=7r+7⟹n=8r+7Step 3: Solve the linear system for r and n.
Equate the two expressions for n:
10r−1=8r+72r=8⟹r=4
Substitute r back into either equation to find n:
n=10(4)−1=39Final Answer: 39
In a chess tournament, there are four groups, each containing an equal number of players. Each player plays
1. against every other player belonging to one's own group exactly once;
2. against each player belonging to one of the remaining three groups exactly twice;
3. against each player belonging to one of the remaining two groups exactly three times; and
4. against each player belonging to the remaining group exactly four times.
If there are more than 1000 matches being played in the tournament, the minimum possible number of players in each group is
Enter your answer to attempt
The Setup: A chess tournament consists of four equal groups. Players play matches inside their group and against the other three groups at varying frequencies (1×,2×,3×,4×). We must find the minimum group size to surpass 1000 total matches.
Step 1: Analyze the match distribution logic.
Let each of the 4 groups have k players. Total players = 4k.
Every group must be assigned an inter-group match frequency of 2,3, and 4 against the other three groups.
This is perfectly modeled by weighting the edges of a K4 graph with values {2,3,4} such that every vertex touches exactly one of each weight. Such a configuration requires three distinct perfect matchings on K4, meaning the edge weights between the 6 pairs of groups are exactly: two 2s, two 3s, and two 4s.
Step 2: Calculate total inter-group matches.
Between any two groups of size k playing each other w times, the number of matches is k×k×w=wk2.
Summing over the 6 pairs of groups:
Inter-Group Matches=k2(2+2+3+3+4+4)=18k2Step 3: Calculate total intra-group matches.
Each player plays everyone in their own group exactly once.
For one group, the matches are (2k)=2k(k−1).
Since there are 4 groups:
Intra-Group Matches=4×2k(k−1)=2k(k−1)=2k2−2kStep 4: Formulate the total matches inequality.
Total Matches=18k2+2k2−2k=20k2−2k
We are given that there are more than 1000 matches:
20k2−2k>1000⟹10k2−k>500Step 5: Test integer values for k to find the minimum.
* If k=7: 10(49)−7=490−7=483 (Fails, 483≯500)
* If k=8: 10(64)−8=640−8=632 (Succeeds, 632>500)
The minimum possible number of players in each group is 8.
Final Answer: 8
Q9:ipmat indore 2023QA › LogarithmsEasySA · TITA
The product of the roots of the equation log22(log2x)2−5log2x+6=0 is
Enter your answer to attempt
The Setup: We need to find the product of the roots for the logarithmic equation log22(log2x)2−5log2x+6=0.
Step 1: Simplify the first term using logarithm properties.
The term log2(2y) universally simplifies to y.
Thus, log2(2(log2x)2) simplifies directly to (log2x)2.
The equation becomes:
(log2x)2−5log2x+6=0Step 2: Apply a variable substitution.
Let t=log2x. The equation is a standard quadratic:
t2−5t+6=0Step 3: Solve for t and reverse the substitution.
Factor the quadratic:
(t−2)(t−3)=0⟹t=2 or t=3
Reverse the substitution to solve for the roots in terms of x:
If t=2⟹log2x=2⟹x=22=4
If t=3⟹log2x=3⟹x=23=8Step 4: Calculate the product of the roots.
Product=4×8=32Final Answer: 32
The total number of positive integer solutions of 21≤a+b+c≤25 is
Enter your answer to attempt
The Setup: We must find the total number of positive integer solutions to the bounded inequality 21≤a+b+c≤25.
Step 1: Normalize the variables to utilize Stars and Bars.
Since a,b,c must be strictly positive integers (≥1), let:
a=x+1b=y+1c=z+1
where x,y,z are non-negative integers (≥0).
Substitute these into the inequality:
21≤(x+1)+(y+1)+(z+1)≤2521≤x+y+z+3≤2518≤x+y+z≤22Step 2: Apply the combinatorics formula for exact sums.
The number of non-negative integer solutions to x+y+z=n is given by (3−1n+3−1)=(2n+2).
We need to sum this over n∈{18,19,20,21,22}:
Solutions=(220)+(221)+(222)+(223)+(224)Step 3: Evaluate the sum.
Calculate each combination (2k)=2k(k−1):
(220)=220×19=190(221)=221×20=210(222)=222×21=231(223)=223×22=253(224)=224×23=276Total=190+210+231+253+276=1160Final Answer: 1160
Q11:ipmat indore 2023QA › ModulusMediumSA · TITA
The length of the line segment joining the two intersection points of the curves y=4970−∣x∣ and y=x2 is
Enter your answer to attempt
The Setup: We must find the geometric length of the line segment connecting the two intersection points of the absolute value function y=4970−∣x∣ and the parabola y=x2.
Step 1: Set the equations equal to find intersection points.
x2=4970−∣x∣
Rearrange to form a quadratic in terms of ∣x∣, recognizing that x2=∣x∣2:
∣x∣2+∣x∣−4970=0Step 2: Factor the quadratic equation.
We need two integers that multiply to −4970 and add to 1.
Note that 4970=10×497=10×7×71=70×71.
(∣x∣+71)(∣x∣−70)=0Step 3: Solve for x and locate the coordinates.
Since absolute value ∣x∣ must be non-negative, ∣x∣=−71 is rejected.
∣x∣=70⟹x=70 or x=−70
Because the equations are perfectly symmetric across the y-axis, the segment connecting the two points is perfectly horizontal.
Step 4: Calculate the distance.
The length of a horizontal line segment is simply the absolute difference between the x-coordinates.
Length=∣70−(−70)∣=140Final Answer: 140
If f(n)=1+2+3+⋯+(n+1) and g(n)=∑k=1k=nf(k)1, then the least value of n for which g(n) exceeds the value 10099 is:
Enter your answer to attempt
The Setup: Given an arithmetic sum base function f(n), we have a reciprocal series g(n). We must find the least integer n that pushes g(n) above the threshold of 99/100.
Step 1: Simplify the base function f(n).
The function is the sum of consecutive integers:
f(n)=1+2+3+⋯+(n+1)=2(n+1)(n+2)Step 2: Construct the series g(n) and apply partial fractions.
g(n)=k=1∑nf(k)1=k=1∑n(k+1)(k+2)2
Split the fraction using partial fraction decomposition:
(k+1)(k+2)2=2(k+11−k+21)Step 3: Evaluate the telescoping sum.
When summing from k=1 to n, all intermediate terms cancel out:
g(n)=2[(21−31)+(31−41)+⋯+(n+11−n+21)]g(n)=2(21−n+21)=1−n+22Step 4: Apply the threshold inequality.
We need g(n)>10099:
1−n+22>0.990.01>n+221001>n+22⟹n+2>200⟹n>198
Since n must be an integer, the least value fulfilling this is 199.
Final Answer: 199
Q13:ipmat indore 2023QA › RemainderEasySA · TITA
The polynomial 4x10−x9+3x11−5x7+cx6+2x5−x4+x3−4x2+6x−2 when divided by x−1 leaves a remainder 2. Then the value of c+6 is
Enter your answer to attempt
The Setup: A polynomial divided by (x−1) leaves a remainder of 2. We apply the Polynomial Remainder Theorem to find a missing coefficient c and then compute c+6.
Step 1: Apply the Remainder Theorem.
If a polynomial P(x) is divided by (x−a), the remainder is exactly P(a).
Here, dividing by (x−1) gives a remainder of 2, meaning P(1)=2.
Step 2: Evaluate P(1) algebraically.
Substitute x=1 into the polynomial. For x=1, all powers of x resolve to 1, leaving just the sum of the coefficients.
P(1)=4(1)−1(1)+3(1)−5(1)+c(1)+2(1)−1(1)+1(1)−4(1)+6(1)−2
Group the numerical terms:
P(1)=4−1+3−5+2−1+1−4+6−2+cP(1)=3+cStep 3: Equate to the remainder and solve.
c+3=2⟹c=−1Step 4: Calculate the final expression.
We need the value of c+6.
−1+6=5Final Answer: 5
Assume it is the beginning of the year today. Ankita will earn INR 10,000 at the end of the year, which she plans to invest in a bank deposit immediately at a fixed simple interest of 0.5% per annum. Her yearly income will increase by INR 10,000 every year, and the fixed simple interest offered by the bank on new deposits will also increase by 0.5% per annum every year. If Ankita continues to invest all her yearly income in new bank deposits at the end of each year, the total interest earned by her, in INR, in five years from today will be
Enter your answer to attempt
The Setup: We evaluate sequential deposits placed at the end of each year with growing principals and scaling simple interest rates over a bounded 5-year timeline from 'today' (Start of Year 1).
Step 1: Chart the timeline and investment parameters.
Five years from today implies the timeline ends exactly at the conclusion of Year 5 (T=5).
Simple Interest Formula: Interest=P×R×T.
* Deposit 1 (End of Yr 1, T=1): Earns 10,000. Rate = 0.5%=0.005. Time invested = 4 years (T=1 to T=5).
* Deposit 2 (End of Yr 2, T=2): Income rises by 10k, so earns 20,000. Rate rises by 0.5%, so = 1.0%=0.01. Time invested = 3 years.
* Deposit 3 (End of Yr 3, T=3): Earns 30,000. Rate = 1.5%=0.015. Time invested = 2 years.
* Deposit 4 (End of Yr 4, T=4): Earns 40,000. Rate = 2.0%=0.02. Time invested = 1 year.
* Deposit 5 (End of Yr 5, T=5): Earns 50,000. Rate = 2.5%=0.025. Time invested = 0 years (cashed exactly as deposited).
Step 2: Calculate interest for each independent deposit.
* Interest 1: 10000×0.005×4=200
* Interest 2: 20000×0.010×3=600
* Interest 3: 30000×0.015×2=900
* Interest 4: 40000×0.020×1=800
* Interest 5: 50000×0.025×0=0Step 3: Sum the total interest.
Total Interest=200+600+900+800+0=2500Final Answer: 2500
Q15:ipmat indore 2023QA › Time & WorkMediumSA · TITA
Amisha can complete a particular task in twenty days. After working for four days she fell sick for four days and resumed the work on the ninth day but with half of her original work rate. She completed the task in another twelve days with the help of a co-worker who joined her from the ninth day. The number of days required for the co-worker to complete the task alone would be
Enter your answer to attempt
The Setup: A worker finishes a partial task at shifting rates and enlists a co-worker to complete the remaining fraction. By mapping their combined work capacity against the remaining work, we can isolate the co-worker's individual rate.
Step 1: Establish Amisha's work rates.
Amisha's standard rate allows her to finish in 20 days, so her normal rate is A=201 tasks/day.
When she resumes, she works at half her original rate, making her new rate A′=401 tasks/day.
Step 2: Calculate work completed before the break.
Amisha works normally for 4 days.
Work Done=4×(201)=204=51Remaining Work=1−51=54Step 3: Formulate the combined work phase.
She is sick for 4 days, so Day 9 begins the new phase. From Day 9, she and her co-worker work together for 12 days to finish the job.
Let the co-worker's rate be C tasks/day.
Combined Rate=A′+C=401+CWork done together=12×(401+C)
Set this equal to the remaining work:
12(401+C)=54Step 4: Solve for C and convert to days.
Divide both sides by 12:
401+C=604=151C=151−401
Find a common denominator (120):
C=1208−1203=1205=241
Since the co-worker's rate is 241 of the task per day, it would take them exactly 24 days to complete the task alone.
Final Answer: 24