document.write( "Question 285578: in a recent survey of 25 voters, 17 favor a new city regulation and 8 oppose it. what is the probability that in a random sample of 6 respondents from this survey, exactly 2 favor the proposed regulation 4 oppose it? \n" ); document.write( "
Algebra.Com's Answer #207026 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
in a recent survey of 25 voters, 17 favor a new city regulation and 8 oppose it. what is the probability that in a random sample of 6 respondents from this survey, exactly 2 favor the proposed regulation 4 oppose it?
\n" ); document.write( "------------------
\n" ); document.write( "Binomial Problem with n=6; p = 17/25 ; x = 2
\n" ); document.write( "---
\n" ); document.write( "P(x= 2) = 6C2*(17/25)^2(8/25)^4 = binompdf(6,17/25,2) = 0.0727
\n" ); document.write( "=====================
\n" ); document.write( "I used a TI calculator to get the result.
\n" ); document.write( "=====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );