The std of a discrete binomial distribution is $$\text{std}=\sqrt{nr(1-r)}$$ where $r$ is the probability of success on a given trial and $n$ is the total number of trials.
Based on the way I understand the formula, to reduce the std of a binomial distribution by half, the total number of trials must be reduced by fourth.
But I think I am probably wrong because:
Reducing the number of trials modify the original distribution because the number of trials is one of the two parameters in the binomial distribution. What I am looking for is a change in the number of trials so that the same distribution has std reduced by half.
Intuitively, the number of trials must be increased to lower std.
So my question is: What change must be made in the number of trials to reduce the std of the binomial distribution by half?