document.write( "Question 386764: Find the probability of selecting 5 math books and 4 history books from a stack that contains 6 math books and 4 history books if the books are selected at random. \n" ); document.write( "
Algebra.Com's Answer #273356 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the probability of selecting 5 math books and 4 history books from a stack that contains 6 math books and 4 history books if the books are selected at random. \n" ); document.write( "------------------ \n" ); document.write( "# of ways to succeed: \n" ); document.write( "# of ways to select 5 math: 6C5 = 6 \n" ); document.write( "# of ways to select 4 hist: 4C4 = 1 \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 6*1 = 6 \n" ); document.write( "---------------- \n" ); document.write( "# of ways to select 9 books randomly: 10C9 = 10 \n" ); document.write( "----- \n" ); document.write( "P(selecting 5 math and 4 hist) = 6/10 = 3/5 \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |