1 ! + 2 ! + 3 ! 3 + 2 ! + 3 ! + 4 ! 4 + 3 ! + 4 ! + 5 ! 5 + ⋯ + 1 0 0 0 3 ! + 1 0 0 0 4 ! + 1 0 0 0 5 ! 1 0 0 0 5 = λ ! 1 − μ ! 1
If the equation above holds true for some positive integers λ and μ , find λ + μ .
Notation: ! is the factorial notation. For example, 8 ! = 1 × 2 × 3 × ⋯ × 8 .
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.
First,let us find the general term of the series.
So,the general term is
t n = n ! + ( n + 1 ) ! + ( n + 2 ) ! n + 2
Let us simplify the general term,
t n = n ! ( 1 + ( n + 1 ) + ( n + 2 ) ( n + 1 ) ) n + 2
t n = n ! ( n + 2 + ( n + 2 ) ( n + 1 ) ) n + 2
t n = n ! ( n + 2 ) ( n + 2 ) n + 2
t n = n ! ( n + 2 ) 1
Multiplying the numerator and denominator with n+1,
t n = ( n + 2 ) ! n + 1
t n = ( n + 2 ) ! n + 2 − 1
t n = ( n + 1 ) ! 1 - ( n + 2 ) ! 1
Now , we can substitute the values of n in the general term.
= 2 ! 1 - 3 ! 1 + 3 ! 1 - 4 ! 1 . . . - 1 0 0 0 5 ! 1
= 2 ! 1 - 1 0 0 0 5 ! 1
So,
λ = 2
μ = 1 0 0 0 5
Therefore,
λ + μ = 1 0 0 0 7
Problem Loading...
Note Loading...
Set Loading...
Presenting @Dhanvanth Balakrishnan 's solution in another way.
S = k = 1 ∑ 1 0 0 0 3 k ! + ( k + 1 ) ! + ( k + 2 ) ! k + 2 = k = 1 ∑ 1 0 0 0 3 k ! ( 1 + k + 1 ) + ( k + 2 ) ! k + 2 = k = 1 ∑ 1 0 0 0 3 k ! ( k + 2 ) + ( k + 2 ) ! k + 2 = k = 1 ∑ 1 0 0 0 3 ( k + 2 ) ( k ! + ( k + 1 ) ! ) k + 2 = k = 1 ∑ 1 0 0 0 3 k ! + ( k + 1 ) ! 1 = k = 1 ∑ 1 0 0 0 3 k ! ( 1 + k + 1 ) 1 = k = 1 ∑ 1 0 0 0 3 k ! ( k + 2 ) 1 = k = 1 ∑ 1 0 0 0 3 k ! ( k + 1 ) ( k + 2 ) k + 1 = k = 1 ∑ 1 0 0 0 3 ( k + 2 ) ! k + 1 = k = 1 ∑ 1 0 0 0 3 ( k + 2 ) ! k + 2 − 1 = k = 1 ∑ 1 0 0 0 3 ( ( k + 1 ) ! 1 − ( k + 2 ) ! 1 ) = 2 ! 1 − 1 0 0 0 5 ! 1
⟹ λ + μ = 2 + 1 0 0 0 5 = 1 0 0 0 7