MathematicsCombinations and SelectionJEE Advanced 1978Easy
Visualized Solution (English)
Analyzing the Grid Structure
- Row 1 (R1): 2 squares
- Row 2 (R2): 4 squares
- Row 3 (R3): 2 squares
- Total squares: 8
Defining Distribution Variables
- Total 'X's to place: 6
- Constraint: Each row must have at least one 'X'
- Let xi be the number of 'X's in row Ri
- x1+x2+x3=6
- 1≤x1≤2, 1≤x2≤4, 1≤x3≤2
Case 1: Distribution (1,4,1)
- Case 1: x1=1,x2=4,x3=1
- Ways: 2C1×4C4×2C1=2×1×2=4
Case 2: Distribution (1,3,2)
- Case 2: x1=1,x2=3,x3=2
- Ways: 2C1×4C3×2C2=2×4×1=8
Case 3: Distribution (2,3,1)
- Case 3: x1=2,x2=3,x3=1
- Ways: 2C2×4C3×2C1=1×4×2=8
Case 4: Distribution (2,2,2)
- Case 4: x1=2,x2=2,x3=2
- Ways: 2C2×4C2×2C2=1×6×1=6
Calculating the Total Ways
- Total Ways = Case 1 + Case 2 + Case 3 + Case 4
- Total Ways = 4+8+8+6
- Total Ways = 26
00:00 / 00:00
Conceptually Similar Problems
MathematicsLinear PermutationsJEE Advanced 1988Easy
MathematicsCombinations and SelectionJEE Advanced 1981Moderate
MathematicsDerangement PrincipleJEE AdvancedEasy
MathematicsDerangement PrincipleJEE Advanced 2014Moderate
MathematicsCombinations and SelectionJEE Advanced 1986Easy
MathematicsCombinations and SelectionJEE Advanced 2012Easy
MathematicsCombinations and SelectionJEE Main 2004Easy
MathematicsCircular PermutationsJEE Main 2003Easy
MathematicsFundamental Principle of CountingJEE Main 2012Easy
MathematicsLinear PermutationsJEE Main 2004Easy