4

How to define the amount of additions. E.g. $1+2+3+4+5+6+7+8+9$

Are there $9$ additions, because of the nine numbers that are added together. Or can you also say that there are $8$ additions, because there are only $8$ '$+$' signs.

GovEcon
  • 2,656
user8005
  • 379

3 Answers3

3

Addition is an operation and hence we are performing 8 additions as we repeat the operation of 'adding' 8 times. In contrast, I would say that we are adding 9 numbers.

response
  • 5,071
1

$$ \sum_{i=1}^n a_i = a_1 + \cdots + a_n $$ There are $n$ terms in the addition but what if there are minuses? Hence counting terms are kinda less ambiguous. Also we can do: $$ \sum_{i=1}^n a_i = 0+ a_1 + \cdots + a_n $$ and we have $n$ additions now.

Tony Stark
  • 1,088
0

Addition is a binary operator that uses two operands to execute.so if there are $n$ number of elements then number of addition will be $$\;n-1$$.In other answers people uses "addition of $0$",because $0$ is addition identity,it will give $n$ addition but it is only in case of certain operator like $+,-$ but there are other binary operator also like $\times ,/$ with these operator we can not use $0$ there.For these operator we have multiplicative identity $1$.But regardless we can say there are minimum $$n-1$$ operations.

iostream007
  • 4,529