In: Statistics and Probability
In a group of
10
batteries,
5
are dead. You choose 2 batteries at random.
a) Create a probability model for the number of good batteries you get.
b) What's the expected number of good ones you get?
c) What's the standard deviation?
a) Create a probability model.
Number good |
0 |
1 |
2 |
---|---|---|---|
P(Number good) |
nothing |
nothing |
nothing |
(Round to three decimal places as needed.)
b) The expected number of good batteries is
nothing.
(Round to two decimal places as needed.)
c) The standard deviation is
nothing.
a)
Probability of not getting a good battery = 5C2 / 10C2 = 10/45 = 2/9
Probability of getting a good battery and a bad battery = 5C1 * 5C1 / 10C2 = 25/45 = 5/9
Probability of not getting both good battery = 5C2 / 10C2 = 10/45 = 2/9
Number (Good) | 0 | 1 | 2 |
P(Number Good) | 2/9 | 5/9 | 2/9 |
________________________________________________________________________________
b) The Expected number of good batteries = SUM[ x * P(x)]
= 0 * (2/9) + 1 * (5/9) + 2 * (2/9)
= 0 + 5/9 + 4/9
= 9/9
= 1.00
_________________________________________________________________________________
c) Standard Deviation = Sqrt(Variance)
Variance = E(x2) - [E(x)]2
E(x2) = SUM[x2 * P(x)] = (02 * (2/9)) + (12 * (5/9)) + (22 * (2/9))
= 0 + 5/9 + 8/9
= 13/9
[E(x)]2 = (1)2 = 1
Therefore Variance = 13/9 - 1 = 4/9
Standard Deviation = Sqrt(Variance) = Sqrt(4/9) = 2/3 = 0.67
______________________________________________________________________________