document.write( "Question 886154: Recently missed a week of my statistics class,. Looking for help on the proper way to figure out a problem similar to this one:binomial distribution: consider the following data to be normally distributed. 80% of the people surveyed indicated they like the color blue. Find the probability that
\n" );
document.write( "8 out of 11 randomly surveyed people will like the color blue. \n" );
document.write( "
Algebra.Com's Answer #535733 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula for binomial probability is: \n" ); document.write( "p(x) = nCx * p^x * q^(n-x) \n" ); document.write( "in your problem: \n" ); document.write( "x = 8 \n" ); document.write( "n = 11 \n" ); document.write( "nCx = 11C8 \n" ); document.write( "p^x = .8^8 \n" ); document.write( "q^(n-x) = .2^3 \n" ); document.write( "your formula becomes: \n" ); document.write( "p(8) = 11C8 * .8^8 * .2^3 \n" ); document.write( "that probability becomes: \n" ); document.write( "p(8) = 165 * .8^8 * .2^3 which is equal to .2214592512\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "nCx is the combination of n things taken x at a time. \n" ); document.write( "the formula for nCx is: \n" ); document.write( "nCx = n! / ((n-x)! * x!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 11, there are 12 distinct sets of probabilities. \n" ); document.write( "they range from p(0) to p(11).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the sum of all probabilities must be equal to 1 or you did something wrong.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a list of all the probabilities for this problem. \n" ); document.write( "as you can see, the total sum of all probabilities is equal to 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a link that explains binomial probabilities.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "http://www.regentsprep.org/Regents/math/algtrig/ATS7/BLesson.htm \n" ); document.write( " |