Solveeit Logo

Question

Question: A box contains \[12\] balls out of which \[x\] are black. If one ball is drawn at random from the bo...

A box contains 1212 balls out of which xx are black. If one ball is drawn at random from the box, what is the probability that it will be a black ball? If 66 more black balls are put in the box, the probability of drawing a black ball is now double of what it was before. Find xx.

Explanation

Solution

First in this question we have to find the probability of drawing a black ball randomly from the box and number of black balls in the box. One relation in question is given that if 66 more black balls are put in the box, the probability of drawing a black ball is now double of what it was before. By using this we are going to solve the problem.
Probability is a type of ratio where we compare how many times an outcome can occur compared to all possible outcomes.
Probability = (The number of wanted outcomes)(The total possible outcomes){\text{Probability = }}\dfrac{{\left( {{\text{The number of wanted outcomes}}} \right)}}{{\left( {{\text{The total possible outcomes}}} \right)}}

Complete step-by-step answer:
It is given that a box contains 1212 balls out of which xx are black.
One ball is drawn at random from the box.
We need to determine the probability that it will be a black ball.
Total number of balls =1212
So the possible outcome of choosing one ball at random from the box, is 12C1^{12}{C_1} .
Thus the possible outcome of choosing one ball and it will be black, is xC1^x{C_1}.
The probability that one ball is taken out is a black ball
(The number of wanted outcomes)(The number of possible outcomes)\Rightarrow \dfrac{{\left( {{\text{The number of wanted outcomes}}} \right)}}{{\left( {{\text{The number of possible outcomes}}} \right)}}
xC112C1\Rightarrow \dfrac{{^x{C_1}}}{{^{12}{C_1}}}
By using combination formula to solve we get,
x!1!(x1)!12!1!11!\Rightarrow \dfrac{{\dfrac{{x!}}{{1!(x - 1)!}}}}{{\dfrac{{12!}}{{1!11!}}}}
Simplifying the above term,
x×(x1)!(x1)!12×11!11!\Rightarrow \dfrac{{\dfrac{{x \times (x - 1)!}}{{(x - 1)!}}}}{{\dfrac{{12 \times 11!}}{{11!}}}}
Cancelling the like terms in numerator and denominator to solve,
x12\Rightarrow \dfrac{x}{{12}}
It is also given that, 66 more black balls are put in the box.
Total number of balls =12+6=18 = 12 + 6 = 18
So the possible outcome of choosing one ball at random from the box, is 18C1^{18}{C_1} .
Thus the possible outcome of choosing one ball and it will be black, is x+6C1^{x + 6}{C_1}.
The probability that one ball is taken out is a black ball
(The number of wanted outcomes)(The number of possible outcomes)\Rightarrow \dfrac{{\left( {{\text{The number of wanted outcomes}}} \right)}}{{\left( {{\text{The number of possible outcomes}}} \right)}}
x+6C118C1\Rightarrow \dfrac{{^{x + 6}{C_1}}}{{^{18}{C_1}}}
By using combination formula to solve we get,
(x+6)!1!(x+61)!18!1!17!\Rightarrow \dfrac{{\dfrac{{(x + 6)!}}{{1!(x + 6 - 1)!}}}}{{\dfrac{{18!}}{{1!17!}}}}
Simplifying the above term,
(x+6)×(x+5)!(x+5)!18×17!17!\Rightarrow \dfrac{{\dfrac{{(x + 6) \times (x + 5)!}}{{(x + 5)!}}}}{{\dfrac{{18 \times 17!}}{{17!}}}}
Cancelling the like terms in numerator and denominator to solve,
x+618\Rightarrow \dfrac{{x + 6}}{{18}}
If 66 more black balls are put in the box, the probability of drawing a black ball is now double of what it was before. By using the relation in given we get,
x+618=2×x12\Rightarrow \dfrac{{x + 6}}{{18}} = 2 \times \dfrac{x}{{12}}
Simplifying the terms to find the value of xx,
x+618=2x12\Rightarrow \dfrac{{x + 6}}{{18}} = \dfrac{{2x}}{{12}}
x+618=x6\Rightarrow \dfrac{{x + 6}}{{18}} = \dfrac{x}{6}
Cross multiplying the denominator of the both terms to the numerator of the both terms,
6x+36=18x\Rightarrow 6x + 36 = 18x
Rearranging the variable and constant terms,
18x6x=36\Rightarrow 18x - 6x = 36
Subtracting the terms of xx,
12x=36\Rightarrow 12x = 36
Solve for xx,
x=3612=3\Rightarrow x = \dfrac{{36}}{{12}} = 3
Thus the value of xx is 33.

Note: A combination is a grouping or subset of items.
For a combination,
C(n,r)=nCr=n!(nr)!r!C\left( {n,r} \right){ = ^n}{C_r} = \dfrac{{n!}}{{(n - r)!r!}}
Where, factorial n is denoted by n!n! and defined by
n!=n(n1)(n2)(n4).......2.1n! = n(n - 1)(n - 2)(n - 4).......2.1