document.write( "Question 1169620: Mary can take on three possible routes from her home to her office in the morning.
\n" );
document.write( "The percentage of days on routes A, B and C to her office were 45%, 30% and
\n" );
document.write( "25% respectively. The traveling time on each of these three routes is normally
\n" );
document.write( "distributed with mean and standard deviation shown in the following table:
\n" );
document.write( " Route A Route B Route C
\n" );
document.write( "Mean 30 minutes 35 minutes 28 minutes
\n" );
document.write( "Standard deviation 10 minutes 8 minutes 12 minutes\r
\n" );
document.write( "\n" );
document.write( "Mary left her home at 8:28 a.m. and arrived at her office before 9:00 a.m.,
\n" );
document.write( "calculate the probability that she took route B to work. \n" );
document.write( "
Algebra.Com's Answer #851309 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this problem using Bayes' Theorem.\r \n" ); document.write( "\n" ); document.write( "**Understanding the Problem**\r \n" ); document.write( "\n" ); document.write( "We need to calculate the probability that Mary took route B, given that she arrived at her office before 9:00 a.m.\r \n" ); document.write( "\n" ); document.write( "**Given Information**\r \n" ); document.write( "\n" ); document.write( "* Routes: A, B, C \n" ); document.write( "* Probabilities: P(A) = 0.45, P(B) = 0.30, P(C) = 0.25 \n" ); document.write( "* Arrival time: Before 9:00 a.m. (32 minutes after leaving home) \n" ); document.write( "* Mean and standard deviation of travel times: \n" ); document.write( " * Route A: μA = 30, σA = 10 \n" ); document.write( " * Route B: μB = 35, σB = 8 \n" ); document.write( " * Route C: μC = 28, σC = 12\r \n" ); document.write( "\n" ); document.write( "**Solution**\r \n" ); document.write( "\n" ); document.write( "1. **Define Events:**\r \n" ); document.write( "\n" ); document.write( " * A: Mary took route A. \n" ); document.write( " * B: Mary took route B. \n" ); document.write( " * C: Mary took route C. \n" ); document.write( " * E: Mary arrived before 9:00 a.m. (travel time ≤ 32 minutes)\r \n" ); document.write( "\n" ); document.write( "2. **Calculate P(E|A), P(E|B), P(E|C):**\r \n" ); document.write( "\n" ); document.write( " * **P(E|A):** Probability of arriving before 9:00 a.m. given she took route A. \n" ); document.write( " * zA = (32 - 30) / 10 = 2 / 10 = 0.2 \n" ); document.write( " * P(E|A) = P(ZA ≤ 0.2) ≈ 0.5793 (using a z-table or calculator) \n" ); document.write( " * **P(E|B):** Probability of arriving before 9:00 a.m. given she took route B. \n" ); document.write( " * zB = (32 - 35) / 8 = -3 / 8 = -0.375 \n" ); document.write( " * P(E|B) = P(ZB ≤ -0.375) ≈ 0.3538 (using a z-table or calculator) \n" ); document.write( " * **P(E|C):** Probability of arriving before 9:00 a.m. given she took route C. \n" ); document.write( " * zC = (32 - 28) / 12 = 4 / 12 = 1/3 ≈ 0.3333 \n" ); document.write( " * P(E|C) = P(ZC ≤ 0.3333) ≈ 0.6305 (using a z-table or calculator)\r \n" ); document.write( "\n" ); document.write( "3. **Calculate P(E):**\r \n" ); document.write( "\n" ); document.write( " * P(E) = P(E|A)P(A) + P(E|B)P(B) + P(E|C)P(C) \n" ); document.write( " * P(E) = (0.5793 * 0.45) + (0.3538 * 0.30) + (0.6305 * 0.25) \n" ); document.write( " * P(E) = 0.260685 + 0.10614 + 0.157625 \n" ); document.write( " * P(E) ≈ 0.52445\r \n" ); document.write( "\n" ); document.write( "4. **Apply Bayes' Theorem:**\r \n" ); document.write( "\n" ); document.write( " * We want to find P(B|E), the probability that she took route B given she arrived before 9:00 a.m. \n" ); document.write( " * Bayes' Theorem: P(B|E) = (P(E|B) * P(B)) / P(E) \n" ); document.write( " * P(B|E) = (0.3538 * 0.30) / 0.52445 \n" ); document.write( " * P(B|E) = 0.10614 / 0.52445 \n" ); document.write( " * P(B|E) ≈ 0.2024\r \n" ); document.write( "\n" ); document.write( "**Final Answer**\r \n" ); document.write( "\n" ); document.write( "The probability that Mary took route B to work is approximately 0.2024. \n" ); document.write( " \n" ); document.write( " |