Complete question :
A breakfast cereal producer makes its most popular product by combining just raisins and flakes in each box of cereal. The amounts of flakes in the boxes of this cereal are normally distributed with a mean of 370 g and a standard deviation of 24 g. The amounts of raisins are also normally distributed with a mean of 170 g and a standard deviation of 7 g. Let T = the total amount of product in a randomly selected box, and assume that the amounts of flakes and raisins are independent of each other. Find the probability that the total amount of product is less than 575 g. You may round your answer to two decimal places. PT < 575)
Answer:
0.91924
Explanation:
Cereal :
X ~ N(μ = 370 ; σ² = 24²)
X ~ N(370 ; 576)
Raising :
X ~ N(μ = 170 ; σ² = 7²)
X ~ N(170 ; 49)
μ1 + μ2 = 370 + 170 = 540
σ1² + σ2² = 576 + 49 = 625
μ = μ1 + μ2 = 540
σ = sqrt(σ1² + σ2²) = 25
Recall:
Z = (x - μ) / σ
P( T < 575) = (575 - 540) / 25
P( T < 575) = 35 / 25
P( T < 575) = 1.4
P(Z < 1.4) = 0.91924