Let be the number of positive integers that satisfy
where denotes the greatest integer less than or equal to .
If is the number of positive integral divisors of , find the remainder when is divided by .
(You don't have to use a calculator, but it might help)
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.
Since we don't have a reasonable approach to find suitable values of x immediately, the first step is to just pretend like the floor function is nonexistent; doing so gives us n = 1 ∑ 8 ⌊ n ! x ⌋ ≈ n = 1 ∑ 8 n ! x = x n = 1 ∑ 8 n ! 1 ≈ x ( e − 1 ) ≈ x 1 . 7 2 .
Since we're looking for the instances where the sum is about equal to 1 7 2 9 or 2 0 1 5 , we can roughly estimate that 1 7 2 9 ≤ 1 . 7 2 x ≤ 2 0 1 5 ⟹ 1 0 0 5 . 2 ≤ x ≤ 1 1 7 1 . 5 .
Checking close values gives us the actual bounds as 1 0 0 8 ≤ x ≤ 1 1 7 5 , so the number of positive integers x that satisfy our equation is A = 1 1 7 5 − 1 0 0 8 + 1 = 1 6 8 .
Since 1 6 8 factors as 2 3 ⋅ 3 ⋅ 7 , the number of factors, Q , is ( 3 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 1 6 .
All that remains is evaluating 1 6 1 7 2 9 m o d 5 1 9 . Using Euler's theorem and the fact that ϕ ( 5 1 9 ) = 3 4 4 , this expression reduces to 1 6 9 ≡ 1 6 ( ( 1 6 2 ) 2 ) 2 ≡ 3 2 5 m o d 5 1 9 , our answer.