Jill’s bowling scores are approximately normally distributed with mean 170 and standard deviation 20, while Jack’s scores are approximately normally distributed with mean 160 and standard deviation 15. If Jack and Jill each bowl one game, then assuming that their scores are independent random variables, approximate the probability that (a) Jack’s score is higher; (b) the total of their scores is above 350.

Question
Answer:
Answer:a) The probability of Jack scoring higher is 0.3446b) They probability of them scoring above 350 is 0.2119Step-by-step explanation:Lets call X the random variable that determines Jill's bowling score and Y the random variable that determines jack's. We have[tex]X \simeq N(170,400)\\Y \simeq N(160,225)[/tex]Note that we are considering the variance on the second entry, the square of the standard deviation.If we have two independent Normal distributed random variables, then their sum is also normally distributed. If fact, we have this formulas:[tex]N(\lambda_1, \sigma^2_1) + N(\lambda_2, \sigma^2_2) = N(\lambda_1 + \lambda_2,\sigma^2_1 + \sigma^2_2) \\r* N(\lambda_1, \sigma^2_1) = N(r\lambda_1,r^2\sigma^2_1)[/tex]  for independent distributions [tex]N(\lambda_1, \sigma^2_1)[/tex] , [tex]  N(\lambda_2, \sigma^2_2) [/tex] , and a real number r.a) We define Z to be Y-X. We want to know the probability of Z being greater than 0. We have[tex] Z = Y-X = N(160,225) - N(170,400) = N(160,225) + (N(-170,(-1)^2 * 400) = N(-10,625) [/tex] So Z is a normal random variable with mean equal to -10 and vriance equal to 625. The standard deviation of Z is √625 = 25.Lets work with the standarization of Z, which we will call W. [tex] W = (Z-\mu)/\sigma [/tex] = (Z+10)/25. W has Normal distribution with mean 0 and standard deviation 1. We haveP(Z > 0) = P( (Z+10)/25 > (0+10)/25) = P(W > 0.4) To calculate that, we will use the known values of the cummulative distribution function Φ of the standard normal distribution. For a real number k, P(W < k) = Φ(k). You can find those values in the Pdf I appended below. Since Φ is a cummulative distribution function, we have P(W > 0.4) = 1- Φ(0.4)That value of Φ(0.4) can be obtained by looking at the table, it is 0.6554. Therefore P(W > 0.4) = 1-0.6554 = 0.3446As a result, The probability of Jack's score being higher is 0.3446. As you may expect, since Jack is expected to score less that Jill, the probability of him scoring higher is lesser than 0.5.b) Now we define Z to be X+Y Since X and Y are independent Normal variables with mean 160 and 170 respectively, then Z has mean 330. And the variance of Z is equal to the sum of the variances of X and Y, that is, 625. Hence Z is Normally distributed with mean 330 and standard deviation rqual to 25 (the square root of 625).We want to know the probability of Z being greater that 350, for that we standarized Z. We call W the standarization. W is s standard normal distributed random variable, and it is obtained from Z by removing its mean 330 and dividing by its standard deviation 25.P(Z > 350) = P((Z  - 330)/25 > (350-330)/25) = P(W > 0.8) = 1-Φ(0.8) The last equality comes from the fact that Φ is a cummulative distribution function. The value of Φ(0.8) by looking at the table is 0.7881, therefore P(X+Y > 350) = 1 - Φ(0.8) = 0.2119. As you may expect, this probability is pretty low because the mean value of the sum of their combined scores is quite below 350.I hope this works for you!
solved
general 4 months ago 7966