Skip to main contentSkip to solution

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

Entered answer:

Solution

✅ Correct Answer: 12

We need to find pairs of integers (m,n)(m,n) where ∣1+mn∣<∣m+n∣<5|1 + mn| < |m + n| < 5.


We have two conditions to satisfy:

  1. ∣m+n∣<5|m + n| < 5
  2. ∣1+mn∣<∣m+n∣|1 + mn| < |m + n|

From condition 1: ∣m+n∣<5|m + n| < 5 means −5<m+n<5-5 < m + n < 5


For condition 2, we'll square both sides since both sides are positive:

(1+mn)2<(m+n)2(1 + mn)^2 < (m + n)^2

Expanding: 1+2mn+m2n2<m2+2mn+n21 + 2mn + m^2n^2 < m^2 + 2mn + n^2

Simplifying: 1+m2n2<m2+n21 + m^2n^2 < m^2 + n^2

This gives us: m2n2−m2−n2+1<0m^2n^2 - m^2 - n^2 + 1 < 0

Factoring: (m2−1)(n2−1)<0(m^2 - 1)(n^2 - 1) < 0

Therefore: (m−1)(m+1)(n−1)(n+1)<0(m - 1)(m + 1)(n - 1)(n + 1) < 0


For the product (m−1)(m+1)(n−1)(n+1)<0(m - 1)(m + 1)(n - 1)(n + 1) < 0, we need an odd number of negative factors.

Since (m+1)>(m−1)(m + 1) > (m - 1) and (n+1)>(n−1)(n + 1) > (n - 1), the key cases are:

∣m∣<1|m| < 1 and ∣n∣>1|n| > 1, OR

∣m∣>1|m| > 1 and ∣n∣<1|n| < 1

Since we need integers, this means:

m=0m = 0 and ∣n∣≥2|n| \geq 2, OR

n=0n = 0 and ∣m∣≥2|m| \geq 2


Case 1: m=0m = 0

Constraint becomes ∣1∣<∣n∣<5|1| < |n| < 5, so 1<∣n∣<51 < |n| < 5

This gives n∈{−4,−3,−2,2,3,4}n \in \{-4, -3, -2, 2, 3, 4\}

Valid pairs: (0,−4),(0,−3),(0,−2),(0,2),(0,3),(0,4)(0, -4), (0, -3), (0, -2), (0, 2), (0, 3), (0, 4)


Case 2: n=0n = 0

Constraint becomes ∣1∣<∣m∣<5|1| < |m| < 5, so 1<∣m∣<51 < |m| < 5

This gives m∈{−4,−3,−2,2,3,4}m \in \{-4, -3, -2, 2, 3, 4\}

Valid pairs: (−4,0),(−3,0),(−2,0),(2,0),(3,0),(4,0)(-4, 0), (-3, 0), (-2, 0), (2, 0), (3, 0), (4, 0)


Total number of distinct pairs = 6+6=126 + 6 = 12

The key insight is that we need exactly one of mm or nn to be zero, with the other having absolute value between 2 and 4 (inclusive).

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question