I can find the expected value of the number of results that appear atleast once. I need to either find the expected value of that number squared or the probability of having $k$ results appear atleast once. and then use $Var=\mathbb{E}[X^2]-\mathbb{E}^2[X]$
I would really appreciate some help!
Hint: Let $X$ be the number of numbers that appear at least once. Obviously, $X$ takes on values in $\{1,2,3,4,5,6\}$. Calculate, if you have not already done so, $\mathbb{P}(X=i)$ for all $i=1,2,\ldots,6$. Calculate $$\mathbb{E}X^2=\sum_{i=1}^6 i^2 \mathbb{P}(X=i).$$ Since you already know $\mathbb{E}X$, then you can calculate the variance as follows: $$\operatorname{Var}X=\mathbb{E}X^2-(\mathbb{E}X)^2.$$