Mister Exam

Sum of series a+b



=

The solution

You have entered [src]
  n          
 __          
 \ `         
  )   (a + b)
 /_,         
n = 1        
$$\sum_{n=1}^{n} \left(a + b\right)$$
Sum(a + b, (n, 1, n))
The answer [src]
n*(a + b)
$$n \left(a + b\right)$$
n*(a + b)

    Examples of finding the sum of a series