answersLogoWhite

0


Best Answer

It depends on the series.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the sum of nos in a series?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a programme to find the sum and product of three numbers?

//sum and product of 3 nos #include #include void main() { int a,b,c; printf("enter the 3 nos"); scanf("%d%d%d",&a,&b,&c); printf("sum of 3 nos",a+b+c); printf("product of 3 nos",a*b*c); getch(); }


Their sum is 0, and the product is -64 what is the value of both number?

The nos. Are 8 and -8 Sum of the nos. 8+(-8)=0 Product of the nos. 8 × (-8) = -64


The sum of six consecutive odd nos is 888 What is the average of the nos?

148


What are even nos between 100 to 300 that is the sum of two prime nos?

Each one of them can be expressed as a sum of two primes.


How can you Express 121 as a sum of 2 prime nos?

11x11


The sum of 3 consecutive nos is 777find the nos?

777/3 = 259. So the numbers are 258, 259 and 260.


How can you find the nth partial?

The Nth partial sum is the sum of the first n terms in an infinite series.


What two nos have a sum of 5 and product of 6?

2 and 3.


Find the sum of 1 plus 2 plus 3 plus . plus n nos using c program?

if (n%2==0) sum=n/2*(n+1); else sum=(n+1)/2*n;


What are even number that is the sum of two prime nos?

5 + 7 = 12


How do you find partial sum of a series?

i dnt know i hoped that helped u


How do you find the C programming of the sum of the series 5 plus 55 plus 555 plus . plus n terms?

Find the Sum to n terms of the series 5 5+55+555+ +n Terms