document.write( "Question 341986: Not all visitors to a certain company's website are customers. In fact, the website administrator estimates that about 10% of all visitors to the website are looking for other websites. Assuming that this estimate is correct, find the probability that, in a random sample of 4 visitors to the website, exactly 2 actually are looking for the website. \n" ); document.write( "
Algebra.Com's Answer #244904 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Not all visitors to a certain company's website are customers.
\n" ); document.write( "In fact, the website administrator estimates that about 10% of all visitors to the website are looking for other websites.
\n" ); document.write( "Assuming that this estimate is correct, find the probability that, in a random sample of 4 visitors to the website, exactly 2 actually are looking for the website.
\n" ); document.write( "---
\n" ); document.write( "Binomial with n = 4 and p = 0.1
\n" ); document.write( "P(x=2) = 4C2(0.9)^2*(0.1)^2 = binompdf(4,0.9,2) = 0.0486
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );