75.0k views
2 votes
Batteries of each type have lifetimes before recharge that can be assumed independent and Normally distributed. The mean and standard deviation of the lifetimes of the Duxcell batteries are 10 and 2 minutes respectively, the mean and standard deviation for the Infinitycell batteries are 14 and 3 minutes respectively.

Part a) What is the probability that a Duxcell battery will last longer than an Infinitycell battery?,

User Binball
by
7.1k points

2 Answers

5 votes

Answer:

0.1562

Explanation:

Step 1

In this tep we define the normal distributions in this problem. . The lifetime of the Duracell battery is a normal random variable X with parameters (10,4). The lifetime of the Infinitycell battery is a normal random variable with parameters (14.9).

Step 2

Define the new normal distribution formed by the combination of these two distributions. We define a random variable Z such that

,
Z=X-Y.

This will be a random variable with mean of
\mu_x-\mu_y=10-14=-4. This random variable will have a variance of
\mu_z^2 =\mu_x^2+\mu_y^2=2^2+3^2=13. The mean for this distribution is
\mu_z=√(13) . The random variable Z is normally distributed with parameters (-4,13)

Step 3

The next step is to calculate the probability that
Z=X-Y>0. For that we perform the calculation shown below. Along the way , we will use the method of transforming any normal distribution to the standard normal distribution.This transformation is
z=(x-u)/(\sigma).


P(Z>0)=P(X-Y>0)=P(Z>0)\\P(Z>0)=1-P(Z<0)\\P(Z>0)=1-P(\tfrac{0-(-4)}{√(13)})=1-P(\tfrac{4}{√(13)})\\P(Z>0)=1-0.8438\\P(Z>0)=0.1562

User NPcomp
by
7.7k points
5 votes
Solution:
X = N(10, 2^2)
This means that:
mean is 10
variance is 2^2

Y = N(14, 3^2).

Asked:P(X > Y)
= P(X - Y > 0).

mean of Z = X - Y
= 10 - 14
variance = 2^2 + 3^2
Z = N(-4, 2^2 + 3^2).



User Rayann Nayran
by
7.8k points