Question about summation

Monica

New member
Joined
Oct 22, 2013
Messages
1
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

But now I'm stuck. How can I reduce this further down?
 
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?

Why don't you write down at least the first four terms of the series and look at this link:

http://en.wikipedia.org/wiki/E_(mathematical_constant)
 
Last edited:
Top