A dice is thrown twice. Finding the probability of getting 5 at least once.
"At least once" means getting 5 on the first throw, or the second throw, or both throws.
Using the complement rule:
P(at least one 5)=1−P(no 5 in both throws)
When a dice is thrown once:
Total outcomes =6 (numbers 1, 2, 3, 4, 5, 6)
Outcomes without 5 =5 (numbers 1, 2, 3, 4, 6)
P(not getting 5)=65
Since the throws are independent:
P(no 5 in both)=P(no 5 in 1st throw)×P(no 5 in 2nd throw)
P(no 5 in both)=65×65
P(no 5 in both)=3625
P(at least one 5)=1−P(no 5 in both throws)
P(at least one 5)=1−3625
P(at least one 5)=3636−3625
P(at least one 5)=3611
Therefore, the probability of getting 5 at least once is 3611.