Question
Question: There are 5 positive numbers and 6 negative numbers. Three numbers are chosen at random and multipli...
There are 5 positive numbers and 6 negative numbers. Three numbers are chosen at random and multiplied. The probability that the product being a negative number is $$$$
A.\dfrac{11}{34}$$$$$
B. \dfrac{17}{33}
C.$\dfrac{16}{55}
D.\dfrac{15}{34}$$$$$
E.\dfrac{16}{33}$$$$$
Solution
We find the number of ways we can select 3 numbers out total given numbers as the total number of outcomesn(S). We find the number of favourable outcomes as number of ways we choose 3 numbers whose product will be negative as n(A)=n1(A)+n2(A) where n1(A) is the number of ways we can choose 2 positive and negative numbers and n2(A) is the number of ways we can choose 3 negative numbers. The required probability is P(A)=n(S)n(A).$$$$
Complete step by step answer:
We know from definition of probability that if there is n(A) number of ways of event A occurring (or number of favourable outcomes) and n(S) is the size of the sample space (number of all possible outcomes) then the probability of the event A occurring is given by
P(A)=n(S)n(A)
We are given in the question that there are 5 positive numbers and 6 negative numbers. We have to choose 3 numbers and then multiply. So the total number of numbers we can choose is 5+6=11. We can choose 3 numbers randomly out of 11 numbers in 11C3ways. So the number of all possible outcomes is
n(S)=11C3=3!8!11!=1×2×311×10×9=165
We want the product of the chosen three numbers to be negative. Let us denote the event of getting a negative product as A. We have two cases here.
Case-1: We select 2 positive numbers whose product will be positive and 1 negative number with whom we multiply the product of two positive numbers to get the final product negative. We can choose 2 positive numbers out of given 5 positive numbers in 5C2 way and 1 negative numbers out of 6 negative numbers in 6C1 way. So by rule of product the number of ways we can choose following case-1 is
n1(A)=5C2×6C1=10×6=60
Case-2: We select three negative numbers where two negative numbers when multiplied give positive and with which we multiply the third negative number to get negative. We can select 3 negative numbers out of 6 negative numbers in 6C3 ways. So the number of ways we can choose following case-2 is
n2(A)=6C3=3!6!3!=1×2×36×5×4=20
We can follow either case-1 or case-2 to get the negative product. So by rule of sum the number of favourable outcomes is number of ways we choose 3 numbers whose product will be negative is
n(A)=n1(A)+n2(A)=60+20=80
So the required probability is
P(A)=16580=3316
So, the correct answer is “Option E”.
Note: We note that since the numbers are distinct mathematical objects we have used combination formula to select r objects from ndistinct objects as nCr=r!(n−r)!n!. We can alternatively solve by negation where we find the total number for ways we can select 3 numbers such that their product is positive as 5C3+6C2⋅5C1 and then subtract from 11C3to get the number of favourable outcomes.