0 ! + 1 ! + 2 ! 2 + 1 ! + 2 ! + 3 ! 3 + ⋯ + 9 8 ! + 9 9 ! + 1 0 0 ! 1 0 0
If the value of the expression above is equal to x , evaluate x + 1 0 0 ! 1 .
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.
Same approach :) (+1)
In the last line it should be 1 0 0 ! 1 not 1 0 0 1
Problem Loading...
Note Loading...
Set Loading...
Let’s rewrite it in summation notation as -
S = ∑ k = 0 9 8 k ! + ( k + 1 ) ! + ( k + 2 ) ! k + 2
S = ∑ k = 0 9 8 k ! + ( k + 1 ) k ! + ( k + 2 ) ( k + 1 ) k ! k + 2
S = ∑ k = 0 9 8 k ! ( k + 2 + ( k + 1 ) ( k + 2 ) ) k + 2
S = ∑ k = 0 9 8 k ! ( k + 2 ) 2 ) k + 2
S = ∑ k = 0 9 8 k ! ( k + 2 ) ) 1
S = ∑ k = 0 9 8 k ! ( k + 2 ) ( k + 1 ) ) k + 1
S = ∑ k = 0 9 8 ( k + 2 ) ! k + 2 − 1
S = ∑ k = 0 9 8 ( k + 2 ) ! k + 2 − ( k + 2 ) ! 1
S = ∑ k = 0 9 8 ( k + 1 ) ! 1 − ( k + 2 ) ! 1
Now the above is a telescoping series and looks as follows :
S = 1 ! 1 − 2 ! 1 + 2 ! 1 − 3 ! 1 + 3 ! 1 − ⋯ + 9 9 ! 1 − 1 0 0 ! 1
S = 1 − 1 0 0 ! 1
So , S + 1 0 0 ! 1 = 1