The sum 11!9!+13!7!+15!5!+17!3!+19!1!
can be expressed in the form 2ab!, where a and b are positive integers. Enter the ordered pair (a,b).
Note that we can write
10! [ 1 / (9! * 1! ) + 1 / (3!*7! ) + 1/ (5!*5!) + 1/ (7!*3!) + 1/(9!*1!) ] =
10! / (9! * 1!) + 10! / (3!*7!) + 10! / (5!*5!) + 10! / (7!*3!) + 10!/(9!*1!)
C(10, 1) + C(10, 3) + C(10, 5) + C(10,3) + C(10,1) =
2 C(10, 1) + 2 (10, 3) + C(10, 5) =
20 + 240 + 252 =
512
So
10! [ 1 / (9! * 1! ) + 1 / (3!*7! + 1/ (5!*5!) + 1/ (7!*3!) + 1/(9!*1!) ] = 512
[ 1 / (9! * 1! ) + 1 / (3!*7! + 1/ (5!*5!) + 1/ (7!*3!) + 1/(9!*1!) ] = 512 / 10! = 29 / 10!
(a , b) = (9, 10)