8 solved Remainder previous year questions (PYQs) from past year papers — attempt each and check the answer.
Free SolutionsNo Login8 Questions
Q1: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
Q2: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
Q3: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
Q4:ipmat indore 2019QA › RemainderMediumMCQ · MCQ
The remainder when (2929)29 is divided by 9 is
A1
B2
C3
D4
Pick an option to attempt
The Setup: Modular arithmetic is overpowered for shrinking absurd numbers. Rather than computing a skyscraper of digits, reduce the base mod 9 and exploit the fact that its powers cycle.
Step 1: Read the exponent tower correctly. This is the first trap: (2929)29 has brackets, so the exponents multiply:
(2929)29=2929×29=29841
This is emphatically not29(2929), which would be an astronomically larger number. When the tower is bracketed from the bottom, multiply.
Step 2: Simplify the base modulo 9. Since 29=27+2 and 27 is a multiple of 9:
29≡2(mod9)
So the task reduces to finding 2841mod9.
Step 3: Find the cycle. List powers of 2 modulo 9 until they repeat:
21≡2,22≡4,23≡8,24≡7,25≡5,26≡1
Hitting 1 at the sixth power means the cycle length is exactly 6, consistent with ϕ(9)=6.
Step 4: Reduce the exponent modulo the cycle length.841=6×140+1⟹841≡1(mod6)
So 2841 sits at the same position in the cycle as 21:
2841≡21≡2(mod9)Final Answer: 2
Q5:ipmat indore 2025QA › RemainderMediumMCQ · MCQ
Calculate the exact remainder obtained when the expression 111011+101111 is divided by 9.
A0
B8
C9
D7
Pick an option to attempt
The Setup: We are dropping into modular arithmetic. Instead of computing astronomical numbers, we will break the expression down and apply modulo 9 properties to the bases first, then handle the exponents using cyclicity and exponent rules.
Step 1: Analyze the first term (111011(mod9)).
First, reduce the base by finding the remainder of 11 divided by 9:
11≡2(mod9)
So, the problem simplifies to:
111011≡21011(mod9)
To solve this quickly, look for a power of 2 that is close to a multiple of 9. We know that 23=8, which is exactly 1 less than 9.
23≡−1(mod9)
Let's rewrite the exponent 1011 as a multiple of 3:
1011=3×337
Substitute this back into our expression:
21011=(23)337≡(−1)337(mod9)
Since 337 is an odd number, −1 raised to an odd power remains −1.
−1(mod9)≡8(mod9)
The first term leaves a remainder of 8.
Step 2: Analyze the second term (101111(mod9)).
To find 1011(mod9), apply the divisibility rule for 9 by summing its digits:
1+0+1+1=3
So, 1011≡3(mod9).
This means our second term simplifies to:
101111≡311(mod9)
Notice what happens when you square 3:
32=9≡0(mod9)
Since 32 is a perfect multiple of 9, any higher power of 3 (like 311) will also contain that 9 as a factor, instantly zeroing out the remainder.
311≡0(mod9)
The second term leaves a remainder of 0.
Step 3: Combine the remainders.
Add the individual remainders together to get the final result:
Total Remainder=8+0=8
The modular logic is fully locked in.
Final Answer: 8
Q6:ipmat indore 2023QA › RemainderMediumMCQ · MCQ
A polynomial P(x) leaves a remainder 2 when divided by (x−1) and a remainder 1 when divided by (x−2) The remainder when P(x) is divided by (x−1)(x−2) is
A3−x
B3
Cx−3
D2
Pick an option to attempt
The Setup: A polynomial P(x) leaves specific remainders when divided by two linear binomials. We must use the Polynomial Remainder Theorem to deduce the linear remainder when divided by their quadratic product.
Step 1: Establish the given values using the Remainder Theorem.
The Remainder Theorem states that dividing P(x) by (x−a) yields a remainder of P(a).
* Divided by (x−1), remainder is 2⟹P(1)=2.
* Divided by (x−2), remainder is 1⟹P(2)=1.
Step 2: Formulate the Division Algorithm equation.
When P(x) is divided by a quadratic polynomial (x−1)(x−2), the maximum possible degree of the remainder is linear.
Let the remainder be R(x)=ax+b.
P(x)=Q(x)(x−1)(x−2)+(ax+b)Step 3: Substitute the known x values to create a system of equations.
Substitute x=1:
P(1)=Q(1)(0)(−1)+(a(1)+b)⟹a+b=2
Substitute x=2:
P(2)=Q(2)(1)(0)+(a(2)+b)⟹2a+b=1Step 4: Solve the linear system for a and b.
Subtract the first equation from the second equation:
(2a+b)−(a+b)=1−2a=−1
Substitute a back into the first equation:
−1+b=2⟹b=3
The resulting linear remainder is R(x)=−1x+3=3−x.
Final Answer:3−x
Q7:ipmat indore 2026QA › RemainderMediumSA · TITA
The remainder when 7103+7101 is divided by 9 is ____
Enter your answer to attempt
The Setup: We are diving straight into modular arithmetic. We need to find the remainder of a massive exponent expression. Instead of brute-forcing a number that would literally crash a calculator, we factor out the base and find the cyclicity (the repeating pattern) of its remainders. We are basically finding the modulo meta to speedrun the solution.
Step 1: Min-Max the expression (Factorization).
Don't fight the exponents directly. Pull out the highest common factor to simplify the battlefield.
7103+7101=7101(72+1)7101(49+1)=7101×50Step 2: Find the cyclicity of 7 mod 9.
We need to see how powers of 7 behave when divided by 9. We are looking for a remainder of 1, because that tells us when the pattern resets.
71≡7(mod9)72=49≡4(mod9)73=72×7≡4×7=28≡1(mod9)
Boom. A remainder of 1 means the cycle resets every 3 powers. The cycle length is exactly 3.
**Step 3: Analyze the main character's power level (7101).**
Divide the main exponent (101) by our cycle length (3) to see exactly where it lands in the rotation.
101=3×33+2
Since the remainder is 2, 7101 behaves exactly like 72 in the modulo 9 universe.
7101≡72≡4(mod9)Step 4: Resolve the multiplier (50).
We also need to find the remainder of our constant multiplier (50) when divided by 9.
50≡5(mod9)Step 5: Calculate the final damage output.
Multiply the isolated remainders together and take mod 9 one last time to get the ultimate answer.
7101×50≡4×5(mod9)20≡2(mod9)Final Answer: 2
Q8:ipmat indore 2026QA › RemainderMediumMCQ · MCQ
If m is a positive integer then the values of k for which 6m+k cannot be a perfect square are ___
A3 and 4
B1 and 5
C2 and 5
D1, 2 and 5
Pick an option to attempt
The Setup: This is a classic Number Theory modulo arithmetic check. Since any number of the form 6m+k leaves a remainder of k when divided by 6, we just need to calculate all possible perfect squares modulo 6. Any remainder that doesn't spawn in that valid pool is our target impossible value. Math, logic, and syntax are locked in and double-verified.
Step 1: Set the modulo baseline.
The expression 6m+k represents a number that leaves a remainder of k when divided by 6. In modular arithmetic, this is written as:
6m+k≡k(mod6)
We need to find the values of k that can *never* be generated by squaring an integer.
**Step 2: Run the perfect square simulations ((mod6)).**
We only need to test the base integers from 0 to 5, because in modulo 6, the pattern will just loop infinitely after 5. Let's square them and find their remainders when divided by 6:
* 02=0≡0(mod6)
* 12=1≡1(mod6)
* 22=4≡4(mod6)
* 32=9=6(1)+3≡3(mod6)
* 42=16=6(2)+4≡4(mod6)
* 52=25=6(4)+1≡1(mod6)Step 3: Map the valid pool and isolate the impossible values.
From our simulation, the only possible remainders (residues) a perfect square can leave when divided by 6 are the numbers in the set {0,1,3,4}.
Comparing this valid pool to the base modulo 6 set {0,1,2,3,4,5}, we can see that the remainders 2 and 5 have a 0% drop rate. Therefore, 6m+k can *never* be a perfect square if k=2 or k=5.
Final Answer: 2 and 5