Question
Question: The number of ordered pairs of positive integers $(m, n)$ satisfying $m \le 2n \le 60, n \le 2m \le ...
The number of ordered pairs of positive integers (m,n) satisfying m≤2n≤60,n≤2m≤60 is

240
480
900
none of these
480
Solution
The problem asks us to find the number of ordered pairs of positive integers (m,n) satisfying the given inequalities:
- m≤2n≤60
- n≤2m≤60
Let's break down these inequalities:
From m≤2n≤60:
- m≤2n
- 2n≤60⟹n≤30
From n≤2m≤60:
- n≤2m
- 2m≤60⟹m≤30
Since m and n are positive integers, we have m≥1 and n≥1. Combining all conditions, we need to find the number of pairs (m,n) such that:
(A) 1≤m≤30 (B) 1≤n≤30 (C) m≤2n (D) n≤2m
Notice that the conditions are symmetric with respect to m and n. If (m,n) is a solution, then (n,m) is also a solution. This suggests we can count solutions for m=n, m<n, and m>n separately.
Case 1: m=n
Substitute n=m into the inequalities: m≤2m≤60
The condition m≤2m is true for all positive integers m.
The condition 2m≤60 implies m≤30.
So, for m=n, any integer m from 1 to 30 will satisfy the conditions. The pairs are (1,1),(2,2),…,(30,30). Number of pairs for m=n is 30.
Case 2: m<n
We need to satisfy m<n, along with conditions (A), (B), (C), (D). Since m<n and m,n are positive integers, m≥1⟹n≥2.
Condition (C) m≤2n: Since m<n, and n is positive, m≤n<2n is always true. So m≤2n is automatically satisfied.
Thus, for m<n, we only need to satisfy:
(A) 1≤m≤30 (B) m<n≤30 (D) n≤2m
Combining (B) and (D), we need m<n≤min(2m,30). We will iterate through possible values of m from 1 to 30.
Subcase 2.1: 2m≤30⟹m≤15. For m∈{1,2,…,15}, the range for n is m<n≤2m. The number of possible values for n is 2m−(m+1)+1=m.
- If m=1, 1<n≤2. So n=2. (1 pair: (1,2))
- If m=2, 2<n≤4. So n∈{3,4}. (2 pairs: (2,3),(2,4))
- ...
- If m=15, 15<n≤30. So n∈{16,…,30}. (15 pairs: (15,16),…,(15,30))
The total number of pairs for this subcase is ∑m=115m=215×(15+1)=215×16=15×8=120.
Subcase 2.2: 2m>30⟹m>15. For m∈{16,17,…,30}, the range for n is m<n≤30. (Since 2m>30, min(2m,30)=30). The number of possible values for n is 30−(m+1)+1=30−m.
- If m=16, 16<n≤30. So n∈{17,…,30}. Number of pairs =30−16=14.
- If m=17, 17<n≤30. So n∈{18,…,30}. Number of pairs =30−17=13.
- ...
- If m=29, 29<n≤30. So n=30. Number of pairs =30−29=1.
- If m=30, 30<n≤30. No possible values for n. Number of pairs =0.
The total number of pairs for this subcase is ∑m=1629(30−m). Let k=30−m. When m=16,k=14. When m=29,k=1. So the sum is ∑k=114k=214×(14+1)=214×15=7×15=105.
Total number of pairs for m<n is 120+105=225.
Case 3: m>n
Due to the symmetry of the conditions, the number of pairs for m>n is the same as the number of pairs for m<n. Number of pairs for m>n is 225.
Total Number of Ordered Pairs
Total pairs = (pairs for m=n) + (pairs for m<n) + (pairs for m>n) Total pairs = 30+225+225=30+450=480.