SOLUTION: 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.
Algebra ->
Probability-and-statistics
-> SOLUTION: 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.
Log On
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.
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.
---------------
# of ways to succeed: 40C2
# of ways without restriction: 50C2
----------------
P(2 non-biology) = 40C2/50C2 = (40/50)(39/49) = 0.6367
========================================================
Cheers,
Stan H.