Let's calculate the mean number of hours of television watched each week before adding the additional data point of 30 hours, and then calculate the new mean after adding this data point.
Data:
0, 3, 8, 12, 14, 2, 2, 2, 7, 7, 7, 4, 4, 5, 5, 6, 6, 10, 10, 15, 15
Sum of these data points = 0+3+8+12+14+2+2+2+7+7+7+4+4+5+5+6+6+10+10+15+15 = 128
Number of these data points = 21
Mean before adding the additional data point = 128 / 21 ≈ 6.10
Now, add the additional data point of 30 hours:
New sum = 128 + 30 = 158
New number of data points = 21 + 1 = 22
New mean = 158 / 22 ≈ 7.18
Since the new mean (7.18) is greater than the old mean (6.10), the mean number of hours will increase.
So the answer is B. The mean number of hours will increase.