Explanation:
a) To draw the corresponding probability histogram, we can represent each value of X on the x-axis and their corresponding probabilities on the y-axis. Here is the probability histogram:
```
|
|
|
|
|
|
|
|
| |
| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|-------------------------
0 1 2 3 4
```
The height of each bar represents the probability of the corresponding value of X.
b) To find the probability that at least two students show up, we need to sum the probabilities for X = 2, 3, and 4:
P(X ≥ 2) = P(X = 2) + P(X = 3) + P(X = 4)
= 0.30 + 0.20 + 0.25
= 0.75
Therefore, the probability that at least two students show up is 0.75 or 75%.