document.write( "Question 250104: a box contains a total of 50 textbooks, of which 10 are biology books. if you select 2 books at random, determine the probability that neither is a biology book.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #182068 by stanbon(75887) ![]() You can put this solution on YOUR website! a box contains a total of 50 textbooks, of which 10 are biology books. if you select 2 books at random, determine the probability that neither is a biology book. \n" ); document.write( "--------------- \n" ); document.write( "# of ways to succeed: 40C2 \n" ); document.write( "# of ways without restriction: 50C2 \n" ); document.write( "---------------- \n" ); document.write( "P(2 non-biology) = 40C2/50C2 = (40/50)(39/49) = 0.6367 \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |