For an odd number what is the largest positive integer that is certainly divisible by?
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 the number is odd, the number is the product of 3 consecutive even numbers multiplied together.
This implies that the number is divisible by 2^3. Furthermore, since every 2 even numbers are divisible by 2, it implies that the number is divisible by another 2. Also notice that there must be a multiple of 3, so the number is further divisible by 3.
This prime factorization gives us 2^4*3 = 48.
We can confirm that this is the minimum with the fact that, for n=3, 2 4 6 = 48.