document.write( "Question 1191431: Suppose that 4 books are picked at random from a shelf containing 6 novels, 5 books of poems, and a dictionary.
\n" );
document.write( "(a) Find the probability that the dictionary is selected.
\n" );
document.write( "(b) Find the probability that 1 novel and 3 books of poems are selected.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823231 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 12C4 number of ways to pick 4 from 12 \n" ); document.write( "for a dictionary, the numerator is 11C3*1C1 \n" ); document.write( "The probability is 165/495 or 1/3 \n" ); document.write( "another way is probability= 1- not a dictionary, which is 1-(11/12)(10/11)(9/10)(8/9)=1-(8/12)=1/3 \n" ); document.write( "- \n" ); document.write( "the numerator is 6C1*5C3=60, so the probability is 60/495=12/95 \n" ); document.write( " |