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 12 balls out of which x are black. If one ball is drawn at random from the box, what is the probability that it will be a black ball? If 6 more black balls are put in the box, the probability of drawing a black ball is now double of what it was before. Find x.
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 6 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 total possible outcomes)(The number of wanted outcomes)
Complete step-by-step answer:
It is given that a box contains 12 balls out of which x 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 =12
So the possible outcome of choosing one ball at random from the box, is 12C1 .
Thus the possible outcome of choosing one ball and it will be black, is xC1.
The probability that one ball is taken out is a black ball
⇒(The number of possible outcomes)(The number of wanted outcomes)
⇒12C1xC1
By using combination formula to solve we get,
⇒1!11!12!1!(x−1)!x!
Simplifying the above term,
⇒11!12×11!(x−1)!x×(x−1)!
Cancelling the like terms in numerator and denominator to solve,
⇒12x
It is also given that, 6 more black balls are put in the box.
Total number of balls =12+6=18
So the possible outcome of choosing one ball at random from the box, is 18C1 .
Thus the possible outcome of choosing one ball and it will be black, is x+6C1.
The probability that one ball is taken out is a black ball
⇒(The number of possible outcomes)(The number of wanted outcomes)
⇒18C1x+6C1
By using combination formula to solve we get,
⇒1!17!18!1!(x+6−1)!(x+6)!
Simplifying the above term,
⇒17!18×17!(x+5)!(x+6)×(x+5)!
Cancelling the like terms in numerator and denominator to solve,
⇒18x+6
If 6 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,
⇒18x+6=2×12x
Simplifying the terms to find the value of x,
⇒18x+6=122x
⇒18x+6=6x
Cross multiplying the denominator of the both terms to the numerator of the both terms,
⇒6x+36=18x
Rearranging the variable and constant terms,
⇒18x−6x=36
Subtracting the terms of x,
⇒12x=36
Solve for x,
⇒x=1236=3
Thus the value of x is 3.
Note: A combination is a grouping or subset of items.
For a combination,
C(n,r)=nCr=(n−r)!r!n!
Where, factorial n is denoted by n! and defined by
n!=n(n−1)(n−2)(n−4).......2.1