2 5 0 0 ! 1 ! 2 ! ⋮ 9 8 ! 9 9 ! 1 0 0 !
If the expression above can be simplified to n ! , find n .
Notation : ! denotes 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.
Wow, that's better and much simpler than my solution.
First we can start by finding the bottom part of this gigantic numerator.
0 ! 1 ! = 1
2 ! 3 ! = 3
3 4 ! = 4 × 2
4 × 2 5 ! = 5 × 3
5 × 3 6 ! = 6 × 4 × 2
6 × 4 × 2 7 ! = 7 × 5 × 3
See the pattern here?
For all x! divided by the previous output, { F o r a l l x ∈ t h e s e t o f a l l e v e n n u m b e r s , O u t p u t = x ( x − 2 ) ( x − 4 ) ⋯ ( 4 ) ( 2 ) F o r a l l x ∈ t h e s e t o f a l l o d d n u m b e r s , O u t p u t = x ( x − 2 ) ( x − 4 ) ⋯ ( 5 ) ( 3 )
Let's plug in 100 for x into the first case, since 100 is an even number. We now have: 1 0 0 × 9 8 × 9 6 × 9 4 × 9 2 × 9 0 × ⋯ × 1 0 × 8 × 6 × 4 × 2
We're not done here yet. We have to divide that whole thing by 2 5 0 . Divide each term by 2, and we get: 5 0 × 4 9 × 4 8 × 4 7 × 4 6 × 4 5 × ⋯ × 5 × 4 × 3 × 2 × 1
The problem tells you to put it into factorial form. In this case, we have 5 0 ! .
∴ The answer is 5 0
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Factorials Problem Solving - Intermediate
The fraction in simplified form is :
9 9 ! 1 0 0 ! × 9 7 ! 9 8 ! × ⋯ × 1 ! 2 ! × 2 5 0 0 ! = 2 5 0 1 0 0 2 × 5 0 × 9 8 2 × 4 9 × 9 6 2 × 4 8 × ⋯ × 2 2 × 1 = 2 5 0 2 5 0 ( 5 0 × 4 9 × 4 8 × ⋯ × 1 )
= 5 0 !