Find the smallest integer such that is a factor of .
Notation : denotes the factorial notation .
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.
Note that 1 0 ! = 2 8 × 3 4 × 5 2 × 7 . The key to this problem is to notice that k can be negative integer as a square of any integer is always positive. For k 2 to divide 10!, not more than twice the power of each term of the prime factorization of k should exceed the power of each term in the prime factorization of 10!. So the minimum possible value of k is − ( 2 4 × 3 2 × 5 ) = − 7 2 0 .