SOLUTION: A bag contains 1 green, 4 red, and 5 yellow balls. Two balls are selected at random. Find P( 1 red and 1 yellow) and P(2 red).
Algebra ->
Probability-and-statistics
-> SOLUTION: A bag contains 1 green, 4 red, and 5 yellow balls. Two balls are selected at random. Find P( 1 red and 1 yellow) and P(2 red).
Log On
Question 455419: A bag contains 1 green, 4 red, and 5 yellow balls. Two balls are selected at random. Find P( 1 red and 1 yellow) and P(2 red). Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A bag contains 1 green, 4 red, and 5 yellow balls. Two balls are selected at random. Find P( 1 red and 1 yellow) and P(2 red).
--------------------
# of red/yellow pairs: 4*5 = 20
# of random pairs: 10C2 = 45
P(1red & 1yellow) = 20/45
===============================
# of red pairs: 4C2 = 6
# of random pairs = 45
P(2 red) = 6/45
===============================
Cheers,
Stan H.