document.write( "Question 287062: Suppose that a certain candidate is running in a city election. A recent poll of 500 randomly chosen voters concludes that 60% of the voters prefer this candidate. Determine the probability that the candidate will get less than 56% of the votes.Please help I keep getting this kind of question wrong and I have a test next week. I don't even know anymore if I'm even setting the thing up right. \n" ); document.write( "
Algebra.Com's Answer #208141 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that a certain candidate is running in a city election. \n" ); document.write( "A recent poll of 500 randomly chosen voters concludes that 60% of the voters prefer this candidate. \n" ); document.write( "Determine the probability that the candidate will get less than 56% of the votes. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem: n = 500 ; p = 0.6 \n" ); document.write( "--- \n" ); document.write( "Note 56% of 500 = 280 \n" ); document.write( "------------ \n" ); document.write( "P(0< x < 280) = binomcdf(500,0.6,280) = 0.0380 \n" ); document.write( "================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |