A bag contains 6 blue marbles and 4 red marbles. Two marbles are sele
[#permalink]
24 Sep 2022, 05:20
Approach-1 (not recommended for this problem with such a large sample space but there are other problems where this APPROACH is the only efficient one of course they will have small sample space)
Sample Space
{
b1 b2
b1 b3
b1 b4
b1 b5
b1 b6
b2 b3
b2 b4
b2 b5
b2 b6
b3 b4
b3 b5
b3 b6
b4 b5
b5 b6
Total 15 instances here And
b1 r1
b1 r2
b1 r3
b1 r4
same for b2 b3 b4
b2 {r1....r4}
b3 {r1....r4}
b4 {r1....r4}
b5 {r1....r4}
b6 {r1....r4}
Total of 24 instances here
r1 {r2..r4}
r2 r3
r2 r4
r3 r4
Total 6 instances here
Total Favourable Outcome = 15
Total Possible Outcome = (15+24+6) = 45
Quant A: 15/45 = .333
Quant B: Do this process you will get .133
Approach-2:
Quant A : 6/10+5/9=.333
Quant B : 4/10+3/9=.133
Approach-3:
Quant A : 1-{1-(6/10)*(5/9)}=(1-.667)=.333
Quant B : using the same process would be .133.