![]() |
|
Probability and Statistics Basic Probability and Statistics Math Forum |
![]() |
| LinkBack | Thread Tools | Display Modes |
May 24th, 2018, 01:29 PM | #1 |
Newbie Joined: May 2018 From: Calgary, AB Posts: 5 Thanks: 0 | ![]()
Anyone who can help me with letters C and D is a godsend. I'm pretty sure I got A and B correct! Three people get into an elevator on the main floor of a building that has 6 floors (this building has 5 floors above the ground-level). Assuming that each of the three people will get off the elevator on one of floors 2 through 6, and each does so randomly. Part (a) What is the probability that the three people get off on the 4th floor?(use four decimals) (I got 0.008 ) Part (b) What is the probability that the three people get off on the same floor? (use four decimals) (I got 0.04) Part (c) What is that at least two of the three people get off on the same floor? (use four decimals) Part (d) What is the probability that exactly two of the three people get off on the same floor? |
![]() |
May 28th, 2018, 03:20 AM | #2 | ||||
Math Team Joined: Jan 2015 From: Alabama Posts: 3,261 Thanks: 896 |
[QUOTE=shetin;594852]Anyone who can help me with letters C and D is a godsend. I'm pretty sure I got A and B correct! Three people get into an elevator on the main floor of a building that has 6 floors (this building has 5 floors above the ground-level). Assuming that each of the three people will get off the elevator on one of floors 2 through 6, and each does so randomly. [quote] There are 5 floors on which they can get off (2, 3, 4, 5, and 6) so the probability each person gets of on a given one of those is 1/5= 0.20 Quote:
Quote:
Quote:
Quote:
Last edited by Country Boy; May 28th, 2018 at 03:25 AM. | ||||
![]() |
May 28th, 2018, 07:27 AM | #3 |
Senior Member Joined: May 2016 From: USA Posts: 1,306 Thanks: 549 |
Country Boy's answer may leave you scratching your head about where 0.48 came from. One way to get there is this: Person A gets off on floor X with probability 0.2. The probability that person B gets off on floor X given that person A has done so is 0.2 because these are, by hypothesis, assumed to be independent events. The probability that person C gets off on any floor but X given that A and B have got off on 0.8. So the probability that A and B get off on X and C does not is: $0.2 * 0.2 * 0.8 = 0.032.$ But we are not interested in just floor X, but rather any floor. How many ways can we pick one floor out of five? Nor are we interested in just pair A and B. How many ways can we pick two people out of three? $\dbinom{5}{1} * \dbinom{3}{2} * 0.032 = \dfrac{5!}{1! * (5 - 1)!} * \dfrac{3!}{2! *(3-2)!} * 0.032 = 5 * 3 * 0.032 = 0.48.$ Another way is this, which seems to be how Country Boy thought about it. What is the probability that A got off on a floor? By hypothesis, that is 1. What is the probability B got off on that same floor? Obviously 0.2. What is the probability that C got off on a different floor? 0.8. So the probability that A and B get off on the same floor and C gets off on a different floor is $1 * 0.2 * 0.8 = 0.16.$ But we are not interested just in pair AB, but any pair. How many ways can we pick 2 from 3? $\dbinom{3}{2} * 0.16 = 3 * 0.16 = 0.48.$ |
![]() |