document.write( "Question 1168409: 73% of all Americans live in cities with population greater than 100,000 people. If 35 Americans are randomly selected, find the probability that\r
\n" );
document.write( "\n" );
document.write( "a. Exactly 26 of them live in cities with population greater than 100,000 people. \r
\n" );
document.write( "\n" );
document.write( "b. At most 26 of them live in cities with population greater than 100,000 people. \r
\n" );
document.write( "\n" );
document.write( "c. At least 25 of them live in cities with population greater than 100,000 people. \r
\n" );
document.write( "\n" );
document.write( "d. Between 21 and 25 (including 21 and 25) of them live in cities with population greater than 100,000 people. \n" );
document.write( "
Algebra.Com's Answer #851573 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this problem using the binomial probability distribution.\r \n" ); document.write( "\n" ); document.write( "**Given:**\r \n" ); document.write( "\n" ); document.write( "* Probability of an American living in a city with population > 100,000 (p) = 73% = 0.73 \n" ); document.write( "* Number of Americans selected (n) = 35\r \n" ); document.write( "\n" ); document.write( "**a) Exactly 26 of them live in cities with population greater than 100,000 people.**\r \n" ); document.write( "\n" ); document.write( "We want to find P(X = 26), where X is the number of Americans living in cities with population > 100,000.\r \n" ); document.write( "\n" ); document.write( "The binomial probability formula is:\r \n" ); document.write( "\n" ); document.write( "P(X = k) = (nCk) * p^k * (1-p)^(n-k)\r \n" ); document.write( "\n" ); document.write( "Where:\r \n" ); document.write( "\n" ); document.write( "* nCk = n! / (k! * (n-k)!) \n" ); document.write( "* n = 35 \n" ); document.write( "* k = 26 \n" ); document.write( "* p = 0.73\r \n" ); document.write( "\n" ); document.write( "P(X = 26) = (35C26) * (0.73)^26 * (0.27)^9\r \n" ); document.write( "\n" ); document.write( "* 35C26 = 35! / (26! * 9!) = 54,835,425 \n" ); document.write( "* (0.73)^26 ≈ 0.000304 \n" ); document.write( "* (0.27)^9 ≈ 0.000001966\r \n" ); document.write( "\n" ); document.write( "P(X = 26) = 54,835,425 * 0.000304 * 0.000001966 \n" ); document.write( "P(X = 26) ≈ 0.0327\r \n" ); document.write( "\n" ); document.write( "**b) At most 26 of them live in cities with population greater than 100,000 people.**\r \n" ); document.write( "\n" ); document.write( "We want to find P(X ≤ 26), which is the sum of P(X = k) for k = 0 to 26.\r \n" ); document.write( "\n" ); document.write( "P(X ≤ 26) = Σ [ (35Ck) * (0.73)^k * (0.27)^(35-k) ] for k = 0 to 26\r \n" ); document.write( "\n" ); document.write( "This is tedious to calculate manually. We can use a calculator or software.\r \n" ); document.write( "\n" ); document.write( "P(X ≤ 26) ≈ 0.449\r \n" ); document.write( "\n" ); document.write( "**c) At least 25 of them live in cities with population greater than 100,000 people.**\r \n" ); document.write( "\n" ); document.write( "We want to find P(X ≥ 25), which is the sum of P(X = k) for k = 25 to 35.\r \n" ); document.write( "\n" ); document.write( "P(X ≥ 25) = Σ [ (35Ck) * (0.73)^k * (0.27)^(35-k) ] for k = 25 to 35\r \n" ); document.write( "\n" ); document.write( "Using a calculator or software:\r \n" ); document.write( "\n" ); document.write( "P(X ≥ 25) ≈ 0.141\r \n" ); document.write( "\n" ); document.write( "**d) Between 21 and 25 (including 21 and 25) of them live in cities with population greater than 100,000 people.**\r \n" ); document.write( "\n" ); document.write( "We want to find P(21 ≤ X ≤ 25), which is the sum of P(X = k) for k = 21 to 25.\r \n" ); document.write( "\n" ); document.write( "P(21 ≤ X ≤ 25) = Σ [ (35Ck) * (0.73)^k * (0.27)^(35-k) ] for k = 21 to 25\r \n" ); document.write( "\n" ); document.write( "Using a calculator or software:\r \n" ); document.write( "\n" ); document.write( "P(21 ≤ X ≤ 25) ≈ 0.297\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "a) Approximately 0.0327 \n" ); document.write( "b) Approximately 0.449 \n" ); document.write( "c) Approximately 0.141 \n" ); document.write( "d) Approximately 0.297 \n" ); document.write( " \n" ); document.write( " |