document.write( "Question 911268: Some town planners are thinking about introducing rail to ease
\n" );
document.write( "congestion on the country’s roads. It is known that commuters are
\n" );
document.write( "split on the decision and sixteen commuters are polled. \r
\n" );
document.write( "\n" );
document.write( "a. What is the probability that 13 of these persons want rail?
\n" );
document.write( "b. What is the probability that all 16 do not want rail?
\n" );
document.write( "c. What is the least number of persons to prefer rail before you
\n" );
document.write( "believe that there is a preference for rail?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552969 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(want rail) = 1/2, n = 16 \n" ); document.write( "P(x = 13)= binonpdf(16,.5,13) \n" ); document.write( "P(x = 0) = .5^16 \n" ); document.write( "c. 9 (split in general 50/50) \n" ); document.write( " |