document.write( "Question 1209659: 17​% adults favor the use of unmanned drones by police agencies. Twelve U.S. adults are randomly selected. Find the probability that the number of U.S. adults who favor the use of unmanned drones by police agencies is​ (a) exactly​ three, (b) at least​ four, (c) less than eight. \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #849768 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
This is a binomial probability problem. Here's how to solve it:\r
\n" ); document.write( "\n" ); document.write( "**1. Define the variables:**\r
\n" ); document.write( "\n" ); document.write( "* n = 12 (number of trials/adults selected)
\n" ); document.write( "* p = 0.17 (probability of success/favoring drones)
\n" ); document.write( "* q = 1 - p = 0.83 (probability of failure/not favoring drones)
\n" ); document.write( "* x = number of successes (adults favoring drones)\r
\n" ); document.write( "\n" ); document.write( "**2. Binomial probability formula:**\r
\n" ); document.write( "\n" ); document.write( "P(x) = (nCx) * p^x * q^(n-x)\r
\n" ); document.write( "\n" ); document.write( "where nCx is the binomial coefficient, calculated as n! / (x! * (n-x)!)\r
\n" ); document.write( "\n" ); document.write( "**(a) Exactly three:**\r
\n" ); document.write( "\n" ); document.write( "P(x = 3) = (12C3) * (0.17)^3 * (0.83)^9
\n" ); document.write( "P(x = 3) = (220) * (0.004913) * (0.185665)
\n" ); document.write( "P(x = 3) ≈ 0.201\r
\n" ); document.write( "\n" ); document.write( "**(b) At least four:**\r
\n" ); document.write( "\n" ); document.write( "This means x = 4, 5, 6, ..., 12. It's easier to calculate the complement and subtract from 1:\r
\n" ); document.write( "\n" ); document.write( "P(x ≥ 4) = 1 - P(x < 4)
\n" ); document.write( "P(x ≥ 4) = 1 - [P(x = 0) + P(x = 1) + P(x = 2) + P(x = 3)]\r
\n" ); document.write( "\n" ); document.write( "* P(x = 0) = (12C0) * (0.17)^0 * (0.83)^12 ≈ 0.122
\n" ); document.write( "* P(x = 1) = (12C1) * (0.17)^1 * (0.83)^11 ≈ 0.298
\n" ); document.write( "* P(x = 2) = (12C2) * (0.17)^2 * (0.83)^10 ≈ 0.312
\n" ); document.write( "* P(x = 3) ≈ 0.201 (calculated above)\r
\n" ); document.write( "\n" ); document.write( "P(x ≥ 4) = 1 - (0.122 + 0.298 + 0.312 + 0.201)
\n" ); document.write( "P(x ≥ 4) = 1 - 0.933
\n" ); document.write( "P(x ≥ 4) ≈ 0.067\r
\n" ); document.write( "\n" ); document.write( "**(c) Less than eight:**\r
\n" ); document.write( "\n" ); document.write( "This means x = 0, 1, 2, ..., 7. Again, it's easier to calculate the complement:\r
\n" ); document.write( "\n" ); document.write( "P(x < 8) = 1 - P(x ≥ 8)
\n" ); document.write( "P(x < 8) = 1 - [P(x = 8) + P(x = 9) + P(x = 10) + P(x = 11) + P(x = 12)]\r
\n" ); document.write( "\n" ); document.write( "Calculating each of these probabilities:\r
\n" ); document.write( "\n" ); document.write( "* P(x = 8) = (12C8) * (0.17)^8 * (0.83)^4 ≈ 0.0004
\n" ); document.write( "* P(x = 9) = (12C9) * (0.17)^9 * (0.83)^3 ≈ 0.00005
\n" ); document.write( "* P(x = 10), P(x = 11), and P(x = 12) will be even smaller and essentially zero for practical purposes.\r
\n" ); document.write( "\n" ); document.write( "P(x < 8) ≈ 1 - (0.0004 + 0.00005)
\n" ); document.write( "P(x < 8) ≈ 0.9995\r
\n" ); document.write( "\n" ); document.write( "So, P(x < 8) is very close to 1. It's highly likely that fewer than 8 adults in the sample will favor the use of drones.
\n" ); document.write( "
\n" ); document.write( "
\n" );