For each problem, write out the number of objects ($n$), the length of the sequence/sample ($l$), if repeats are allowed, and if you are computing permutations or combinations.
Simplfiy the following expression and write in words the probability law or definition being used to go from the left-hand-side to the right-hand-side. There should be no intermediate steps. Answer the following questions in Markdown. Worth 2 points each
$\DeclareMathOperator{\P}{P}$ $\DeclareMathOperator{\E}{E}$
2019-nCoV (武汉肺炎, pronounced Wǔhàn fèiyán) is a new coronavirus first found in the city of Wuhan in the Hubei province of China. A new protocol has been suggested for screening people arriving from the Hubei region. We want to use this test to quarantine probable cases to prevent the spread of nCoV and predict probability of death. People can either not have nCov or have nCov and our test can be positive or negative and the person can be dead or alive from the disease. Let's take the random variable $C$ to indicate if the patient has nCov, $T$ to indicate if the test is positive, and $S$ to be their state (alive = 1) after 7 days. On our first day of testing, 1200 people were tested and 200 had a positive test. Follow-up testing of those 200 showed that 11 had confirmed infections by nCov. We also, to ensure accuracy, did additional tests on the 1,000 who had a negative test result and found that one had nCov. Separately, we know that out of the 560 confirmed cases of nCov, 17 people died from the disease. Using this information, answer the following question:
[1 point] Write out the sample space
[3 points] Write out three probability statements given by the prompt.
[8 points] Make a markdown table showing the probability of every element in the state space. State any assumptions you make.
[3 points] What is the probability of dying and having a positive test?
[3 points] What is the probability of dying if your test was positive? So should you be worried about a positive test?
[3 points] What is the probability of dying if your test was negative?
[5 points] If we decide to use this test and 2,400 people arrive per day from Wuhan, how many will get through with nCov? Use $2,400 \times P(C = 1, T = 0)$ Is this a good test?