Well, you can do, 4+9, and 5+9, or, instead of 5+9, maybeeeee, 6+7!
You could use perturbation method to calculate this sum. Let's start from:

On the other hand, we have:

So from (1) and (2) we have:

Now, let's try to calculate sum

, but this time we use perturbation method.

but:
![S_{n+1}=\sum\limits_{k=0}^{n+1}k\cdot k!=0\cdot0!+\sum\limits_{k=1}^{n+1}k\cdot k!=0+\sum\limits_{k=0}^{n}(k+1)(k+1)!=\\\\\\= \sum\limits_{k=0}^{n}(k+1)(k+1)k!=\sum\limits_{k=0}^{n}(k^2+2k+1)k!=\\\\\\= \sum\limits_{k=0}^{n}\left[(k^2+1)k!+2k\cdot k!\right]=\sum\limits_{k=0}^{n}(k^2+1)k!+\sum\limits_{k=0}^n2k\cdot k!=\\\\\\=\sum\limits_{k=0}^{n}(k^2+1)k!+2\sum\limits_{k=0}^nk\cdot k!=\sum\limits_{k=0}^{n}(k^2+1)k!+2S_n\\\\\\ \boxed{S_{n+1}=\sum\limits_{k=0}^{n}(k^2+1)k!+2S_n}](https://tex.z-dn.net/?f=S_%7Bn%2B1%7D%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%2B1%7Dk%5Ccdot%20k%21%3D0%5Ccdot0%21%2B%5Csum%5Climits_%7Bk%3D1%7D%5E%7Bn%2B1%7Dk%5Ccdot%20k%21%3D0%2B%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%2B1%29%28k%2B1%29%21%3D%5C%5C%5C%5C%5C%5C%3D%0A%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%2B1%29%28k%2B1%29k%21%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B2k%2B1%29k%21%3D%5C%5C%5C%5C%5C%5C%3D%0A%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%5Cleft%5B%28k%5E2%2B1%29k%21%2B2k%5Ccdot%20k%21%5Cright%5D%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B%5Csum%5Climits_%7Bk%3D0%7D%5En2k%5Ccdot%20k%21%3D%5C%5C%5C%5C%5C%5C%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B2%5Csum%5Climits_%7Bk%3D0%7D%5Enk%5Ccdot%20k%21%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B2S_n%5C%5C%5C%5C%5C%5C%0A%5Cboxed%7BS_%7Bn%2B1%7D%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B2S_n%7D)
When we join both equation there will be:
![\begin{cases}S_{n+1}=S_n+(n+1)(n+1)!\\\\S_{n+1}=\sum\limits_{k=0}^{n}(k^2+1)k!+2S_n\end{cases}\\\\\\ S_n+(n+1)(n+1)!=\sum\limits_{k=0}^{n}(k^2+1)k!+2S_n\\\\\\\\ \sum\limits_{k=0}^{n}(k^2+1)k!=S_n-2S_n+(n+1)(n+1)!=(n+1)(n+1)!-S_n=\\\\\\= (n+1)(n+1)!-\sum\limits_{k=0}^nk\cdot k!\stackrel{(\star)}{=}(n+1)(n+1)!-[(n+1)!-1]=\\\\\\=(n+1)(n+1)!-(n+1)!+1=(n+1)!\cdot[n+1-1]+1=\\\\\\= n(n+1)!+1](https://tex.z-dn.net/?f=%5Cbegin%7Bcases%7DS_%7Bn%2B1%7D%3DS_n%2B%28n%2B1%29%28n%2B1%29%21%5C%5C%5C%5CS_%7Bn%2B1%7D%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B2S_n%5Cend%7Bcases%7D%5C%5C%5C%5C%5C%5C%0AS_n%2B%28n%2B1%29%28n%2B1%29%21%3D%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%2B2S_n%5C%5C%5C%5C%5C%5C%5C%5C%0A%5Csum%5Climits_%7Bk%3D0%7D%5E%7Bn%7D%28k%5E2%2B1%29k%21%3DS_n-2S_n%2B%28n%2B1%29%28n%2B1%29%21%3D%28n%2B1%29%28n%2B1%29%21-S_n%3D%5C%5C%5C%5C%5C%5C%3D%0A%28n%2B1%29%28n%2B1%29%21-%5Csum%5Climits_%7Bk%3D0%7D%5Enk%5Ccdot%20k%21%5Cstackrel%7B%28%5Cstar%29%7D%7B%3D%7D%28n%2B1%29%28n%2B1%29%21-%5B%28n%2B1%29%21-1%5D%3D%5C%5C%5C%5C%5C%5C%3D%28n%2B1%29%28n%2B1%29%21-%28n%2B1%29%21%2B1%3D%28n%2B1%29%21%5Ccdot%5Bn%2B1-1%5D%2B1%3D%5C%5C%5C%5C%5C%5C%3D%0An%28n%2B1%29%21%2B1)
So the answer is:

Sorry for my bad english, but i hope it won't be a big problem :)
Answer:
The one one the left is 1/2 , the one on the right is 8/25
Step-by-step explanation:
Answer:
Once upon a time, there were a two person family who lived out in the woods. The father took great care of the son. The father was a Botany, but had retired because of his age. But still he loved plants and grew a garden. The garden included Giant Bird of Paradise, Carnations, Irises, and ofc roses. He loved plants so much that he went out to dig a hole and plant different flowers and plants every spring. When the son grew older he helped the father with the garden. Two years later his son was accused of murder, but the body wasn't found. Next spring came and the father went out to dig. He couldn't Finnish it. He called his son and say he couldn't do the garden thing, because of his age. The son said don't dig there that's where he hid the bodies. The police came to dig the holes and try to find the bodies, but none of them were found. The father called the son again, and the son said thats all I can do for you right now.
Step-by-step explanation:
Answer:
12
Step-by-step explanation:
4/5 x -6 = -2
4 x -30 = -10
-120 = -10
12