加权平均数的计算公式是: \\[ \\text{加权平均数} = \\frac{\\sum_{i=1}^{n} (x_i \\times w_i)}{\\sum_{i=1}^{n} w_i} \\] 其中: \\( x_i \\) 表示第...