document.write( "Question 967190: What is the probability that in a sample of 10 drivers exactly 4 will have a medical aid
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #591166 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
you don't have enough information to determine this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if this is a binomial probability type problem, what you need is the proportion of the population of drivers that has a medical aid in general.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "assuming that proportion is 20% of the population of drivers, then you would get the following:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = .2
\n" ); document.write( "q = 1 - p = .8
\n" ); document.write( "n = 10
\n" ); document.write( "x = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the general formula is p(x) = c(n,x) * p^x * q^(n-x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in your probolem, the formula would become p(4) = c(10,4) * .2^4 * .8^6 which would then become p(4) = 210 * .2^4 * .8^6 which becomes p(4) = .088080384.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if that proportion were 40%, then the formula would become p(4) = 10c4 * .4^4 * .6^6 which would then become p(4) = .250822656.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(10,4) is the combination formula for how many sets of 4 can you get out of 10 things where order is not important.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(10,4) = 10! / (4! * 6!) which is equal to 210.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );