document.write( "Question 1178063: Suppose that 2500 customers subscribe to a telephone exchange. There are 80 trunk lines available. Any one customer has the probability of 0.03 of needing a trunk line on a given call. Consider the situation as 2500 trials with probability of “success” p = 0.03. What is the approximate probability that the 2500 customers will “tie up” the 80 trunk lines at any given time?\r
\n" ); document.write( "\n" ); document.write( "Thank you :)
\n" ); document.write( "

Algebra.Com's Answer #850366 by CPhill(1987)\"\" \"About 
You can put this solution on YOUR website!
Let's solve this problem step-by-step.\r
\n" ); document.write( "\n" ); document.write( "**Understanding the Problem**\r
\n" ); document.write( "\n" ); document.write( "* **Number of Customers (n):** 2500
\n" ); document.write( "* **Number of Trunk Lines:** 80
\n" ); document.write( "* **Probability of Needing a Trunk Line (p):** 0.03
\n" ); document.write( "* **Goal:** Find the probability that at least 81 customers need a trunk line (since there are only 80 available).\r
\n" ); document.write( "\n" ); document.write( "**Approximation Using Normal Distribution**\r
\n" ); document.write( "\n" ); document.write( "Since n is large and p is relatively small, we can approximate the binomial distribution with a normal distribution.\r
\n" ); document.write( "\n" ); document.write( "1. **Calculate the Mean (μ) and Variance (σ²) of the Binomial Distribution:**
\n" ); document.write( " * μ = np = 2500 * 0.03 = 75
\n" ); document.write( " * σ² = np(1 - p) = 2500 * 0.03 * 0.97 = 72.75
\n" ); document.write( " * σ = √72.75 ≈ 8.529\r
\n" ); document.write( "\n" ); document.write( "2. **Continuity Correction:**
\n" ); document.write( " * We want to find P(X ≥ 81), where X is the number of customers needing a trunk line.
\n" ); document.write( " * Since we are approximating a discrete distribution with a continuous one, we need to apply a continuity correction.
\n" ); document.write( " * We will use P(X > 80.5) to approximate P(X ≥ 81).\r
\n" ); document.write( "\n" ); document.write( "3. **Calculate the Z-score:**
\n" ); document.write( " * Z = (X - μ) / σ
\n" ); document.write( " * Z = (80.5 - 75) / 8.529 = 5.5 / 8.529 ≈ 0.6448\r
\n" ); document.write( "\n" ); document.write( "4. **Find the Probability Using the Standard Normal Table:**
\n" ); document.write( " * We want to find P(Z > 0.6448).
\n" ); document.write( " * From the standard normal table, P(Z ≤ 0.6448) ≈ 0.7397.
\n" ); document.write( " * Therefore, P(Z > 0.6448) = 1 - P(Z ≤ 0.6448) = 1 - 0.7397 ≈ 0.2603.\r
\n" ); document.write( "\n" ); document.write( "**Therefore, the approximate probability that the 2500 customers will \"tie up\" the 80 trunk lines at any given time is approximately 0.2603.**
\n" ); document.write( "
\n" ); document.write( "
\n" );