Jon S. answered 12/09/21
Patient and Knowledgeable Math and English Tutor
Use binominal formula:
n!
---- p^x (1-p)^n-x
(n-x)!
where n is sample size, p is probability of success and x is number of successes
here success is the room being rented.
Applying binomial formula to this problem P(x = 23):
30! (0.9)^23 (0.1)^7
-----
23! 7!
Use normal approximation to binomial formula:
np = 500 * 0.9 = 469.8
sqrt(npq) = sqrt(500 * 0.9 * 0.1) = 6.708
where q = 1 - p
z = (x - np)/sqrt(npq) is distributed N(0,1)
P( x > 455) =
P (z > (455 - 460.8)/6.708) = P(z > -0.86) = 1 - P(z < -0.86( = 1 - 0.1949 = 0.8051