Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. \begin{problem}
  2. Fifteen telephones have just been received at an authorized service center. Five of these telephones are cellular, five are cordless, and the other five are corded phones. Suppose that these components are randomly allocated the numbers 1, 2, … , 15 to establish the order in which they will be serviced.
  3. \item
  4. What is the probability that all the cordless phones are among the first ten to be serviced?\\
  5.  
  6. $\frac{(\binum{5}{5})(\binum{10}{5})}{(\binum{15}{10})}=\frac{\frac{5!}{5!}\cdot \frac{10!}{5!\cdot 5!}}{\frac{15!}{5!}{10!}}=\frac{\frac{10\cdot 9\cdot 8 \cdot 7 \cdot 6}{5\cdot 4\cdot 3\cdot 2}}{\frac{15\cdot 14\cdot 13\cdot 12\cdot 11}{5\cdot 4\cdot 3\cdot 2}}=.0839=8.39%$
  7.  
  8. \item
  9. What is the probability that after serciving ten of these phones, phones of only two of the three types remain to be serviced?\\
  10.  
  11. The answer from above is for one type of phone. Multipy it by 3 for each individual type of phone. The result is 25.17%.
  12.  
  13. \item
  14. What is the probability that two phones of each type are among the first six served?\\
  15.  
  16. $\frac{15\cdot 14\cdot 11\cdot 10\cdot 5\cdot 4}{15\cdot 14\cdot 13\cdot 12\cdot 11\cdot 10}=.1282=12.82%$
  17.  
  18. \end{problem}
  19.  
  20. \begin{problem}
  21. Show that if one event A is contained in another even B (i.e. A is a subset of B), then $P(A)\leq P(B)$. For general events A and B, what does this imply about the realtionship among $P(A\bigcup B), P(A) /text{and} P(AUB)$?\\
  22. \item
  23. Find $P(A\bigcup B)$.\\
  24. $1-P([AUB]')=P(A)+P(B)-P(A\bigcup B) \hspace{2em} .9=.7+.5-P(A\bigcup B)\\
  25. P(A\bigcup B)=.3\\$
  26.  
  27. \item
  28. Give $P(A|B)$.\\
  29. $\frac{P(A\bigcup B)}{P(B)}=\frac{.3}{.5}=.6$
  30.  
  31. \item
  32. Give $P(B|A)$.\\
  33. $\frac{P(A\bigcup B)}{P(A)}=\frac{.3}{.7}\approx .43$
  34.  
  35. \end{problem}
  36.  
  37.  
  38. \begin{problem}
  39. On any given evening, a raccoon shows up in Selma's yard with probability 25%. Assume that appearances of the raccoon are independent from day to day.\\
  40. \item
  41. What is the probability that the raccoon does not appear at all over a ten-day period?\\
  42. $.75^{10}=.0563=5.6$
  43.  
  44.  
  45. \item
  46. What is the probability that the raccoon first appears on the tenth day?\\
  47. $.75^9\cdot .25^1=.0188=1.88%$
  48.  
  49. \item
  50. What is the probability that the raccoon appears exactly once in 10 days?\\
  51. The same as above because it doesn't matter which day it shows up on.\\
  52.  
  53. \item
  54. Given that the raccoon appeared on the first day, what is the probability that the raccoon will appear again during the ten-day period?\\
  55. $1-.75^9=.9249=92.49%$\\
  56. The first day doesn't matter because the appearances are independent.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement