With credit to the authors of the Trine University Mathematics Competition of 2018, find the exact numerical solution to the following fraction:
( 1 0 ! − 9 ! ) ( 8 ! − 7 ! ) ( 6 ! − 5 ! ) ( 4 ! − 3 ! ) ( 2 ! − 1 ! ) ( 1 0 ! + 9 ! ) ( 8 ! + 7 ! ) ( 6 ! + 5 ! ) ( 4 ! + 3 ! ) ( 2 ! + 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.
To begin simplification, know the fact that 1 0 ! = 1 0 × 9 × 8 × . . . × 2 × 1 and 9 ! = 9 × 8 × . . . × 2 × 1 .
Using this knowledge, to simplify 1 0 ! + 9 ! , we can write 1 0 ! as 1 0 ( 9 ! ) .
Therefore, 1 0 ! + 9 ! = 1 0 ( 9 ! ) + 9 ! = 1 1 ( 9 ! ) , and 8 ! + 7 ! = 8 ( 7 ! ) + 7 ! = 9 ( 7 ! ) , and so on.
In the denominator, the same concept dictates that 1 0 ! − 9 ! = 1 0 ( 9 ! ) − 9 ! = 9 ( 9 ! ) , and 8 ! − 7 ! = 8 ( 7 ! ) − 7 ! = 7 ( 7 ! ) , and so on.
Therefore, the original fraction can be rewritten as ( 9 ( 9 ! ) ) ( 7 ( 7 ! ) ) ( 5 ( 5 ! ) ) ( 3 ( 3 ! ) ) ( 1 ( 1 ! ) ) ( 1 1 ( 9 ! ) ) ( 9 ( 7 ! ) ) ( 7 ( 5 ! ) ) ( 5 ( 3 ! ) ) ( 3 ( 1 ! ) ) , which can be simplified through cancellation to 1 1 .
@Nicholas Walters , I like your new problem on palindromic numbers. It is very cool. Our posts are very similar which is also very cool.
Problem Loading...
Note Loading...
Set Loading...
X = ( 1 0 ! − 9 ! ) ( 8 ! − 7 ! ) ( 6 ! − 5 ! ) ( 4 ! − 3 ! ) ( 2 ! − 1 ! ) ( 1 0 ! + 9 ! ) ( 8 ! + 7 ! ) ( 6 ! + 5 ! ) ( 4 ! + 3 ! ) ( 2 ! + 1 ! ) = ( 1 0 ⋅ 9 ! − 9 ! ) ( 8 ⋅ 7 ! − 7 ! ) ( 6 ⋅ 5 ! − 5 ! ) ( 4 ⋅ 3 ! − 3 ! ) ( 2 ⋅ 1 ! − 1 ! ) ( 1 0 ⋅ 9 ! + 9 ! ) ( 8 ⋅ 7 ! + 7 ! ) ( 6 ⋅ 5 ! + 5 ! ) ( 4 ⋅ 3 ! + 3 ! ) ( 2 ⋅ 1 ! + 1 ! ) = 9 ! ( 1 0 − 1 ) 7 ! ( 8 − 1 ) 5 ! ( 6 − 1 ) 3 ! ( 4 − 1 ) 1 ! ( 2 − 1 ) 9 ! ( 1 0 + 1 ) 7 ! ( 8 + 1 ) 5 ! ( 6 + 1 ) 3 ! ( 4 + 1 ) 1 ! ( 2 + 1 ) = 9 ⋅ 7 ⋅ 5 ⋅ 3 ⋅ 1 1 1 ⋅ 9 ⋅ 7 ⋅ 5 ⋅ 3 = 1 1 Note that n ! = n ( n − 1 ) !