document.write( "Question 571916: You have a book collection that consists of 20 horror novels, 15 romance novels, and 25 mystery novels. You randomly pick 4 books to read during a long trip. What is the probability that you pick at least one book of each type? \n" ); document.write( "
Algebra.Com's Answer #368266 by stanbon(75887) ![]() You can put this solution on YOUR website! You have a book collection that consists of 20 horror novels, 15 romance novels, and 25 mystery novels. You randomly pick 4 books to read during a long trip. What is the probability that you pick at least one book of each type? \n" ); document.write( "P(at least one of each) = 1 - P(some duplicates) \n" ); document.write( "# of one-of-a-kind groups of 3 books: 20*15*25 = 7500 \n" ); document.write( "# of random groups of 3 books: 60C3 = 34220 \n" ); document.write( "--- \n" ); document.write( "P(one of a kind) = 7500/34220 = 0.2192 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |