1,077 views
4 votes
4 votes
A girl has to choose 4 items from a bucket which contains 3 red, 3 green, and 4 blue balls, now in how many ways she can do this?

2 Answers

Best answer
1 votes
1 votes
For now, let's consider that there are an infinite number of balls of each colour. So, we have to find the number of ways the girl can choose a total of 4 balls.

Think of colours as boxes, and we have 4 items to place in 3 different boxes. Visualise items as stars and boxes by the separators

One combination is:  * | * | * *  (1 red, 1 green, and 2 blue balls)

or:  * | | * * *  (1 red, 0 green, and 3 blue balls)

So, now we have to arrange 4 stars in 4 + 3 - 1 places (3 - 1 are the separators)

i.e. C(4 + 3 - 1, 4) = C(6, 4) = 15

Now, remove those cases when she chooses 4 red or 4 green balls.

So, the answer should be 15 - 2 = 13.
selected by
1 votes
1 votes

Another way This problem is similar as chocolate in box problem 

(x^0+x^1+x^2+x^3)(x^0+x^1+x^2+x^3)(x^0+x^1+x^2+x^3+x^4)

(1-x^4)(1-x^5)(1-x)-3      

Now solve it further (1+x^8-2x^4)(1-x^5)$\binom{2+r}{r}$xr

now multiply those term in power of x comes out to be x^4 because we need 4 item  

(1-2x^4)$\binom{2+r}{r}$xr

now at x=4 bcz multiply x^r with 1  

$\binom{2+4}{4}$x^4  -2x^4 now calculate the coffecient of power of x^4

$\binom{6}{4}$  -2

15-2

13  :)

Related questions

1.2k
views
1 answers
0 votes
Na462 asked Sep 18, 2018
1,194 views
How many solutions are there to the inequality x1 + x2 + x3 ≤ 11 where x1, x2, x3 are nonnegative integers? Hint: introduce a variable x4 such that x1 + x2 + x3 + x4 = ...
325
views
0 answers
1 votes
Shubhanshu asked Jul 21, 2017
325 views
No of balls = 3 identical red, 3 identical blue, 4 identical green.Urns = U1, U2, U3.Now my doubt here is that we can arrange all these 10 balls in those 3 urns as C(10+3...
415
views
1 answers
1 votes
Na462 asked Aug 19, 2018
415 views
Ans. 0
1.8k
views
2 answers
0 votes
Lakshman Bhaiya asked Oct 30, 2018
1,798 views
9 different books are to be arranged on a bookshelf. 4 of these books were written by Shakespeare, 2 by Dickens, and 3 by Conrad. How many possible permutations are there...