52
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; }
sequence 4 5 6 sum =10 sequecnce 0 5 10 sum=10
The sum of 10 plus -6 is equal to 4. The equation would read 10+-6=4.
10
10
Do this in reverse. The sum of -1 and -1 is -1+-1=-2 The difference of -6 and -6 is -6-(-6)=-6+6=0 0 increased by -2 is 0+-2=-2 The sum of 10 and -2 is 10+-2=8 Translation: 8
The sum in programming is the same as the sum in arithmetic. The sum of two or more operands is the sum total of those operands when they are added together. E.g., the sum of 6 and 4 is 10. That is, 6 + 4 = 10.
6 and 4
It is 4+2+0 = 6
What is the sum of 0 + 6
0
iv=4 vi=6 4+6=10 10=x