document.write( "Question 1117107: in library shelf there are 5 novels,3 poems and dictionary.if three books are picked at random then how many ways this can be done if
\n" ); document.write( "a)there is no restriction.
\n" ); document.write( "b)A dicttionary is selected.
\n" ); document.write( "c)2 novels and 1 poem are selected.
\n" ); document.write( "

Algebra.Com's Answer #732077 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
5 novels,3 poems and dictionary = 9 books
\n" ); document.write( ":
\n" ); document.write( "a) 9C3 = 9! / (3! * (9-3)!) = (9*8*7) / (3*2) = 3*4*7 = 84 ways
\n" ); document.write( ":
\n" ); document.write( "b) 1 * 8C2 = 28 ways
\n" ); document.write( ":
\n" ); document.write( "c) 5C2 * 3C1 = 10 * 3 = 30 ways
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );