The time taken to assemble a car in certain plant is a random variable having a normal distribution of 20 hours and a standard deviation of 2 hours. What is the probability the car can be assembled at this plant in a period of time
a) less than 19.5 hours?
b) between 20 and 22 hours?
Let X denote the time taken to assemble a car in a certain plant. Given "\\mu =20, \\sigma=2".
Let "Z = \\dfrac{X - 20}{2}".
a)
"\\begin{aligned}\nP(X<19.5) &= P\\left(\\dfrac{X - 20}{2} < \\dfrac{19.5 -20}{2}\\right)\\\\\n&= P(Z < -0.25)\\\\\n&= 1 - P(Z<0.25)\\\\\n&= 1 - 0.5987 ~~(\\text{Using Standard Normal Table})\\\\\n&=0.4013\n\\end{aligned}"
b)
"\\begin{aligned}\nP(20<X<22) &= P\\left(\\dfrac{20-20}{2}<\\dfrac{X - 20}{2} < \\dfrac{22 -20}{2}\\right)\\\\\n&= P(0< Z < 1)\\\\ &= P(Z<1)-P(Z<0)\\\\\n&=0.8413-0.5\\\\\n&= 0.3413 ~~(\\text{Using Standard Normal Table})\\\\\n\\end{aligned}"
Comments
Leave a comment