SOLUTION: suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one after the other without replacement at random. what is the probability that they will both of
Algebra ->
Probability-and-statistics
-> SOLUTION: suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one after the other without replacement at random. what is the probability that they will both of
Log On
Question 749424: suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one after the other without replacement at random. what is the probability that they will both of the same colour Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! suppose a basket contains 100 red balls and 50 white balls, if two balls are drawn one after the other without replacement at random. what is the probability that they will both of the same colour
--------
# of ways to succeed: 100C2 + 50C2 = 6175
----
# of random pairs: 150C2 = 11,175
---
P(2red or 2white) = 6175/11175 = 0.5526
===========================================
Cheers,
Stan H.
==================