It is an algebraic expression and simply means 40+n whereas n is an unknown variable
Chat with our AI personalities
The sum of the angles of a regular n-sided polygon is equal to (n - 2) x 180 degrees.Therefore, the sum of the angles of a regular 40-sided polygon (tetradecagon) is equal to (40 - 2) x 180 = 6840 degrees. Therefore, 6840 refers to the sum of the degrees, not the number of diagonals.The number of diagonals of an n-sided polygon is given by n(n-3)/2. So a 40-sided polygon has 40*37/2=740 diagonals.
Three consecutive integers whose sum is 117 are 38, 39, and 40. N + (N+1) + (N+2) = 117 3N + 3 = 117 3N = 114 N = 38
The sum of n and 5 is n+ 5
void main () { int no1, sum, n; clrscr() sum = 0; n = 1; printf("\n enter the number to which sum is to be generated"); scanf("%d",&no1); while(n<=no1) { sum=sum+n; n=n+1 } printf("\n the sum of %d = %d, no1, sum"); getch (); }
If -n = 40 then n = -40.