(a) Multinomial with parameters \( n=20, p_1=0.05, p_2=0.85, p_3=0.10 \). (b) \( X+Y+Z=20 \) with \( X, Y, Z \geq 0 \). (c) Binomial \( n=20, p=0.05 \). (d) \( E(X)=1, V(X)=0.95 \). (e) Use multinomial PMF. (f) Sum of joint probabilities. (g) Use Binomial CDF. (h) 17. (i) Ratio of joint probabilities. (j) Ratio of probabilities for \( X \) and \( Y \). (k) Based on conditional configuration.
1Step 1 - Determine Distribution Name and Parameters
Since the classification probabilities are given and a fixed number of slabs (20) is selected, the counts \( X \), \( Y \), and \( Z \) follow a Multinomial distribution. The parameters for this distribution are \( n=20 \) (number of trials) and \( p_1=0.05 \), \( p_2=0.85 \), \( p_3=0.10 \), which are the probabilities of a slab being high, medium, and low, respectively.
2Step 2 - Determine the Range of Distribution
The distribution needs to satisfy \( X+Y+Z=20 \) with \( X, Y, Z \geq 0 \). Thus, \( X \) can range from 0 to 20, \( Y \) from 0 to 20, and \( Z \) from 0 to 20 as long as these sums up to 20.
3Step 3 - Determine Marginal Distribution of X
The marginal distribution of \( X \) is a Binomial distribution because it counts the number of successes (high classification) out of 20 trials. Hence, it is \( X \sim \text{Binomial}(n=20, p=0.05) \).
4Step 4 - Calculate Expectation and Variance of X
The expected value and variance for a Binomial distribution \( X \sim \text{Binomial}(n,p) \) are \( E(X) = np \) and \( V(X) = np(1-p) \). For \( X \), \( E(X) = 20 \times 0.05 = 1 \) and \( V(X) = 20 \times 0.05 \times 0.95 = 0.95 \).
5Step 5 - Calculate Joint Probability P(X=1, Y=17, Z=3)
The joint probability mass function for multinomial distribution is \( P(X=x, Y=y, Z=z) = \frac{20!}{x!y!z!} p_1^x p_2^y p_3^z \). For \( X=1, Y=17, Z=2 \), \( \frac{20!}{1!17!2!} \times 0.05^1 \times 0.85^{17} \times 0.10^2 \). Calculate this value to find the probability.
6Step 6 - Cumulative Probability P(X ≤ 1, Y=17, Z=3)
This is the sum of probabilities for two scenarios: \( P(X = 0, Y = 17, Z = 3) \) and \( P(X = 1, Y = 17, Z = 3) \). Compute separately and sum them together.
7Step 7 - Cumulative Probability P(X ≤ 1)
\( P(X \leq 1) \) refers to the probability of either 0 or 1 was classified as high. Use the binomial distribution and sum \( P(X=0) + P(X=1) \) where each term is obtained from \( P(X=x) = \binom{n}{x} p^x (1-p)^{n-x} \) with parameters \( n=20, p=0.05 \).
8Step 8 - Calculate Expectation E(Y)
Since \( Y \) is marginally Binomial with parameters \( n=20, p=0.85 \), its expectation is calculated as \( E(Y) = 20 \times 0.85 = 17 \).
9Step 9 - Conditional Probability P(X=2, Z=3 | Y=17)
Given \( Y=17 \), find \( P(X=2, Z=3 | Y=17) = P(X=2, Z=3, Y=17)/P(Y=17) \). Compute the numerator using the multinomial PMF and \( P(Y=17) \) is found by considering all \( X+Z=3 \).
10Step 10 - Conditional Probability P(X=2 | Y=17)
Use the relation \( P(X=2 | Y=17) = \frac{P(X=2, Y=17)}{P(Y=17)} \). Obtain each term similar to benchmarks set in Step 9.
11Step 11 - Conditional Expectation E(X | Y = 17)
Given \( Y = 17 \), find the expected value \( E(X | Y = 17) \) based on configurations \( Z \) can take (1 to 3) using conditional probabilities of \( X \) given specific \( Z \) counts.