document.write( "Question 310140: a bookshelf contains six mysteries and three biographies. two books are selected at random without replacement.
\n" ); document.write( "a. what is the probability that both books are mysteries?
\n" ); document.write( "b. what is the probability that one book is a mystery and the otehr is a biography?
\n" ); document.write( "

Algebra.Com's Answer #221837 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a bookshelf contains six mysteries and three biographies. two books are selected at random without replacement.
\n" ); document.write( "a. what is the probability that both books are mysteries?
\n" ); document.write( "P(2 mystery) = 6C2/9C2 == 15/36 = 5/12
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "b. what is the probability that one book is a mystery and the other is a biography?
\n" ); document.write( "1st: P(2 bio) = 3C2/9C2 = 3/36 = 1/12
\n" ); document.write( "--------
\n" ); document.write( "2nd: P(one of each) = 1 - [P(2 mystry) + P(2 bio)]
\n" ); document.write( "= 1 - [5/12 + 1/12]
\n" ); document.write( "= 1 - 6/12
\n" ); document.write( "= 1/2
\n" ); document.write( "============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );