For every ( a , b ) (a,b)

What is the minimum value of n n , such that for each ordered pair of integers ( a , b ) (a,b) with a b 0 ab\neq 0 , the number of ordered pair of integers ( c , d ) (c,d) with the following two properties doesn't exceed n n .

Property-I : a b = c d \frac{a}{b} = \frac{c}{d}

Property-II : c c and d d are coprime.

4 3 2 1

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

The answer is 2 \boxed{2} .

For a positive fraction a b \frac{a}{b} , we have two choices for such c d \frac{c}{d} :

  • c = a g c d ( a , b ) c=\frac{|a|}{gcd(a,b)} and d = b g c d ( a , b ) d=\frac{|b|}{gcd(a,b)}

OR

  • c = a g c d ( a , b ) c=\frac{-|a|}{gcd(a,b)} and d = b g c d ( a , b ) d=\frac{-|b|}{gcd(a,b)} .

Example :

  • a b = 2 4 \frac{a}{b}=\frac{2}{4} has two such c d \frac{c}{d} , namely, 1 2 \frac{1}{2} and 1 2 \frac{-1}{-2} . (Although they're equal in magnitude, we're counting them as different ordered pairs of integers ( c , d ) (c,d) .)

  • a b = 3 6 \frac{a}{b}=\frac{-3}{-6} has two such c d \frac{c}{d} , namely, 1 3 \frac{1}{3} and 1 3 \frac{-1}{-3} .

For a negative fraction a b \frac{a}{b} , we have again two choices for such c d \frac{c}{d}

  • c = a g c d ( a , b ) c=\frac{-|a|}{gcd(a,b)} and d = b g c d ( a , b ) d=\frac{|b|}{gcd(a,b)}

OR

  • c = a g c d ( a , b ) c=\frac{|a|}{gcd(a,b)} and d = b g c d ( a , b ) d=\frac{-|b|}{gcd(a,b)} .

Example :

  • a b = 3 9 \frac{a}{b}=-\frac{3}{9} has two such c d \frac{c}{d} , namely, 1 3 \frac{-1}{3} and 1 3 \frac{1}{-3} .

Note : g c d ( a , b ) gcd(a,b) is positive.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...