SOLUTION: The number of calls received per day at a crisis helpline is distributed according to the following discrete probability distribution. Find the missing number and then use your an

Algebra ->  Probability-and-statistics -> SOLUTION: The number of calls received per day at a crisis helpline is distributed according to the following discrete probability distribution. Find the missing number and then use your an      Log On


   



Question 1155142: The number of calls received per day at a crisis helpline is distributed according to the following discrete probability distribution. Find the missing number and then use your answer to compute the mean and standard deviation of the discrete probability distribution. Here, the discrete random variable, x, represents the number of calls in a day.
x 30 31 32 33 34
P(X) .05 .21 ? .15 .11

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Let y be the missing number for now.
The values in the probability P(X) row must add to 1
0.05+0.21+y+0.15+0.11 = 1
y+0.52 = 1
y = 1-0.52
y = 0.48
The missing number in the table is 0.48


----------------------------------------------------------------------
Computing the mean (mu)

I'll write the table out like this
XP(X)
300.05
310.21
320.48
330.15
340.11



Now add on a X*P(X) column. Each row in this column is the result of multiplying the X and P(X) values for the given row. Eg: 31*0.21 = 6.51 for row 2
XP(X)X*P(X)
300.051.5
310.216.51
320.4815.36
330.154.95
340.113.74

Adding up everything in the X*P(X) column yields
1.5+6.51+15.36+4.95+3.74 = 32.06

The mean is mu = 32.06

----------------------------------------------------------------------

Computing the standard deviation (sigma)

Subtract the mean mu = 32.06 from each data value X. This forms the (X-mu) column.
Then square each value in that column to get another column (X-mu)^2
Finally, multiply that with the P(X) column

This is what the table should look like
XP(X)X-mu(X-mu)^2(X-mu)^2*P(X)
300.05-2.064.24360.21218
310.21-1.061.12360.235956
320.48-0.060.00360.001728
330.150.940.88360.13254
340.111.943.76360.413996

Add up the values in the last column
0.21218+0.235956+0.001728+0.13254+0.413996 = 0.9964

The variance is 0.9964

Take the square root of this to get sqrt(0.9964) = 0.9981984 approximately

sigma = 0.9981984 is the approximate standard deviation