Total number of balls is 13.
First drawing:
Number all possible outcomes selecting 3 balls:
C(13,3)=10!3!13!=286
Number of selecting 3 white ball is combination:
C(5,3)=3!2!5!=10
P(3 white balls)=28610=1435
Second drawing:
Number of selecting 3 red balls is combination:
C(8,3)=3!5!8!=56
a) with replacement
P(3 red balls)=C(13,3)C(8,3)=28656=14328
So P(3 white and 3 red balls):
1435⋅14328=20449140
b) without replacement
After drawing 3 white balls bag contains 2 white and 8 red balls. 10 in total.
Hence number of selecting 3 red balls is combination:
C(10,3)=3!7!10!=120
P(3 red balls)=C(10,3)C(8,2)=12056=157
so P(3 white and 3 red balls):
1435⋅157=4297
Answer:
a) 20449140
b) 4297
Comments