document.write( "Question 1115521: it is estimated that 30% of all drivers have some kind of medical aid in USA. What is the probability that in a sample of 10 drivers:\r
\n" ); document.write( "\n" ); document.write( "1. Exactly 4 will have a medical aid.\r
\n" ); document.write( "\n" ); document.write( "2. Atleast 2 will have a medical aid.\r
\n" ); document.write( "\n" ); document.write( "3. More than 9 will have a medical
\n" ); document.write( "

Algebra.Com's Answer #730386 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
it is estimated that 30% of all drivers have some kind of medical aid in USA. What is the probability that in a sample of 10 drivers:
\n" ); document.write( "Binomial Problem with n = 10 and p = 0.3
\n" ); document.write( "-------
\n" ); document.write( "1. Exactly 4 will have a medical aid:: binompdf(10,0.3,4)
\n" ); document.write( "2. At least 2 will have a medical aid:: 1 - binomcdf(10,0.3,1)
\n" ); document.write( "3. More than 9 will have a medical:: 1- binomcdf(10,0.3,9)
\n" ); document.write( "----
\n" ); document.write( "I use a TI-84+ to get the decimal answers.
\n" ); document.write( "-----
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" );