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 product written out looks like this:
1 ! × 2 ! × 3 ! × 4 ! × 5 ! × 6 ! × 7 ! × 8 ! × 9 ! × 1 0 ! × 1 1 ! × 1 2 !
The factorials all written out look like this:
1 × 2 × 3 × 4 × 5 × 6 × 7 × 8 × 9 × 1 0 × 1 1 × 1 2 ×
1 × 2 × 3 × 4 × 5 × 6 × 7 × 8 × 9 × 1 0 × 1 1 ×
1 × 2 × 3 × 4 × 5 × 6 × 7 × 8 × 9 × 1 0 ×
1 × 2 × 3 × 4 × 5 × 6 × 7 × 8 × 9 ×
1 × 2 × 3 × 4 × 5 × 6 × 7 × 8 ×
1 × 2 × 3 × 4 × 5 × 6 × 7 ×
1 × 2 × 3 × 4 × 5 × 6 ×
1 × 2 × 3 × 4 × 5 ×
1 × 2 × 3 × 4 ×
1 × 2 × 3 ×
1 × 2 ×
1
We want to divide this by as many 2s as possible to get the highest value for x, so we need to know exactly how many 2s there are in here.
Each 2 is divisible by 2 once.
Each 4 is divisible by 2 twice.
Each 6 is divisible by 2 once.
Each 8 is divisible by 2 three times.
Each 10 is divisible by 2 once.
Each 12 is divisible by 2 twice.
This gives us the total number of 2s in the prime factorisation of this huge number:
( # o f 2 s ) + 2 ( # o f 4 s ) + ( # o f 6 s ) + 3 ( # o f 8 s ) + ( # o f 1 0 s ) + 2 ( # o f 1 2 s )
1 1 + 2 ( 9 ) + 7 + 3 ( 5 ) + 3 + 2 ( 1 )
= 5 6
So the highest possible integer value of x is 56.
Problem Loading...
Note Loading...
Set Loading...
y = 2 x ∏ k = 1 1 2 k ! = 2 x 2 q 2 3 q 5 5 q 5 7 q 7 1 1 q 1 1 Factorize all k ! where q j is the power of prime factor p j
For y to be an integer 2 x ∣ 2 q 2 3 q 5 5 q 5 7 q 7 1 1 q 1 1 . Then max ( x ) = q 2 .
We note that the formula to find the power of prime factor r p in n ! is given by r p ( n ) = k = 1 ∑ ∞ ⌊ p k n ⌋ . Therefore,
p 2 = n = 1 ∑ 1 2 r 2 ( n ) = n = 1 ∑ 1 2 k = 1 ∑ ∞ ⌊ 2 k n ⌋ = n = 1 ∑ 1 2 ⌊ 2 n ⌋ + n = 1 ∑ 1 2 ⌊ 4 n ⌋ + n = 1 ∑ 1 2 ⌊ 8 n ⌋ = n = 2 ∑ 1 2 ⌊ 2 n ⌋ + n = 4 ∑ 1 2 ⌊ 4 n ⌋ + n = 8 ∑ 1 2 ⌊ 8 n ⌋ = 2 ( 1 + 2 + 3 + 4 + 5 ) + 6 + 4 ( 1 + 2 ) + 3 + 5 = 3 6 + 1 5 + 5 = 5 6
Notation: ⌊ ⋅ ⌋ denotes the floor function .