EgmatQuantExpert
In a box there are 4 ball point pens, and 3 fountain pens. How many possible selections can be formed which have at least 2 items of every types of pen?
A. 26
B. 44
C. 52
D. 78
E. 130
When we need a minimum of 2 pens of each type, these are the following options available:
When we have 2 ball-point pens
1. Along with 2 fountain pens - \(C_2^4 * C_2^3 = 6*3 = 18\)
2. Along with 3 fountain pens - \(C_2^4 * C_3^3 = 6*1 = 6\)
When we have 2 fountain pens
1. Along with 3 ball-point pens - \(C_2^3 * C_3^4 = 3*4 = 12\)
2. Along with 4 ball-point pens - \(C_2^3 * C_4^4 = 3*1 = 3\)
When we have 3 ball-point pens along with 3 fountain pens - \(C_3^3 * C_3^4 = 1*4 = 4\)
When we have all 7 pens - \(C_3^3 * C_4^4 = 1*1 = 1\)
The total possibilities are 18 + 6 + 12 + 3 + 4 + 1 = 44
Therefore, there are
44(Option B) possible selections which have at least 2 items of every types of pen.