I am computing the following probability: $\Pr \left[ \sum_{j} (P G_j R_j) \le T\right]$, where $P$ is a fixed number, $G_j$ is a random variable i.i.d. $\forall j$ and $R_j$ is a term that depends on index $j$.
Knowing that $P$ is fixed I can write: $\Pr \left[ \sum_{j} (P G_j R_j) \le T\right] = \Pr \left[P \sum_{j} ( G_j R_j) \le T\right]$, I am wondering if I can do the same with $G_j$ considering it is independent from index $j$ and so bringing it outside the summation. In this manner, knowing the CDF of $G_j$ I can conclude the computation. I.e., if $G_j \sim Exp(\mu)$ I have:
$\Pr \left[P \sum_{j} ( G_j R_j) \le T\right] = \Pr \left[P G_j \sum_{j} ( R_j) \le T\right] = \Pr \left[ G_j \le \frac{T}{P \sum_{j} R_j }\right]=$
$= 1 - e^{-\frac{\mu T}{P\sum_{j} R_j }}$
Can I move the r.v. $G_j$ outside the summation in this manner? Or I should do differently?