How many natural numbers n are there, so that n ! is divisible by 2 9 8 7 1 , but not by 2 9 8 7 2 ?
You may use the fact that there is at least one such n exists.
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.
Let n be an integer .Total number of 2 9 can be found from n ! .
⌊ 2 9 n ⌋ + ⌊ 2 9 2 n ⌋ + ⌊ 2 9 3 n ⌋ + . . . . . . + ⌊ 2 9 k n ⌋ = 8 7 1 where k is the largest factor which can be extracted from n .
Let n = 2 9 k + m for an integer k , m .So, if m < 2 9 then
⌊ 2 9 2 9 k ⌋ + ⌊ 2 9 2 2 9 k ⌋ + ⌊ 2 9 3 2 9 k ⌋ + . . . . . . + ⌊ 2 9 k 2 9 k ⌋ = 8 7 1
⟹ 2 9 k − 1 + 2 9 k − 2 + 2 9 k − 3 + . . . . . . + 2 9 2 + 2 9 1 + 1 = 8 7 1 ⟹ 2 9 − 1 ( 2 9 k − 1 ) = 8 7 1
Here if k = 3 satisfies the equation..
If 2 9 ≤ m < 5 7 then 1 factor will be extra from the first term.Again 5 8 ≤ m < 8 6 then 2 + 1 factors will be extra.In this way we can vary m and k to get different numbers of factors of 2 9 .
Now n = a = 2 9 3 is a solution in this case then a + 1 , a + 2 , . . . . . , a + 2 8 is also the solution because there is no more factor 29 will be there as 2 9 is a prime..Again a + 2 9 will lead to another one more factor 29 i.e. 8 7 2 factors.So total number of n is 2 9
Thanks for putting in the effort to write up the solution. Unfortunately, it is incorrect because of:
When writing up a solution, remember to write exactly what you are thinking, so that it is fully conveyed to others without requiring mind-reading powers.
Log in to reply
I have updated my solution.Plz check it
Log in to reply
The last part is correct now, though you should explain why "a+1, ... a+28 is also a solution".
Unfortunately, now the middle part is made worse. There is apriori no reason why n = 2 9 k must satisfy the equation. As such, if the RHS was (say) 872, do we conclude that there is solution n ?
Log in to reply
@Calvin Lin – n=29^k is just a tentative solution to get original solution
Then solution will be n=29^k+29
Log in to reply
@Kushal Bose – Once again, write exactly what you are thinking so that it is fully conveyed. It is great that you had that in mind, but most other people do not have your mind.
IE Explain "Let's first approximate for a possible value of n ..... As it turns out n = 2 9 2 satisfies the equation so we found a solution"
Log in to reply
@Calvin Lin – Again updated plz check it
Log in to reply
@Kushal Bose – Still the same issue of "If the RHS was (say) 872, do we conclude that there is no solution n (since there is no k value that works? ".
This solution as written works because we happen to be in such a special case. Does this mean that if the RHS was 872, we have to approach this problem from a completely different angle? Not at all. As you expressed, all that we needed to know was that 1 solution exists, and then (for some reason) we get that there are 29 solutions.
Look at Christopher's solution for how to express this idea clearly and succiently.
Log in to reply
@Calvin Lin – But we can not assume that a solution exists, we have to prove that.So I have used this method
Log in to reply
@Kushal Bose – n = 2 9 3 + 2 9 will give 8 7 2 solutions.I have generalised n using n = 2 9 k + m
Problem Loading...
Note Loading...
Set Loading...
Let k be the smallest number that satisfies the condition. Since k + 1 , k + 2 , … , k + 2 8 is not divisible by an additional 29, their factorial still satisfies the condition. Until k + 2 9 it will be divisible by an additional 29. Hence, the numbers that satisfy the condition is in the range [ k , k + 2 9 ) and there are 29 of them.