If a is positive integer such that a ⋅ a ! = 1 0 0 ( a − 2 ) ! , find 1 ⋅ 1 ! + 2 ⋅ 2 ! + 3 ⋅ 3 ! + ⋯ + a ⋅ a ! .
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.
<=> a . a ! = 1 0 0 . ( a − 2 ) ! <=> a . a . ( a − 1 ) . ( a − 2 ) ! = 1 0 0 . ( a − 2 ) ! <=> a 2 . ( a − 1 ) = 1 0 0 <=> a 3 − a 2 = 1 0 0 <=> a 3 − a 2 − 1 0 0 = 0 [Remember a E Z+] <=> a = 5
1.1! + 2.2! + ... + a.a! = (a+1)! - 1 = 6! - 1 = 719
Problem Loading...
Note Loading...
Set Loading...
The equation on the left hand side can be easily broken down into a ( a ) ( a − 1 ) ( a − 2 ) ! .
Now notice the ( a − 2 ) ! part gets cancelled . We remain with a 2 ( a − 1 ) = 1 0 0 Now Since a is an integer we can easily see that
2 5 × 4 = 1 0 0 and Voila! a = 5 . Plug in the value and you get your solution.
The problem shouldn't be level 4