What is the probability that on 8 rolls of dice, there will be at least one '3' or one '1' showing up?
My attempt was:
$\frac{{8 \choose 1} * 6^7 + {8 \choose 1} * 6^7}{6^8}$
Because 7 dice have 6 possible results, there are $6^7$ variations. The last one has to have the result 3. There are ${8 \choose 1} = 8$ ways to combine it with the other results. Becuase the question asks for a '3' or a '1', I added the same calculation for the result '1'.
To get the probability, I divided everything by the total number of variations, which is $6^8$.
Indeed, my result is bigger than $1$.