I have a fraction where in the denominator I need to sum two products (numbers and their weights). For this, I inserted two Sigmas but now I am unsure whether I can have Sigma + Sigma or just Sigma Sigma to denote sum of their respective results.
$$\sum_{i=1}^{n} wd+\sum_{i=1}^{n} wc$$
The first is a sum of Ws and Ds, the other is a sum of Ws and Cs. Somewhere I have seen the notation withou the plus sign, just one next to the other, like this:
$$\sum_{i=1}^{n} wd\sum_{i=1}^{n} wc$$