Answer:
0.948
Explanation:
Given that:
Number of character ID = 32
Numbers = 0 - 9 = 10
Alphabets = A - F = 6
Likelihood of each number or alphabet is equal
Probability that atleast 16 characters in the ID are numbers
Probability of success (p) = required outcome / Total possible outcomes
p = 10/(10 + 6) = 5/8
P(at least 16 numbers), similar to 1 - p(at most 15)
Using the specified calculator :
Binomcdf(number of trials, p, 15) = 0.0520
1 - 0.0520 = 0.948