document.write( "Question 374880: In the last presidential election 39% of the registerd voters in a certain city actually cast ballots.
\n" );
document.write( "a)In a random sample of 20 voters from that city, what is the probability that exactly 8 voted in the last presidential election?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #266640 by edjones(8007) You can put this solution on YOUR website! Let x=.39 and y=.61 \n" ); document.write( "(x+y)^20 \n" ); document.write( "nCr=Combination=n!/((n-r)!r! \n" ); document.write( ". \n" ); document.write( "20C8=125970 \n" ); document.write( "125970*x^8*y^12=0.179 the probability that exactly 8 voted. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |