For a sequence if n `S_n=n/(n+1)` then find the value of S10.
`S_n=n/(n+1)`
For n = 10,
`=10/(10+1)=10/11`