Tom K. answered 10/03/21
Knowledgeable and Friendly Math and Statistics Tutor
You calculate 1 - P(X <= 1) when X is discrete.
With Excel for this, you would use 1 - binom.dist(1,6,.57,1) The final one makes it a cumulative distribution rather than a probability mass function.
The solution is .9434.