The question: A hotel has 230 rooms and uses an overbooking policy. The probability that a customer cancels or does not show up at the hotel is 0.12. Find the maximum number of rooms the hotel can book and still be 85% sure everyone who turns up will have room.
I have an issue regarding the steps to solving this type of question. I have workings which have given me two different answers, but I cannot work out which one is right, if either.
My working:
Method 1:
Take n=230 p=0.12 x=0,1,2,3...Z
Here Z would be the number of extra rooms over 230 the resort can book
Thus we do P(X=0) + P(X=1)+...+P(X=Z). When the sum of these probabilities is subtracted from 1 the answer should be greater than 0.85 but as close as possible. For this method I get 22. So the resort can book 252 customers.
Other method:
take n=Z p=0.88 x=0,1,2,3...230
If Z is the total number of rooms that can be booked for 85% confidence everyone will have a room, then we know that P(X=<230) = 1 - P(X>230). So working out P(X=<230) as P(X=0) + P(X=1)+...+P(X=230) then taking the sum of this from 1, we need a probability that is 0.15 or below. For this method I get 255. The problem with this method is the value must be inputted into excel and values of n must be guessed until you get a probability less than 0.15.
Would anyone be able to say which method is right? I neither would you be able to provide the correct ay of solving this problem.Trial and error in the second method seems unnecessary.