Final answer:
The probabilities for the given values of X are computed using the provided probability mass function. The mean and variance of X are then calculated by respectively summarizing the value times probability and squared deviation from the mean times probability for all possible values of X.
Step-by-step explanation:
The student is tasked with determining the mean and variance of a random variable X, given its probability mass function f(x) = (1/2)(x/5) where x takes on values 1, 2, 3, 4. Additionally, probabilities for specific values of X are also inquired.
- a. P(X = 2): This is found by substituting x = 2 into the probability mass function, f(2) = (1/2)(2/5) = 1/5.
- b. P(X = 3): Similarly, substitute x = 3 to find f(3) = (1/2)(3/5) = 3/10.
- c. P(X > 2.5): Since X can only take integer values, P(X > 2.5) is the sum of probabilities that X can take values greater than 2.5, i.e., P(X = 3) + P(X = 4).
- d. P(X = 1): Substitute x = 1 into the probability mass function to get f(1) = (1/2)(1/5) = 1/10.
- e. Mean: Calculate by summing over all possible values of x multiplied by their respective probabilities.
- f. Variance: After finding the mean μ, calculate variance by summing (x - μ)²f(x) over all possible x values.
Calculations for Mean and Variance:
- First, compute the mean (μ) using the formula μ = ∑(x × f(x)) for all values of x.
- Next, calculate the variance (σ²) using the formula σ² = ∑((x - μ)² × f(x)) for all values of x.