What is the sum of 0 + 6
the sum of my digits is 6? answer=60
20
the sum of -2 and 6 and 7 is (-2+6+7)
sum means addition so 241+6= 247
The sum of -8 and 6 is -2
What is the sum of 0 + 6
The sum of 18, 6 and 6 is 30. That is, 18 + 6 + 6 = 30.
It depends on the sum of 6 and WHAT!
The sum of "m" and 6 is "m + 6".
The sum of 8 and 6 is 14 (8+6)
19
the sum of my digits is 6? answer=60
Le the "number" be x. The sum is x + 6.
20
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; }
n + (8 + 6)