document.write( "Question 1203023: A researcher wishes to conduct a study of the color preferences of new car buyers. Suppose that 40%
\n" ); document.write( " of this population prefers the color green. If 20
\n" ); document.write( " buyers are randomly selected, what is the probability that exactly a fifth of the buyers would prefer green? Round your answer to four decimal places.
\n" ); document.write( "

Algebra.Com's Answer #838259 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
p = .4
\n" ); document.write( "q = 1 - .4 = .6
\n" ); document.write( "n = 20
\n" ); document.write( "p(x) = p^x * q^(n-x) * c(n,x)
\n" ); document.write( "when since 1/5 of 20 = 4, the formula becomes:
\n" ); document.write( "p(4) = .4^4 * .6^16 * c(20,4) = .03499.
\n" ); document.write( "that becomes 3.499% which rounds to 3.5%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c(n,x) is equal to n! / (x! * (n-x)!)
\n" ); document.write( "that becomes 20! / (4! * 16!)
\n" ); document.write( "that becoms (20*19*18*17*16!) / (4! * 16!)
\n" ); document.write( "that becomes (20*19*18*17) / (4*3*2*1) which is equal to 4845
\n" ); document.write( "p(4) becomes equal to .4^4 * .6^16 * 4845 = .03499 rounded to 5 decimal digits.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i calculated the total probabilities in excel.
\n" ); document.write( "hare are the results.
\n" ); document.write( "the sum of all the proabilities equals 1, as it should.
\n" ); document.write( "here are the results.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\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" );