Question:

Let m and n, $ m<n $ be two 2-digit numbers. Then the total number of pairs (m, n) such that $ \gcd(m, n) = 6 $, is _______

Show Hint

When dealing with co-prime numbers, use the properties of the greatest common divisor and the restrictions on the values to count the valid pairs.
Updated On: Apr 23, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 64

Solution and Explanation

Let \( m = 6a \) and \( n = 6b \), where \( a \) and \( b \) are co-prime numbers. 
We are given that \( m \) and \( n \) are two-digit numbers. 
Thus: \[ 10 \leq m \leq 99 \quad \text{and} \quad 10 \leq n \leq 99 \] So: \[ 10 \leq 6a \leq 99 \quad \Rightarrow \quad 2 \leq a \leq 16 \] and \[ 10 \leq 6b \leq 99 \quad \Rightarrow \quad 2 \leq b \leq 16 \] 
Thus, \( a \) and \( b \) are integers, and the pairs \( (a, b) \) where \( \gcd(a, b) = 1 \) and \( a<b \) are the valid solutions. 
Now, consider the valid values of \( a \) and \( b \), where both are between 2 and 16 and co-prime. 
The valid pairs are as follows: 
- \( a = 2, b = 3, 5, 7, 9, 11, 13, 15 \) 
- \( a = 3, b = 4, 5, 7, 8, 10, 11, 13, 14, 16 \) 
- \( a = 4, b = 5, 7, 9, 11, 13, 14, 16 \) 
- \( a = 5, b = 6, 7, 8, 9, 11, 13, 14, 15 \) 
- \( a = 6, b = 7, 9, 11, 13, 15 \) 
- \( a = 7, b = 8, 9, 10, 11, 13, 14, 16 \) 
- \( a = 8, b = 9, 11, 13, 15 \) 
- \( a = 9, b = 10, 11, 13, 14, 16 \) 
- \( a = 10, b = 11, 13, 15 \) 
- \( a = 11, b = 12, 13, 14, 15 \) 
- \( a = 12, b = 13, 14, 15, 16 \) 
- \( a = 13, b = 14, 15, 16 \) 
- \( a = 14, b = 15, 16 \) 
- \( a = 15, b = 16 \) 
Thus, there are 64 such ordered pairs. 
Therefore, the correct answer is \( 64 \).

Was this answer helpful?
0
0