document.write( "Question 1199757: 8% of all Americans live in poverty. If 37 Americans are randomly selected, find the probability that\r
\n" ); document.write( "\n" ); document.write( "a. Exactly 3 of them live in poverty. \r
\n" ); document.write( "\n" ); document.write( "b. At most 5 of them live in poverty. \r
\n" ); document.write( "\n" ); document.write( "c. At least 4 of them live in poverty. \r
\n" ); document.write( "\n" ); document.write( "d. Between 2 and 6 (including 2 and 6) of them live in poverty.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848283 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
**a) Probability of exactly 3 of them live in poverty.**\r
\n" ); document.write( "\n" ); document.write( "* This is a binomial probability problem.
\n" ); document.write( "* n = 37 (sample size)
\n" ); document.write( "* p = 0.08 (probability of success - living in poverty)
\n" ); document.write( "* q = 1 - p = 0.92 (probability of failure - not living in poverty)
\n" ); document.write( "* x = 3 (number of successes)\r
\n" ); document.write( "\n" ); document.write( "* P(X = 3) = (37C3) * (0.08)^3 * (0.92)^(37-3)
\n" ); document.write( " * where (37C3) is the number of combinations of 37 things taken 3 at a time.\r
\n" ); document.write( "\n" ); document.write( "* Using a binomial probability calculator or statistical software:
\n" ); document.write( " P(X = 3) ≈ 0.2079\r
\n" ); document.write( "\n" ); document.write( "**b) Probability of at most 5 of them live in poverty.**\r
\n" ); document.write( "\n" ); document.write( "* P(X ≤ 5) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)\r
\n" ); document.write( "\n" ); document.write( "* Use a cumulative binomial probability calculator or statistical software:
\n" ); document.write( " P(X ≤ 5) ≈ 0.9589\r
\n" ); document.write( "\n" ); document.write( "**c) Probability of at least 4 of them live in poverty.**\r
\n" ); document.write( "\n" ); document.write( "* P(X ≥ 4) = P(X = 4) + P(X = 5) + ... + P(X = 37)\r
\n" ); document.write( "\n" ); document.write( "* Alternatively:
\n" ); document.write( " P(X ≥ 4) = 1 - P(X ≤ 3)
\n" ); document.write( " P(X ≥ 4) = 1 - (P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3))
\n" ); document.write( " P(X ≥ 4) ≈ 1 - 0.7847 = 0.2153\r
\n" ); document.write( "\n" ); document.write( "**d) Probability of between 2 and 6 of them live in poverty (inclusive):**\r
\n" ); document.write( "\n" ); document.write( "* P(2 ≤ X ≤ 6) = P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) + P(X = 6) \r
\n" ); document.write( "\n" ); document.write( "* Use a cumulative binomial probability calculator or statistical software to find:
\n" ); document.write( " P(2 ≤ X ≤ 6) ≈ 0.9983\r
\n" ); document.write( "\n" ); document.write( "**In summary:**\r
\n" ); document.write( "\n" ); document.write( "* a) P(X = 3) ≈ 0.2079
\n" ); document.write( "* b) P(X ≤ 5) ≈ 0.9589
\n" ); document.write( "* c) P(X ≥ 4) ≈ 0.2153
\n" ); document.write( "* d) P(2 ≤ X ≤ 6) ≈ 0.9983
\n" ); document.write( "
\n" ); document.write( "
\n" );