Question:

The number of distinct pairs of integers (m, n) satisfying |1+mn| < |m+n| < 5 is

Updated On: Jul 22, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 36

Solution and Explanation

Given: 

$|1 + mn| < |m + n| < 5$

Step-by-step Analysis:

1) First Inequality: $|1 + mn| < |m + n|$

This inequality is satisfied under the following conditions:

  • Case a: $1 + mn > 0$ and $1 + mn < m + n$
  • Case b: $1 + mn < 0$ and $1 + mn > -(m + n)$

2) Second Inequality: $|m + n| < 5$

This gives the range for $m + n$ as:

  • $m + n < 5$
  • $m + n > -5$

So overall: $-5 < m + n < 5$

3) Estimating Possible Values:

Some examples for possible ranges of $n$ for various $m$:

  • For $m = 0$: $n$ ranges from $-4$ to $4$
  • For $m = 1$: $n$ ranges from $-4$ to $3$
  • For $m = 2$: $n$ ranges from $-4$ to $2$
  • And so on, as long as $|m + n| < 5$

4) Satisfying Both Inequalities:

After checking valid $(m, n)$ pairs manually or programmatically, we find the following 36 valid pairs:

(0,1), (0,2), (0,3), (0,4),
(1,0), (1,-1), (1,-2), (1,-3), (1,2), (1,3),
(-1,0), (-1,1), (-1,2), (-1,-3),
(2,1), (2,-1), (2,-2), (2,-4),
(-2,1), (-2,-1), (-2,2), (-2,-4),
(3,0), (3,-1), (3,-2), (3,-5),
(-3,0), (-3,-1), (-3,2), (-3,-5),
(4,-1), (4,-2), (4,-3),
(-4,-1), (-4,2), (-4,-3)

Conclusion:

Total number of distinct integer pairs $(m, n)$ satisfying the given conditions: 36

Was this answer helpful?
0
0