Past Year QuestionsAll examsQAModulus

Modulus — PYPs

12 solved Modulus previous year questions (PYQs) from past year papers — attempt each and check the answer.

Free SolutionsNo Login12 Questions
Q1:ipmat indore 2022QAModulusMediumSA · TITA
The area enclosed by 2x+3y62|x|+3|y| \leq 6 is ____________ sq. units.
Enter your answer to attempt
The Setup: The inequality 2x+3y62|x| + 3|y| \le 6 forms a geometric shape (a rhombus) bounded by absolute value constraints. We must calculate its total enclosed area. Step 1: Find the intercepts of the boundary lines. Consider the boundary equation in the first quadrant where x0x \ge 0 and y0y \ge 0: 2x+3y=62x + 3y = 6 Find the xx-intercept (set y=0y = 0): 2x=6    x=32x = 6 \implies x = 3. Find the yy-intercept (set x=0x = 0): 3y=6    y=23y = 6 \implies y = 2. The vertices of the full rhombus across all four quadrants are (±3,0)(\pm 3, 0) and (0,±2)(0, \pm 2). Step 2: Calculate the area of the bounded shape. The area of a rhombus is given by 12×d1×d2\frac{1}{2} \times d_1 \times d_2, where d1d_1 and d2d_2 are the lengths of the diagonals. The horizontal diagonal connects (3,0)(-3, 0) to (3,0)(3, 0), so d1=6d_1 = 6. The vertical diagonal connects (0,2)(0, -2) to (0,2)(0, 2), so d2=4d_2 = 4. Area=12(6)(4)=12\text{Area} = \frac{1}{2} (6)(4) = 12 Final Answer: 12
Q2:ipmat indore 2025QAModulusMediumSA · TITA
If a, b, c are three distinct natural numbers, all less than 100, such that ab+bc=ca|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: ab+bc=ca|a-b| + |b-c| = |c-a| In 1D geometry, xy|x-y| represents the absolute distance between point xx and point yy on a number line. The equation is literally saying: "The distance from aa to bb, plus the distance from bb to cc, equals the total distance from aa to cc." For this to hold true, point bb must lie exactly between aa and cc on the number line.
ConditionMathematical MeaningValid Range for bb
Case 1cc is the maximuma<b<ca < b < c
Case 2aa is the maximumc<b<ac < b < a
In both scenarios, bb 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 bb, 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=99a = 99). Since bb must be strictly less than the top-end variable (b<ab < a), the largest possible integer we can assign to bb without hitting 99 is 98. Then cc just has to be any natural number less than 98 (e.g., c=97c = 97). Step 3: The Audit (Double Check Protocol) Running the numbers back to ensure we aren't throwing. Let a=99a = 99, b=98b = 98, and c=97c = 97. (All distinct natural numbers <100< 100. Checked.) Plug them into the original equation: 9998+9897=9799|99 - 98| + |98 - 97| = |97 - 99| 1+1=2|1| + |1| = |-2| 1+1=21 + 1 = 2 2=22 = 2 The logic is flawlessly validated. The absolute ceiling for bb is locked at 98. Final Answer: 98
Q3:ipmat indore 2020QAModulusMediumSA · TITA
The minimum value of f(x)=3x+2+x+5xf(x)=|3-x|+|2+x|+|5-x| is equal to __________.
Enter your answer to attempt
The Setup: We are tasked with finding the global minimum of the function f(x)=3x+2+x+5xf(x)=|3-x|+|2+x|+|5-x|. In absolute value geometry, this represents the sum of distances from a coordinate xx to three specific points on a number line, and the minimum lands at the median of those points. Rather than just quoting that rule, we can lock the answer down with a two-line proof. Step 1: Standardize the terms. First, use the property ab=ba|a-b|=|b-a| to rewrite the function so xx is always first. This prevents sign errors. f(x)=x3+x(2)+x5f(x)=|x-3|+|x-(-2)|+|x-5| The roots (the points on the number line) are exactly 33, 2-2 and 55. In ascending order: 2, 3, 5-2,\ 3,\ 5 - so the median is 33. Step 2: Bound the outer pair. For the two extreme points, the triangle inequality gives a floor that no xx can beat: x+2+x5(x+2)(x5)=7|x+2|+|x-5|\geq |(x+2)-(x-5)|=7 with equality for every xx in the interval [2,5][-2,5]. Step 3: Bound the middle term. Obviously x30|x-3|\geq 0, with equality only at x=3x=3. Adding the two bounds gives f(x)7+0=7f(x)\geq 7+0=7 for all xx. Step 4: Show the floor is actually reached. The two equality conditions must hold at once, and they do: x=3x=3 lies inside [2,5][-2,5]. Substituting: f(3)=33+3(2)+35=0+5+2=7f(3)=|3-3|+|3-(-2)|+|3-5|=0+5+2=7 The bound is achieved, so 77 is the true minimum and not merely a lower estimate. Final Answer: 7
Q4:ipmat indore 2022QAModulusMediumSA · TITA
Given that f(x)=x+2x1+x2+x4+x6+2x10,x(,)f(x)=|x|+2|x-1|+|x-2|+|x-4|+|x-6|+2|x-10|, x \in(-\infty, \infty) the minimum value of f(x)f(x) is _________.
Enter your answer to attempt
The Setup: We must find the minimum value of a sum of absolute value functions f(x)=x+2x1+x2+x4+x6+2x10f(x)=|x|+2|x-1|+|x-2|+|x-4|+|x-6|+2|x-10|. Step 1: Translate the function into a median problem. The minimum value of a sum of absolute deviations cixai\sum c_i |x - a_i| occurs at the median of the data points aia_i, weighted by their frequencies cic_i. List out the points based on their respective coefficients: * 00 (Frequency 1) * 11 (Frequency 2) * 22 (Frequency 1) * 44 (Frequency 1) * 66 (Frequency 1) * 1010 (Frequency 2) The complete ordered data set contains 88 points: {0,1,1,2,4,6,10,10}\{0, 1, 1, 2, 4, 6, 10, 10\}. Step 2: Identify the median of the set. Since there is an even number of data points (n=8n=8), the minimum is achieved anywhere along the interval between the 4th and 5th values. The 4th point is 22 and the 5th point is 44. Any x[2,4]x \in [2, 4] minimizes f(x)f(x). Step 3: Calculate the minimum value f(x)f(x). Substitute any value from the valid interval (e.g., x=2x = 2) into f(x)f(x): f(2)=20+221+22+24+26+2210f(2) = |2-0| + 2|2-1| + |2-2| + |2-4| + |2-6| + 2|2-10| f(2)=2+2(1)+0+2+4+28f(2) = 2 + 2(1) + 0 + |-2| + |-4| + 2|-8| f(2)=2+2+0+2+4+16=26f(2) = 2 + 2 + 0 + 2 + 4 + 16 = 26 Final Answer: 26
Q5:ipmat indore 2024QAModulusMediumSA · TITA
The number of pairs (x,y)(x, y) of integers satisfying the inequality x5+y56|x - 5| + |y - 5| \leq 6 is:
Enter your answer to attempt
The Setup: We must find the number of integer coordinate pairs (x,y)(x,y) that satisfy the absolute value inequality x5+y56|x-5|+|y-5| \le 6. Step 1: Translate the bounded region to center it at the origin. Let u=x5u = x - 5 and v=y5v = y - 5. Since xx and yy are elements of Z\mathbb{Z}, uu and vv must also be elements of Z\mathbb{Z}. Substitute into the inequality: u+v6|u| + |v| \le 6 This bounded region forms a solid square rotated 4545^{\circ} on the Cartesian plane. Step 2: Apply the lattice point summation formula for Manhattan boundaries. The exact number of integer coordinate pairs (u,v)(u, v) satisfying u+vk|u| + |v| \le k for an integer k0k \ge 0 is governed by the discrete sequence formula 2k(k+1)+12k(k+1) + 1. Step 3: Evaluate the formula for the target boundary distance k=6k = 6. Total Pairs=2(6)(6+1)+1\text{Total Pairs} = 2(6)(6+1) + 1 Total Pairs=2(6)(7)+1=84+1=85\text{Total Pairs} = 2(6)(7) + 1 = 84 + 1 = 85 Because the translation mapping (x,y)(u,v)(x,y) \rightarrow (u,v) is a bijective 1:11:1 map, the count remains identical for the original uncentered inequality. Final Answer: 85
Q6:ipmat indore 2023QAModulusMediumSA · TITA
The length of the line segment joining the two intersection points of the curves y=4970xy = 4970 - |x| and y=x2y = x ^ 2 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=4970xy = 4970 - |x| and the parabola y=x2y = x^2. Step 1: Set the equations equal to find intersection points. x2=4970xx^2 = 4970 - |x| Rearrange to form a quadratic in terms of x|x|, recognizing that x2=x2x^2 = |x|^2: x2+x4970=0|x|^2 + |x| - 4970 = 0 Step 2: Factor the quadratic equation. We need two integers that multiply to 4970-4970 and add to 11. Note that 4970=10×497=10×7×71=70×714970 = 10 \times 497 = 10 \times 7 \times 71 = 70 \times 71. (x+71)(x70)=0(|x| + 71)(|x| - 70) = 0 Step 3: Solve for xx and locate the coordinates. Since absolute value x|x| must be non-negative, x=71|x| = -71 is rejected. x=70    x=70 or x=70|x| = 70 \implies x = 70 \text{ 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 xx-coordinates. Length=70(70)=140\text{Length} = |70 - (-70)| = 140 Final Answer: 140
Q7:ipmat indore 2024QAModulusEasyMCQ · MCQ
If x+1+(y+2)2=0|x+1| + (y+2)^2 = 0 and ax3ay=1ax - 3ay = 1, then the value of aa is
  • A15\frac{1}{5}
  • B12\frac{1}{2}
  • C17\frac{1}{7}
  • D2
Pick an option to attempt
The Setup: We are given the equations x+1+(y+2)2=0|x+1|+(y+2)^{2}=0 and ax3ay=1ax-3ay=1. We must determine the value of aa. Step 1: Analyze the non-negative components of the first equation. The absolute value function x+1|x+1| and the squared term (y+2)2(y+2)^2 must both be strictly greater than or equal to zero for all real numbers. For their sum to exactly equal zero, each individual term must independently be zero: x+1=0    x=1|x+1| = 0 \implies x = -1 (y+2)2=0    y=2(y+2)^2 = 0 \implies y = -2 Step 2: Substitute the coordinates into the second linear equation. Substitute x=1x = -1 and y=2y = -2 into ax3ay=1ax - 3ay = 1: a(1)3a(2)=1a(-1) - 3a(-2) = 1 a+6a=1-a + 6a = 1 5a=1    a=155a = 1 \implies a = \frac{1}{5} Final Answer: 15\frac{1}{5}
Q8:ipmat indore 2024QAModulusEasyMCQ · MCQ
The number of real solutions of the equation x210x56=0x^2 - 10|x| - 56 = 0 is
  • A1
  • B4
  • C3
  • D2
Pick an option to attempt
The Setup: We need to find the number of real solutions for the absolute value quadratic equation x210x56=0x^{2}-10|x|-56=0. Step 1: Use substitution to simplify the quadratic. Recognize that for any real number, x2=x2x^2 = |x|^2. Rewrite the equation in terms of x|x|: x210x56=0|x|^2 - 10|x| - 56 = 0 Step 2: Factor the quadratic equation. We look for two numbers that multiply to 56-56 and add to 10-10. These are 14-14 and +4+4: (x14)(x+4)=0(|x| - 14)(|x| + 4) = 0 Step 3: Solve for x|x| and determine real values for xx. This yields two potential cases for x|x|: Case 1: x14=0    x=14    x=14 or x=14|x| - 14 = 0 \implies |x| = 14 \implies x = 14 \text{ or } x = -14 Case 2: x+4=0    x=4|x| + 4 = 0 \implies |x| = -4 Because the absolute value of a real number cannot be negative, Case 2 produces no real solutions. This leaves exactly 22 valid real solutions from Case 1. Final Answer: 2
Q9:ipmat indore 2022QAModulusMediumMCQ · MCQ
The sum of the squares of all the roots of the equation x2+x+4+x435=0x^{2}+|x+4|+|x-4|-35=0 is
  • A74
  • B175
  • C50
  • D148
Pick an option to attempt
The Setup: The equation x2+x+4+x435=0x^{2}+|x+4|+|x-4|-35=0 relies on absolute value boundaries. We must partition the domain to find all valid real roots, then calculate the sum of their squares. Step 1: Notice the inherent symmetry. Since x+4+x4|x+4| + |x-4| is an even function, if xx is a valid root, x-x is also a root. Step 2: Evaluate Case 1 (x4x \ge 4). Both absolute values evaluate to their positive counterparts: x2+(x+4)+(x4)35=0x^2 + (x + 4) + (x - 4) - 35 = 0 x2+2x35=0x^2 + 2x - 35 = 0 (x+7)(x5)=0(x + 7)(x - 5) = 0 The potential roots are 7-7 and 55. Because our domain is strictly x4x \ge 4, x=5x = 5 is a valid root. Step 3: Evaluate Case 2 (4<x<4-4 < x < 4). The first term remains positive, but the second evaluates to its negative counterpart: x2+(x+4)+(4x)35=0x^2 + (x + 4) + (4 - x) - 35 = 0 x2+835=0x^2 + 8 - 35 = 0 x227=0    x=±27±5.196x^2 - 27 = 0 \implies x = \pm\sqrt{27} \approx \pm 5.196 Because ±5.196\pm 5.196 falls strictly outside the bounded domain of (4,4)(-4, 4), no valid roots exist in this region. Step 4: Evaluate Case 3 (x4x \le -4). Both absolute values flip sign: x2(x+4)(x4)35=0x^2 - (x + 4) - (x - 4) - 35 = 0 x22x35=0x^2 - 2x - 35 = 0 (x7)(x+5)=0(x - 7)(x + 5) = 0 The potential roots are 77 and 5-5. Because our domain is strictly x4x \le -4, x=5x = -5 is a valid root. This agrees with the symmetry noted in Step 1. The two valid real roots are 55 and 5-5. Step 5: Calculate the sum of squares. Sum=(5)2+(5)2=25+25=50\text{Sum} = (5)^2 + (-5)^2 = 25 + 25 = 50 Final Answer: 50
Q10:ipmat indore 2019QAModulusEasyMCQ · MCQ
The area enclosed by the curve 2x+3y=62|x| + 3|y| = 6 is
  • A12 square units
  • B3 square units
  • C4 square units
  • D24 square units
Pick an option to attempt
The Setup: Absolute values mirror the graph across both axes, so this curve is a quadrilateral centred at the origin. Find the intercepts, confirm the shape, and the area follows from one formula. Step 1: Find the intercepts. Setting y=0y=0: 2x=6    x=3    x=±32|x|=6 \implies |x|=3 \implies x=\pm 3 Setting x=0x=0: 3y=6    y=2    y=±23|y|=6 \implies |y|=2 \implies y=\pm 2 Step 2: Identify the shape. In each quadrant the equation is linear - for instance 2x+3y=62x+3y=6 when both are positive - so the curve is four straight segments joining (3,0)(3,0), (0,2)(0,2), (3,0)(-3,0) and (0,2)(0,-2). Each side runs between an xx-intercept and a yy-intercept, so every side has length 32+22=13\sqrt{3^2+2^2}=\sqrt{13}: all four equal, making it a genuine rhombus with perpendicular diagonals along the axes. Step 3: Measure the diagonals. d1=3(3)=6,d2=2(2)=4d_1=3-(-3)=6, \qquad d_2=2-(-2)=4 Step 4: Compute the area. For a rhombus (indeed any quadrilateral with perpendicular diagonals), the area is half the product of the diagonals: Area=12d1d2=12(6)(4)=12\text{Area}=\frac{1}{2}d_1d_2=\frac{1}{2}(6)(4)=12 Equivalently, the first-quadrant piece is a right triangle of legs 3 and 2, area 33, and symmetry gives four of them: 4×3=124\times 3=12. Two routes, same number. Final Answer: 12 square units
Q11:ipmat indore 2019QAModulusEasyMCQ · MCQ
For a>b>c>0a > b > c > 0, the minimum value of the function f(x)=xa+xb+xcf(x) = |x - a| + |x - b| + |x - c| is
  • A2abc2a - b - c
  • Ba+b2ca + b - 2c
  • Ca+b+ca + b + c
  • Daca - c
Pick an option to attempt
The Setup: The sum of distances from a moving point xx to three fixed points c<b<ac<b<a on a number line. The median minimises it - but rather than quote that rule, we can prove it in two lines and get the exact minimum for free. Step 1: Bound the outer pair. By the triangle inequality, for any real xx: xa+xc(xc)(xa)=ac|x-a|+|x-c|\geq |(x-c)-(x-a)|=a-c with equality precisely when xx lies between cc and aa, i.e. x[c,a]x\in[c,a]. Step 2: Bound the middle term. Trivially xb0|x-b|\geq 0, with equality only at x=bx=b. Step 3: Add the bounds. For every real xx: f(x)=xa+xb+xc(ac)+0=acf(x)=|x-a|+|x-b|+|x-c|\geq (a-c)+0=a-c Step 4: Show the floor is reached. The two equality conditions must hold simultaneously, and they can: x=bx=b satisfies the second exactly, and since c<b<ac<b<a it also lies inside [c,a][c,a], satisfying the first. Substituting x=bx=b, and using a>ba>b so ba=ab|b-a|=a-b, and b>cb>c so bc=bc|b-c|=b-c: f(b)=(ab)+0+(bc)=acf(b)=(a-b)+0+(b-c)=a-c The bb terms cancel, which is why the answer depends only on the outermost two points - the middle value bb affects where the minimum occurs but not what it is. The bound is attained, so it is the true minimum rather than merely a lower estimate. Final Answer: aca - c
Q12:ipmat indore 2026QAModulusMediumSA · TITA
If nn is an integer such that n+6n3100n30\frac{|n+6|-|n-3|}{\sqrt{100-n^3}} \geq 0, then the number of possible values of nn is ___
Enter your answer to attempt
The Setup: We've got a rational inequality with a strict vibe check on the domain. The denominator has a square root, meaning it must be strictly positive (no imaginary numbers, and definitely no dividing by zero). Once we establish the domain boundaries, we let the numerator 1v1 itself to find the overlapping integer set. Math and logic double-verified. Step 1: Check the denominator's HP (Domain Constraints). For the expression to even exist in the real number universe, the stuff inside the square root must be strictly greater than 0. 100n3>0100 - n^3 > 0 n3<100n^3 < 100 Since nn is an integer, let's find the max level cap for nn. 43=644^3 = 64 (Passes) 53=1255^3 = 125 (Fails) So, our upper bound is locked in: n4n \leq 4. Step 2: Isolate the numerator. Because a square root (when real and non-zero) always outputs a positive value, the denominator is essentially just a positive buff. It doesn't affect the 0\geq 0 sign of the whole fraction. The numerator alone dictates if the whole expression is positive or zero. n+6n30|n+6| - |n-3| \geq 0 n+6n3|n+6| \geq |n-3| Step 3: Square up. Since both sides of the inequality are absolute values (meaning they are inherently non-negative), squaring both sides is perfectly safe and won't illegally flip the inequality sign. It's the cleanest way to strip the absolute value armor. (n+6)2(n3)2(n+6)^2 \geq (n-3)^2 n2+12n+36n26n+9n^2 + 12n + 36 \geq n^2 - 6n + 9 Cancel out the n2n^2 terms and group the rest: 18n2718n \geq -27 n32n \geq -\frac{3}{2} n1.5n \geq -1.5 Step 4: Find the overlapping integer zone. Since nn must be an integer, the lowest value it can take based on Step 3 is 1-1. Combining this with our domain cap from Step 1 (n4n \leq 4), we get our final bounded region: 1n4-1 \leq n \leq 4 The valid integer roster is {1,0,1,2,3,4}\{-1, 0, 1, 2, 3, 4\}. Step 5: Count the squad. Counting the integers in that set gives us 6 unique values. Final Answer: 6

Browse other topics