Suppose a positive integer N is divisible by 21 and by 9. Find the total number of smallest positive integers that can divide N.
DETAILS AND ASSUMPTIONS:
1) Total number means, for example, the number 10 has the following divisors i.e, 1, 2, 5, 10. therefore it has a totally 4 divisors.
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.
N is a number that is divisible by both 2 1 and 9 → N = k ⋅ L C M ( 2 1 , 9 ) ; k ∈ Natural Numbers .
So ,the smallest such number is 6 3 . WLOG let's take the number N = 6 3 .
Now , 6 3 = 3 2 × 7 , so the total number of it's factors = ( 2 + 1 ) ⋅ ( 1 + 1 ) = 6