Let n = 2 3 1 × 3 1 9 . How many divisors of n 2 are less than n but do not divide n ?
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.
i) let's start how many dividers n 2 have. : τ ( n 2 ) = ( 6 2 + 1 ) ∗ ( 3 8 + 1 ) = 2 4 5 7 ii) than let's think how many divder's is < n : ( τ ( n 2 ) − 1 ) / 2 = ( 2 4 5 7 − 1 ) / 2 = 1 2 2 8 (cause except n , we can pair the divider which is < n and > n a ∗ b = n 2 iii) also, let's think how many n 's divder is < n : τ ( n ) − 1 = ( 3 1 + 1 ) ∗ ( 1 9 + 1 ) − 1 = 6 3 9 (except n ) Answer is ii)-iii) 1 2 2 8 − 6 3 9 = 5 8 9 ■
The divisors of n 2 less than n but do not divide n are divisors with power of 2 , p > 3 1 or power of 3 , q > 1 9 and 2 p 3 q < n .
From 2 p 3 q < n ⟹ p lo g 2 + q lo g 3 < lo g n , we find that the largest p is ⌊ lo g 2 lo g n ⌋ = 6 1 and that of q is ⌊ lo g 3 lo g n ⌋ = 3 8 . We note that when q = 3 8 , 3 7 , 3 6 the largest p q = 0 , 2 , 4 , therefore the qualified divisors with 3 3 8 , 3 3 7 and 3 3 6 as factors are 1 ( 0 + 1 ) , 3 ( 2 + 1 ) and 5 ( 4 + 1 ) respectively. There are corresponding q p for each p . Therefore, the total number of these divisors are given by:
N = q = 2 0 ∑ 3 8 ( p q + 1 ) + p = 3 2 ∑ 6 1 ( q p + 1 ) = q = 2 0 ∑ 3 8 ( ⌊ lo g 2 lo g n − q lo g 3 ⌋ + 1 ) + p = 3 2 ∑ 6 1 ( ⌊ lo g 3 lo g n − p lo g 2 ⌋ + 1 ) = 2 9 7 + 2 9 2 = 5 8 9
Way too complicated. Find a simpler way.
Hint: How many divisors of n 2 are less than n and divide n ?
Hint: How many divisors of n^2 are less than n and divide n? Ans 639. What is the next step?
Log in to reply
(Number of divisors of n^2 less than n that divide n) + (Number of divisors of n^2 less than n that doesn't divide n) = (Number of divisors of n^2)
Log in to reply
And the no. of divisors which are greater than n....???
Note that 31 * 19=589...
Problem Loading...
Note Loading...
Set Loading...
If k = n is a factor of n 2 , then so is n 2 / k . This means that, other than n , the factors of n 2 come in pairs.
If k < n then k n 2 > n and vice-versa, so we can conclude that half of the factors (different than n ) are greater than n and half are less than n .
Since n 2 = 2 6 2 × 3 3 8 , it has ( 6 2 + 1 ) ( 3 8 + 1 ) − 1 = 2 4 5 6 factors other than n , of which 2 2 4 5 6 = 1 2 2 8 are less than n .
Now we just have to subtract the ones that are also factors of n . Since n = 2 3 1 × 3 1 9 , it has ( 3 1 + 1 ) ( 1 9 + 1 ) − 1 = 6 3 9 factors other than n . Subtracting the two we have 1 2 2 8 − 6 3 9 = 5 8 9 .