document.write( "Question 1171423: A researched wants to study the attitudes of college students towards credit cards. She plants to randomly select a sample of n students and give each a survey. She would like to have at least 50 students in the sample who regularly use credit cards. If 25% of all college students regularly use credit cards, estimate the minimum size of n so that the sample will contain 50 students who regularly use credit cards with a probability of at least 0.95.\r
\n" ); document.write( "\n" ); document.write( "I know this is a binomial approximation but I am not sure how to set this up.
\n" ); document.write( "

Algebra.Com's Answer #850936 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
You're right, this is a binomial distribution problem, and we'll use a normal approximation to solve it. Let's break down how to set it up:\r
\n" ); document.write( "\n" ); document.write( "**1. Define the Variables**\r
\n" ); document.write( "\n" ); document.write( "* **p:** The proportion of college students who regularly use credit cards (p = 0.25).
\n" ); document.write( "* **n:** The sample size we need to find.
\n" ); document.write( "* **X:** The number of students in the sample who regularly use credit cards.
\n" ); document.write( "* We want to find the minimum 'n' such that P(X ≥ 50) ≥ 0.95.\r
\n" ); document.write( "\n" ); document.write( "**2. Apply the Normal Approximation**\r
\n" ); document.write( "\n" ); document.write( "Since 'n' is unknown, we'll use the normal approximation to the binomial distribution. For this to be valid, we need np and n(1-p) to be sufficiently large (generally, at least 10). We'll check this condition after finding 'n'.\r
\n" ); document.write( "\n" ); document.write( "* **Mean (μ):** μ = np = 0.25n
\n" ); document.write( "* **Standard Deviation (σ):** σ = √(np(1-p)) = √(0.25n * 0.75) = √(0.1875n)\r
\n" ); document.write( "\n" ); document.write( "**3. Set up the Probability Statement**\r
\n" ); document.write( "\n" ); document.write( "We want P(X ≥ 50) ≥ 0.95. We need to convert this to a standard normal distribution (Z-score).\r
\n" ); document.write( "\n" ); document.write( "* **Continuity Correction:** Since we're approximating a discrete distribution with a continuous one, we use a continuity correction. Instead of X ≥ 50, we use X ≥ 49.5.
\n" ); document.write( "* **Z-score:** Z = (X - μ) / σ = (49.5 - 0.25n) / √(0.1875n)\r
\n" ); document.write( "\n" ); document.write( "So, we want:\r
\n" ); document.write( "\n" ); document.write( "* P(Z ≥ (49.5 - 0.25n) / √(0.1875n)) ≥ 0.95\r
\n" ); document.write( "\n" ); document.write( "**4. Find the Z-value**\r
\n" ); document.write( "\n" ); document.write( "Since we want the probability to be at least 0.95, we need to find the Z-value that corresponds to the area to the *left* being 0.05 (1 - 0.95), because we are looking for the area to the right to be 0.95.\r
\n" ); document.write( "\n" ); document.write( "* Using a Z-table or calculator, the Z-value corresponding to a left-tail area of 0.05 is approximately -1.645.\r
\n" ); document.write( "\n" ); document.write( "**5. Set up the Inequality**\r
\n" ); document.write( "\n" ); document.write( "Now we have:\r
\n" ); document.write( "\n" ); document.write( "* (49.5 - 0.25n) / √(0.1875n) ≤ -1.645\r
\n" ); document.write( "\n" ); document.write( "**6. Solve for n**\r
\n" ); document.write( "\n" ); document.write( "* 49.5 - 0.25n ≤ -1.645√(0.1875n)
\n" ); document.write( "* 49.5 - 0.25n ≤ -0.7115√(n)\r
\n" ); document.write( "\n" ); document.write( "Let's rearrange the inequality:\r
\n" ); document.write( "\n" ); document.write( "* 0.25n - 0.7115√n - 49.5 >= 0\r
\n" ); document.write( "\n" ); document.write( "This is a bit tricky to solve directly. Let's make a substitution to simplify:\r
\n" ); document.write( "\n" ); document.write( "* Let y = √n, so n = y².
\n" ); document.write( "* 0.25y² - 0.7115y - 49.5 >= 0\r
\n" ); document.write( "\n" ); document.write( "Now, we can use the quadratic formula to solve for y:\r
\n" ); document.write( "\n" ); document.write( "* y = [0.7115 ± √(0.7115² - 4 * 0.25 * -49.5)] / (2 * 0.25)
\n" ); document.write( "* y = [0.7115 ± √(0.50623 + 49.5)] / 0.5
\n" ); document.write( "* y = [0.7115 ± √49.99623] / 0.5
\n" ); document.write( "* y = [0.7115 ± 7.0708] / 0.5\r
\n" ); document.write( "\n" ); document.write( "Since √n must be positive, we take the positive solution:\r
\n" ); document.write( "\n" ); document.write( "* y = (0.7115 + 7.0708) / 0.5
\n" ); document.write( "* y = 7.7823 / 0.5
\n" ); document.write( "* y = 15.5646\r
\n" ); document.write( "\n" ); document.write( "Now, substitute back √n = y:\r
\n" ); document.write( "\n" ); document.write( "* √n = 15.5646
\n" ); document.write( "* n = (15.5646)²
\n" ); document.write( "* n ≈ 242.26\r
\n" ); document.write( "\n" ); document.write( "Since n must be an integer, we round up to ensure the probability is at least 0.95.\r
\n" ); document.write( "\n" ); document.write( "* n = 243\r
\n" ); document.write( "\n" ); document.write( "**7. Check the Normal Approximation Conditions**\r
\n" ); document.write( "\n" ); document.write( "* np = 243 * 0.25 = 60.75 (≥ 10)
\n" ); document.write( "* n(1-p) = 243 * 0.75 = 182.25 (≥ 10)\r
\n" ); document.write( "\n" ); document.write( "The conditions are met.\r
\n" ); document.write( "\n" ); document.write( "**Conclusion**\r
\n" ); document.write( "\n" ); document.write( "The minimum sample size 'n' should be 243.
\n" ); document.write( "
\n" ); document.write( "
\n" );