document.write( "Question 1199759: 62% of all Americans are home owners. If 35 Americans are randomly selected, find the probability that\r
\n" ); document.write( "\n" ); document.write( "a. Exactly 22 of them are are home owners. \r
\n" ); document.write( "\n" ); document.write( "b. At most 24 of them are are home owners. \r
\n" ); document.write( "\n" ); document.write( "c. At least 22 of them are home owners. \r
\n" ); document.write( "\n" ); document.write( "d. Between 17 and 21 (including 17 and 21) of them are home owners.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848247 by textot(100)\"\" \"About 
You can put this solution on YOUR website!
**a. Probability of exactly 22 homeowners:**\r
\n" ); document.write( "\n" ); document.write( "* This follows a binomial distribution with:
\n" ); document.write( " * n = 35 (sample size)
\n" ); document.write( " * p = 0.62 (probability of success - homeowner)
\n" ); document.write( " * q = 1 - p = 0.38 (probability of failure - not a homeowner)
\n" ); document.write( " * k = 22 (number of successes)\r
\n" ); document.write( "\n" ); document.write( "* Using the binomial probability formula:
\n" ); document.write( " P(X = k) = (nCk) * p^k * q^(n-k)
\n" ); document.write( " where nCk = n! / (k! * (n-k)!)\r
\n" ); document.write( "\n" ); document.write( "* P(X = 22) = (35C22) * (0.62)^22 * (0.38)^(35-22)
\n" ); document.write( " P(X = 22) ≈ 0.0898\r
\n" ); document.write( "\n" ); document.write( "**b. Probability of at most 24 homeowners:**\r
\n" ); document.write( "\n" ); document.write( "* P(X ≤ 24) = P(X = 0) + P(X = 1) + ... + P(X = 24)\r
\n" ); document.write( "\n" ); document.write( "* This requires calculating the binomial probability for each value of X from 0 to 24 and summing them. \r
\n" ); document.write( "\n" ); document.write( "* Using a calculator or statistical software (like Excel or a TI-84 calculator with the binomcdf function):
\n" ); document.write( " P(X ≤ 24) ≈ 0.9588\r
\n" ); document.write( "\n" ); document.write( "**c. Probability of at least 22 homeowners:**\r
\n" ); document.write( "\n" ); document.write( "* P(X ≥ 22) = P(X = 22) + P(X = 23) + ... + P(X = 35)\r
\n" ); document.write( "\n" ); document.write( "* This requires calculating the binomial probability for each value of X from 22 to 35 and summing them.\r
\n" ); document.write( "\n" ); document.write( "* Alternatively:
\n" ); document.write( " P(X ≥ 22) = 1 - P(X ≤ 21)\r
\n" ); document.write( "\n" ); document.write( "* Using a calculator or statistical software:
\n" ); document.write( " P(X ≥ 22) ≈ 0.2493\r
\n" ); document.write( "\n" ); document.write( "**d. Probability of between 17 and 21 homeowners (inclusive):**\r
\n" ); document.write( "\n" ); document.write( "* P(17 ≤ X ≤ 21) = P(X = 17) + P(X = 18) + ... + P(X = 21)\r
\n" ); document.write( "\n" ); document.write( "* Calculate each probability using the binomial probability formula and sum them up.\r
\n" ); document.write( "\n" ); document.write( "* Using a calculator or statistical software:
\n" ); document.write( " P(17 ≤ X ≤ 21) ≈ 0.6550\r
\n" ); document.write( "\n" ); document.write( "**In summary:**\r
\n" ); document.write( "\n" ); document.write( "* a) Probability of exactly 22 homeowners: 0.0898
\n" ); document.write( "* b) Probability of at most 24 homeowners: 0.9588
\n" ); document.write( "* c) Probability of at least 22 homeowners: 0.2493
\n" ); document.write( "* d) Probability of between 17 and 21 homeowners: 0.6550
\n" ); document.write( "
\n" ); document.write( "
\n" );