Find the sum of last two digits of the expression above .
Notation :
denotes the factorial notation. For example, .
denotes the double factorial notation :
For an even number & ,
For an odd number & ,
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.
I observed some patterns :
(1) : x ≡ 1 ( m o d 8 ) ⇒ x ! ! ≡ 2 5 ( m o d 1 0 0 ) for x ≥ 1 5
(2) : ( 2 k + 1 ) n ≡ 1 ( m o d 8 ) where k ≥ 0 and n ≥ 2
(3) : ( ( 2 x ) 2 0 1 7 ! ! ) ≡ 0 ( m o d 1 0 0 )
By (3) :
n = 1 ∑ 2 0 1 7 ! + 1 ( n 2 0 1 7 ! ! ) ≡ 1 2 0 1 7 ! ! + 3 2 0 1 7 ! ! + 5 2 0 1 7 ! ! + 7 2 0 1 7 ! ! + … ( m o d 1 0 0 )
By (1) & (2) :
n = 1 ∑ 2 0 1 7 ! + 1 ( n 2 0 1 7 ! ! ) ≡ 1 + 2 5 + ⋯ + 2 5 ≡ 1 + 4 k ( 2 5 ) ≡ 1 ( m o d 1 0 0 )
⎝ ⎛ n = 1 ∑ 2 0 1 7 ! + 1 ( n 2 0 1 7 ! ! ) ⎠ ⎞ 2 0 1 7 ! ! ≡ 1 ( m o d 1 0 0 )
Answer = 0 + 1 = 1
Which version of this problem is better ?