We are given $n$ independent Gaussian random variables $x_i \sim N(0,1)$ and contants $c_i \geq 0$. Let the set $K$ contain $k$ indices corresponding to the smallest $c_i$. What is the probability that $\sum_{i \in K} c_ix_i \leq 0$.
Ok, so what I did so far is the following: Since $x_i \sim N(0,1)$ we obtain the random variable $c_ix_i \sim N(0, c_i^2)$ and moreover $\sum_{i \in K} c_ix_i \sim N(0, \sum_{i \in K} c_i^2$). Hence $\sum_{i \in K} c_ix_i$ is a random normal distributed variable and we can compute $Pr(\sum_{i \in K} c_ix_i \leq 0) = \frac{1}{\sqrt{2\pi \sum_{i \in K} c_i^2}} \int_{-\infty}^0 e^{-\frac{1}{2}\left(\frac{t}{\sqrt{\sum_{i \in K} c_i^2}}\right)^2}dt=\frac{1}{2}$
I am sceptic if this can truly be the right answer. The set $K$ is not chosen randomly but be explicitely select the indices corresponding to the smallest $c_i$, hence should the solution not depend on $c$?
Since the coefficients are not random $\sum_{i \in K} c_ix_i$ has normal distribution with mean $0$ (unless each $c_i$ is $0$) . Hence the probability is $\frac 1 2$.