Solution:
a) To solve this task we need to find the following probability:
P{30≤ξ≤34}
To perform this we will use the Laplace integral table, but to do this we will need the following transformation:
P{x1≤ξ≤x2}=P{(x1−a)/σ≤(ξ−a)/σ≤(x2−a)/σ}=Φ0((x2−a)/σ)−Φ0((x1−a)/σ).
Where a - expected value (mean), a = 28;
σ=stddev=4
x1=30,x2=34
From it, we get:
Φ0((34−28)/4)−Φ0((30−28)/4)=Φ0(6/4)−Φ0(2/4)=
=Φ0(1.5)−Φ0(0.5)= by the table of Laplace Integrals =
=0.4332−0.1915=0.2417
b) In this task, we need to find if battery fails within a year. It is the same as the probability of a car to live less than or equal to a year:
P{ξ≤12} , because 1 year = 12 months
Actually, a car battery can not live for less 0 months, so we get lower boundary for our random variable:
P{0≤ξ≤12}
Using the same logic, as in part a) we get x2=12,x1=0 , and:
P{0≤ξ≤12}=Φ0((12−28)/4)−Φ0((0−28)/4)=
=Φ0((−16)/4)−Φ0((−28)/4)=Φ0((−4))−Φ(−7)=
Then, we will use the fact that Φ0(−x)=−Φ0(x)
=−Φ0(4)−(−Φ0(7))=Φ0(7)−Φ0(4)= from the table =
=0.49999−0.49996=0.00003
since all the values of Φ0(x),x>5 are considered to be 0.49999
c) This problem can be restated as follows: probability that car battery lives for x months is 0.4. Therefore, it fails with 0.6 chance
Find x
It gives us this expression:
P{0≤ξ≤x}=0.4
Rewriting the left part:
P{0≤ξ≤x}=Φ0((x−28)/4)−Φ0((0−28)/4)=
from previous task, for 0 months we get:
=Φ0((x−28)/4)+Φ0(7)=0.4
Φ0((x−28)/4)+0.49999=0.4
Φ0((x−28)/4)=−0,09999
−Φ0((x−28)/4)=0.09999
Then, remembering the formula:
−Φ0(x)=Φ0(−x)
We get:
Φ0((28−x)/4)=0.09999
Using the Laplace table, getting slightly bigger value Φ0(0.26)=1.026 :
(28−x)/4=0.26
28−x=1.04
x=26.94
Answer:
a) 0.2417
b) 0.00003
c) 26.94
Comments