Final answer:
To find and plot the PMF of X, we need to determine the probabilities of each possible outcome. To find the probability that X is less than or equal to 2, we need to calculate the sum of the probabilities for X=0, X=1, and X=2. To find the expected value (mean) and variance of X, we use the formulas for discrete random variables.
Step-by-step explanation:
a. Sketch a graph of the probability distribution of X.
The random variable X represents the absolute difference in the number of dots facing up when two dice are tossed. Since each die has 6 sides with numbers from 1 to 6, the possible outcomes for X can range from 0 to 5. The PMF (probability mass function) for X can be represented as follows:
P(X=0) = 1/36
P(X=1) = 2/36
P(X=2) = 4/36
P(X=3) = 6/36
P(X=4) = 8/36
P(X=5) = 10/36
Plotting these probabilities on a graph will show a histogram with X values on the x-axis and corresponding probabilities on the y-axis.
b. Using the formulas, calculate the (i) mean and (ii) standard deviation of X.
To calculate the mean of X, we multiply each X value by its corresponding probability and then sum them up. The mean can be calculated as: (mean) = (0 * 1/36) + (1 * 2/36) + (2 * 4/36) + (3 * 6/36) + (4 * 8/36) + (5 * 10/36) = 2.5
To calculate the standard deviation of X, we need to find the variance first. The variance is calculated as: (variance) = [(0-2.5)^2 * 1/36] + [(1-2.5)^2 * 2/36] + [(2-2.5)^2 * 4/36] + [(3-2.5)^2 * 6/36] + [(4-2.5)^2 * 8/36] + [(5-2.5)^2 * 10/36]. Once we have the variance, the standard deviation is the square root of the variance.