Answer:

Explanation:
This probability can be determined using combinatorics. The number of ways a sample of size r can be obtained from a larger set of n items is given by the formula

We pronounce C(n, r) as n choose r
We are rolling the die five times. So n = 5
On each roll a 2 can appear or not
We need two 2's . This is our r
The number of ways two 2's can appear is given by 5 choose 2

5! is the factorial of 5, 2! is the factorial of 2 and 3! is the factorial of 3
5! = 5 x 3 x 3 x 2 x1
3! = 3 x 2 x 1
2! = 2 x1

You need not go through this laborious process to find 5 choose 2 there are calculators available
So two 2's can appear 10 times.
The probability of getting a 2 on one roll is 1/6 and the probability of not getting a 2 on a single roll is 1-1/6 = 5/6
This works out to a binomial probability which can be computed by the formula
P(x) = C(n, x) pˣqⁿ⁻ˣ
Where x is the number of times the desired outcome succeeds and n the total number of trials
Here x = 2, n = 5, C(5, 2) = 10

