Hi all, I'm working on a problem where I need to find: sum(x/x!)Where x can go from 0 to infinity.
I figured out that I can reduce it to: sum(1/(x-1)!) with x from 1 to infinity. \(\displaystyle \ \ \ \ \)
Use this series to write some terms. \(\displaystyle \ \ \) But now I'm stuck. How can I reduce this further down?