$$\sum_{i=1}^n (A+BX_i)= nA +B\sum_{i=1}^n X_i$$
Not sure how to express this question, as english is not my first language.
I know why the A receives an n, but my question is, why does B receive none? B and $X_i$ are separate so shouldn't B receive an N as well?
It is probably aa stupid question, but I couldn't contain my curiosity.
Just try it for $n=3$, for example, and you'll see why: $$ \begin{split} &(A+BX_1)+(A+BX_2)+(A+BX_3) \\&= A+A+A+BX_1+BX_2+BX_3 \\ &= 3A + B(X_1+X_2+X_3) . \end{split} $$