SOLUTION: x P(x)
0 0.1
1 0.15
2 0.15
3 0.6
Find the mean of this probability distribution. Round your answer to one decimal place.
Find the standard deviation of this probabil
Algebra ->
Probability-and-statistics
-> SOLUTION: x P(x)
0 0.1
1 0.15
2 0.15
3 0.6
Find the mean of this probability distribution. Round your answer to one decimal place.
Find the standard deviation of this probabil
Log On
You can put this solution on YOUR website! | | | | |
Find the mean of this probability distribution. Round your answer to one decimal place
to find the mean (expectation) of the given distribution, we will use the following formula:
Find the standard deviation of this probability distribution. Give your answer to decimal places.
Multiply the x and P(x) values to form a new column.
Spreadsheet software is recommended.
x
P(x)
x*P(x)
0
0.1
0
1
0.15
0.15
2
0.15
0.3
3
0.6
1.8
Add up the values in that new column to get the mean aka expected value.
The spreadsheet command called "SUM" is useful for adding up numbers quickly.
mu = 0 + 0.15 + 0.3 + 1.8 = 2.25
This rounds to 2.3 when rounding to one decimal place.
Another way to find the variance is to introduce a column labeled x^2*P(x)
x
P(x)
x*P(x)
x^2*P(x)
0
0.1
0
0
1
0.15
0.15
0.15
2
0.15
0.3
0.6
3
0.6
1.8
5.4
Adding up all of the x^2*P(x) values will get us
0 + 0.15 + 0.6 + 5.4 = 6.15
Subtract off mu^2 = (2.25)^2 = 5.0625 and you'll get:
6.15 - 5.0625 = 1.0875 which is the variance we calculated in the previous section above.
So there are two versions we could use
variance = Sum of (x-mu)^2*P(x) values
or
variance = [Sum of x^2*P(x) values] - mu^2