The sum of -8 and 6 is -2
The sum of 8 and 6 is 14 (8+6)
19
Le the "number" be x. The sum is x + 6.
There is no sequence of adds or subtracts of 5, 6, 8, 9, and 10 that sum to 1. Check it with this C++ code... for (int i=0; i<32; ++i) { int sum = 0; if (i&1) sum += 5; else sum -= 5; if (i&2) sum += 6; else sum -= 6; if (i&4) sum += 8; else sum -= 8; if (i&8) sum += 9; else sum -= 9; if (i&16) sum += 10; else sum -= 10; cout << i << " " << sum << endl; }
It is simply: f+6
f = -6
6
106
d + f.
#include#includeint a,f,n,sum=0; printf("Enter any number"); scanf("%d",&n); f=1; for(a=1;a<=n;a ); { f=f*a; } for(f=1;f<=n;f ); { sum=sum f; } printf("sumation of factorial numbers :",sum); getch(); }
Yes.
Mean = sum of all numbers divided by number of numbers you summed. Call numbers a, b, c, d, e, f (a+b+c+d+e+f)/6 = mean
The sum of -8 and 6 is -2
What is the sum of 0 + 6
To get a sum, you need two or more numbers that you can add to each other. A single number such as -6 does not have a sum.
The sum of 18, 6 and 6 is 30. That is, 18 + 6 + 6 = 30.