Let $S_1, \ldots , S_n$ be the yet-to-be observed survey responses from $n$ individuals, where the event $S_i = 1$ corresponds to the $i$th individual subscribing to Spotify and the event $S_i = 0$ corresponds to the ith individual does not subscribe to Spotify $(i = 1,\ldots, n)$. Assume that $S_1, \ldots , S_n$ are i.i.d. $Ber(\pi)$.
You have a random variable $S = \sum\limits_{i=1}^n S_i$.
I think this is a binomial distribution so my mean is
$\theta =$ probability of success
$n \theta$
and variance is
$n (1- \theta)$
I am trying to figure out what the mean and variance would be if you multiply $S$ by $1/n$
so new random variable is $S = (1/n) \sum\limits_{i=1}^n S_i$.
Hints Note that $$ ES=\frac{1}{n}\sum_{i=1}^n ES_i $$ by linearity of expectation. Now use the fact that the $S_i$ are identically distributed. Moreover since the $S_i$ are independent $$ V(S)=\frac{1}{n^2}\sum_{i=1}^nV(S_i) $$ where $V(S)$ denotes variance of $S$.