Question 1:
(a) To find the probability that a taxi driver earns less than $1500 in a day, we need to standardize the value using the given mean and standard deviation, and then find the corresponding probability from the standard normal distribution table:
z = (1500 - 1062.5) / 350 = 1.20
Using the standard normal distribution table, the probability of a standard normal random variable being less than 1.20 is approximately 0.8849. Therefore, the probability that a taxi driver earns less than $1500 in a day is approximately:
P(X < 1500) = P(Z < 1.20) = 0.8849
(b) We need to find the value of k such that 93.7% of the drivers earn more than $k a day. This means that the probability of a driver earning less than or equal to $k a day is 1 - 0.937 = 0.063. We can standardize k using the given mean and standard deviation, and then find the corresponding z-score from the standard normal distribution table:
z = (k - 1062.5) / 350
Using the standard normal distribution table, we find that the z-score corresponding to a probability of 0.063 is approximately -1.51. Therefore:
-1.51 = (k - 1062.5) / 350
k = -1.51 * 350 + 1062.5 = $499.25 (rounded to the nearest cent)
(c) The mean of the total daily earning is:
μT = μ1 + μ2 = 1062.5 + 235.5 = 1298
The variance of the total daily earning is the sum of the variances of the two earnings, since they are assumed to be independent:
σT² = σ1² + σ2² = 350² + 84.5² ≈ 128681
Therefore, the standard deviation of the total daily earning is:
σT ≈ √128681 ≈ 358.5
(rounded to the nearest integer)
(d) To find L1 and L2, we need to find the z-scores corresponding to the lower and upper 2.2% tails of the standard normal distribution:
z1 = -1.81
z2 = 1.81
Then we can use the formula for standardizing a normal random variable to find the corresponding values of T:
z1 = (L1 - μT) / σT
z2 = (L2 - μT) / σT
Solving for L1 and L2, we get:
L1 = μT + z1σT ≈ 1298 + (-1.81) * 358.5 ≈ $645
L2 = μT + z2σT ≈ 1298 + 1.81 * 358.5 ≈ $1951
(rounded to the nearest integer)
Question 2:
(a) We can model the transaction time of a single customer as a normal random variable with mean 20 and standard deviation 5. Then the total transaction time for 6 customers can be modeled as a normal random variable with mean 6 * 20 = 120 and standard deviation √(6 * 5²) = 15. To find the probability that 5 customers can finish the transaction within 20 seconds, we need to standardize the value using this mean and standard deviation, and then find the corresponding probability from the standard normal distribution table:
z = (5 * 20 - 120) / 15 = -0.53