Find the largest possible value of positive integer , such that can be expressed as the product of consecutive positive integers.
Notation:
is the
factorial
notation. For example,
.
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.
We need four less numbers that means (n+1) will be multiplied to the product of those (n-4) numbers to keep n! to the same value. If we remove 1,2,3,4,5 that is product of those is 120 ..so n=119.