document.write( "Question 695896: In a recent survey 80% of the citizens in the community favored the building of a municipal golf course. If you ask 15 citizens about this project find the probability that
\n" );
document.write( "a. at least 9 favor the project
\n" );
document.write( "b. exactly 9 favor the project
\n" );
document.write( "c. less than 9 favor the project\r
\n" );
document.write( "\n" );
document.write( "I cannot remember how to calculate this formula or use minitab to calculate it for me. Can you help? \n" );
document.write( "
Algebra.Com's Answer #428702 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a recent survey 80% of the citizens in the community favored the building of a municipal golf course. If you ask 15 citizens about this project find the probability that: \n" ); document.write( "Binomial Problems with n = 15 ; p(favor) = 0.80 \n" ); document.write( "-------------------- \n" ); document.write( "I use a TI-84 calculator. \n" ); document.write( "--------------------------------- \n" ); document.write( "a. at least 9 favor the project \n" ); document.write( "P(9<= x <=15) = 1-P(0<= x <=8) = 1 - binomcdf(15,0.8,8) = 0.9819 \n" ); document.write( "------------------------------------------ \n" ); document.write( "b. exactly 9 favor the project \n" ); document.write( "P(x = 9) = binompdf(15,0.8,9) = 0.0430 \n" ); document.write( "------------------------------------------ \n" ); document.write( "c. less than 9 favor the \n" ); document.write( "P(0<= x <=8) = binomcdf(15,0.8,8) = 0.0181 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |