An elevator has 5 people and makes 8 stops. What is the probability that no two people get off on the same floor? (Enter your answer as a fraction.)
If the persons leave on different floors than we need to choose 5 out of 8 stops and arrange the people in the order. Hence,
P(No two person get off on the same floor)

= 105/512
An elevator has 5 people and makes 8 stops. What is the probability that no two...
Four people get on a bus that makes six regular stops. Find the probability that at least two of the people get off on the same stop.
Homework #5 - Elevator Simulation - Doubly Linked List The program needs to use a doubly linked list. Homework #5 - Extra Credit Elevator Simulation Algorithm We are going to develop an algorithm and implement in C++ to simulate a single elevator in a 10-story building. There will be some simplifying assumptions that will make this a bit less complex than a real-world implementation. The number of floors is not important, nor is the number of people getting on or...
Four passengers enter an elevator. There are four floors at which they can get off. The floors at which the passengers get off are independent. Each passenger is as likely to get off at any one floor as at any other floor. What is the probability that: a. All passengers get off at the same floor? b. All get off at different floors? c. Three get off at one floor and one at another? d. Two get off at one...
Two people are riding an elevator that can stop at floors two, three, …., and N. What is the probability that they will get off at different floors?
Two people enter the elevator in a 5-floor building. Let N1 and N2 denote the floors that they want to go. Assume that ?1 and ?2 are independent and equtl to 2, 3, 4 and 5 with probabilities 1/4 each. (a) Write down the joint PMF (b) Calculate ? (?1 > ?2) and ? (?1 = ?2) (c) Let ?1 and ?2 denote the number of stops that each of them will make before arriving to their floor. What is...
4. Suppose 8 people separately enter an elevator with eleven floors (not including the ground floor). Suppose that each of people independently choose a floor that is equally likely to be any of the 11. What is the expected number of floors that will be visited?
5 people in a bus that has 7 stops left in it's journey. It's equally likely that any given passenger will leave at a given stop. What is the probability that no 2 passengers leave at the same stop.
Supposewehavealatenightbusandtowardstheendofthe route, there are 3 passengers {P1 , P2 ,, P3} and 5 stops {S1,S2,S3,S4,S5, } remain. Suppose further that each passenger is inebriated, and is thus is equally likely to get off at any one of the stops. (i) We wish to list the set of outcomes in the sample space each of whose outcomes is an ordered triple of all three Sij for I=1,2,3, where Sij means that passenger Pi got off at the stop Sj. a) Write...
Question 2. There are only two buttons inside an elevator in a building with 50 floors. The elevator goes 11 floors up if the first button is pressed and 6 floors down if the second button is pressed. Using dynamic programming methods to answer the following questions. Is it possible to get from floor 27 to floor 29? (5 points) What is the minimum number of buttons one has to press to do so? (10 points) What is the shortest...
Ladder logic PLC, elvevator An elevator has three floors (basement, first floor and second floor). Three digital inputs which stands for a sensor at each floor. Two outputs which makes the elevator either go up or down. Three pushbuttons which are pressed on a HMI panel. The elevator is on the basement and you press PB2 and the elevator goes straight to the second floor. The elevator is on the basement and you press first PB2 and then PB1. The...