John T. answered 02/03/22
Doctoral-level tutoring for STEM, Biostatistics, SAT/ACT, and GRE
You're given the probability of an event, P(arrive in error) = 0.17, and the outcome is dichotomous (no error, error). This is a binomial distribution problem.
n = 6
x = 2
n - x = 6 - 2 = 4
p = 0.17
q = 1 - p = 1 - 0.17 = 0.83
Px = (nCx)pxq(n-x) = (6!/[(6-2)!(2!)])*(0.17)2(0.83)4 = 0.2057
The probability that, out of 6 visitors, 2 visitors arrived in error is 0.2057.