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.
You missed 8 3 3 to add in s
Log in to reply
Thanks for pointing it out. :)
Log in to reply
Well i pointed it out because i missed it too. In fact, wrote wrong answer before i realized : (
Actually, we have,
s = i = 1 ∑ ∞ ⌊ 2 i 3 3 ⌋
But note that ⌊ 2 i 3 3 ⌋ = 0 ∀ i ≥ 5 and hence we can take the sum only from i = 1 to i = 4 to get the value of s .
We have , 33!=1 * 2 * 3*...... * 33 , Now the only even prime factor 2 comes in 4,6,8,...,and 32. That's 2 * 2^2 * 2 * 2^3.... * 2^5 =2^31. Hence 33! is completely divisible by 2^31. So 33!mod2^31=0.
33!=33 x 32 x 31 x 30 x ...... x 2. 2= 2. 4= 2 x 2. 6= 2 x 3. ...=... . 32= 2 x 2 x 2 x 2 x 2.
Then, count how many "2". If the 2 more or = 31, it means the answer is 0 because that is the factor of 33!
Problem Loading...
Note Loading...
Set Loading...
We count the number of 2 's in the unique prime factorization of 3 3 ! . We do this using the fact that 2 is a prime and using De-Polignac's formula .
Let s denote the maximum power of 2 that divides that 3 3 ! . Then, we have,
s = ⌊ 2 3 3 ⌋ + ⌊ 4 3 3 ⌋ + ⌊ 8 3 3 ⌋ + ⌊ 1 6 3 3 ⌋ + ⌊ 3 2 3 3 ⌋ = 1 6 + 8 + 4 + 2 + 1 = 3 1
Since s is the maximum power of 2 that divides 3 3 ! and s = 3 1 , we have,
2 s = 2 3 1 ∣ 3 3 !
∴ 2 3 1 ∣ 3 3 ! ⟺ 3 3 ! ≡ 0 ( m o d 2 3 1 ) ⟺ 3 3 ! m o d 2 3 1 = 0
Note: x ∣ y denotes " x divides y ".