The number of distinct pairs of integers (m,n) satisfying |1+mn| < |m + n| < 5 is
Started 3 months ago by Shashank in
Explanatory Answer
|1 + mn| < |m + n| < 5
For two numbers ‘a’ and ‘b’,
|a| < |b| is equivalent to a2 < b2
So, we can say that:
(1 + mn)2 < (m + n)2
1 + 2mn +m2n2 < m2 + n2 + 2mn
1 - n2 - m2 + m2n2 < 0
(1 - n2) - m2(1 - n2) < 0
(1 - m2)(1 - n2) < 0
For the product to be negative, either one of the two terms has to be negative.
But they cannot simultaneously be 0.
The only possibility for either of the two terms to be positive is when
n = 0 and |m| > 1, or |n| > 1 and m = 0
Now for the case when m = 0 and |n| > 1
|m + n| < 5
|0 + n| < 5
So n can be ±±2, ±±3, ±±4
Which are 6 cases
Similarly for the case when n = 1 and |m| > 1
|m + n| < 5
|0 + m| < 5
So m can be ±±2, ±±3, ±±4
Again we have 6 cases.
Hence the answer is 12.
-
No one is replied to this question yet. Be first to reply!