document.write( "Question 133741: I am not even sure where to start with this problem. Any assistance would be helpful. Thank you! \r
\n" );
document.write( "\n" );
document.write( "A survey of 12 people at a bookstore showed that five had purchased a hardcover book. If seven people are selected at random, what is the probability that four of them had purchased a hardcover book? \n" );
document.write( "
Algebra.Com's Answer #98714 by stanbon(75887) ![]() You can put this solution on YOUR website! A survey of 12 people at a bookstore showed that five had purchased a hardcover book. If seven people are selected at random, what is the probability that four of them had purchased a hardcover book? \n" ); document.write( "----------------------------------------------- \n" ); document.write( "From the survey you have P(person buys a hardcover book) = 5/12 \n" ); document.write( "---------------------------------- \n" ); document.write( "In a random sample of 7 you have a binomial problem with p = 5/12 \n" ); document.write( "--------------------- \n" ); document.write( "P(4 buy out of 7) = 7C4(5/12)^4(7/12)^3 = 0.2094 \n" ); document.write( "----------------------- \n" ); document.write( "If you have a TI calculator that is binompdf(7,(5/12),4) \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |