document.write( "Question 246505: Arrange 15 different books onto bookshelf with 3 shelves. what is the probability that the top shelf has three books under the condition that exactly one shelf is empty?\r
\n" );
document.write( "\n" );
document.write( "I'm don't know how to use the condition. Any help? \n" );
document.write( "
Algebra.Com's Answer #180055 by stanbon(75887) ![]() You can put this solution on YOUR website! Arrange 15 different books onto bookshelf with 3 shelves. what is the probability that the top shelf has three books under the condition that exactly one shelf is empty? \n" ); document.write( "I don't know how to use the condition. Any help? \n" ); document.write( "----------------------- \n" ); document.write( "P(A | B) = P(A and B)/P(B) \n" ); document.write( "----------------------------- \n" ); document.write( "P(3 on top | 1 empty) = P(3 on top AND one empty)/P(1 empty) \n" ); document.write( "--- \n" ); document.write( "# of ways to get 3 on top: 15C3 \n" ); document.write( "# of ways to pick one empty: 2 \n" ); document.write( "--- \n" ); document.write( "# of ways to pick 3 on top AND one empty = 2*15C3 \n" ); document.write( "--- \n" ); document.write( "# of ways to Place 3 without restriction: 15! \n" ); document.write( "--- \n" ); document.write( "P(1 empty) = 2/3 \n" ); document.write( "------------------------- \n" ); document.write( "P(3 on top | 1 empty) = (2*15C3/15!)/(2/3) = 4.639x10^-10 \n" ); document.write( "========================================================== \n" ); document.write( "Check this out carefully. I am not fully satisfied with it. \n" ); document.write( "========================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |