I was reading a book on probability and encountered a summation expression like
$$P(Y\mid X, Z) = \sum_{W}P(Y\mid X, Z, W)P(W\mid X,Z)$$
followed by the author referring to "terms of the summation". My understanding has been that term typically refer to operands of an addition expression, whereas factor denotes an argument to a product, e.g. $A, x$ in $Ax + b$. Are these terms interchangeable or applicable to distinct contexts, and does it matter?