The sum of -8 and 6 is -2
n + (8 + 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; }
-6
Two Numbers are 8 and 6. This is how. 8 + 6 = 14 and 8*8 + 6*6 = 64 + 36 = 100
The sum of -8 and 6 is -2
n + (8 + 6)
The sum of the numbers 8, 6, and 4, is 8 + 6 + 4 = 18.
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; }
-6
Sum = 36 Count = 6 Average = Sum/Count = 36/6 = 6
14
8
It is: 6 squared + 8 squared = 100
Two Numbers are 8 and 6. This is how. 8 + 6 = 14 and 8*8 + 6*6 = 64 + 36 = 100
-6
6 & 8. 6 + 8 = 14 6 x 8 = 48