Find the smallest positive integer value of x such that for every positive integer a greater than 1, ( x a ) ! is divisible by a 2 .
If there is no such positive integer value x , then enter 0.
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.
The problem can be generalised as ( x a ) ! is divisible by a k if x = k
Can you add a proof of the generalization?
Log in to reply
This generalization is instantly obvious from the fact that:
n ! ( r ! ) k ( n r ) ! is an integer for n , r ≥ 1 .
This fact can be proved by induction on n .
By the way, k isn't necessarily the minimum positive integer value of x such that ( x a ) ! is divisible by a k .
Yes. But k isn't necessarily the minimum value of x so that ( x a ) ! is divisible by a k .
Log in to reply
If k is prime then ??
Problem Loading...
Note Loading...
Set Loading...
The answer is 2 .
First , let's see that it works. For any positive integer a , we have ( 2 a ) ! = 1 × 2 × 3 × … … … × a × … … … × ( 2 a − 1 ) × ( 2 a ) , where the factors a and 2 a confirms the divisibility of ( 2 a ) ! by a 2 .
Second , the only smaller candidate is 1 . Now showing " 1 doesn't work" will suffice. Just think of a prime value of a .