There is a single sequence of integers a2,a3,a4,a5,a6,a7 such that
57=a22!+a33!+a44!+a55!+a66!+a77!,
and 0≤ai<i for i=2,3,…,7. Find a2+a3+a4+a5+a6+a7.
I have been stuck on this problem for awhile.
So I figured that in order to solve this problem, I need to get all the denominators the same value. I have been puzzled on how to achieve ths however.
The first thing we do is move the a7/7! to the other side:
57−a77!=5⋅6!7!−a77!=5⋅6!−a7716!,
we require the first fraction to be an integer. This is the case for a7=2, now we can bring the next fraction to the left:
5146!−a66!=514−a6615!,
for the first fraction to be an integer a6 needs to equal 4. We bring the next fraction to the left:
855!−a55!=85−a5514!,
which requires a5 to be zero. We bring the next fraction to the left:
174!−a44!=17−a4413!,
which requires a4 to be 1. We continue on our course:
43!−a33!=4−a3312,
obviously a3 should be one. We are left with:
12=a22!,
and we get a2=1, case solved. Checking our answer with the calculator:
12!+13!+14!+46!+27!−57=0.0000000000000000143,
which is purely a machine error, since 1/7! equals 0.0001984126984127 which is far larger than our error.
Note that 5/7 = 0.7142857 [ the 7142857 is a repeating string ]
Try this :
a2 = 1, a3 = 1, a4 = 1, a5 = 0, a6 = 4, a7 = 2
1/2! + 1/3! + 1/4! + 0/5! + 4/6! + 2/7! = 5 / 7
I didn''t really have a mathematical way to solve this.....but, note that
1/2! + 1/3! + 1/4! + 1/5! = 43/60 > 5/7
And
1/2! + 1/3! + 1/4! = 17/24 < 5/7
So......we need that 5/7 - 17/24 = 1/168 = a6/6! + a7/7!
So........it was just a case of letting a5 = 0 and then manipulating a6 and a7 to find a solution
Perhaps some other mathematician can find a more elegant way to the solution....!!!!