Skip to main content
Back to Permutations & Combinations
JEE Main 2020
Permutations & Combinations
Permutations and Combinations
Easy

Question

Team 'A' consists of 7 boys and n girls and Team 'B' has 4 boys and 6 girls. If a total of 52 single matches can be arranged between these two teams when a boy plays against a boy and a girl plays against a girl, then n is equal to :

Options

Solution

Key Concepts and Formulas

  • Fundamental Principle of Counting (Multiplication Principle): If one event can occur in mm ways and a second event can occur in nn ways, and the events are independent, then the number of ways the two events can occur together is m×nm \times n.
  • Combination Formula: The number of ways to choose rr objects from a set of kk distinct objects is given by kCr=k!r!(kr)!{}^k{C_r} = \frac{k!}{r!(k-r)!}. In the special case where r=1r=1, kC1=k{}^k{C_1} = k.

Step-by-Step Solution

1. Understand the Problem

We are given two teams, A and B, with known numbers of boys and girls in each. We are also given the total number of possible single matches (boy vs. boy and girl vs. girl) between the teams. The goal is to find the number of girls, nn, in Team A.

2. Calculate the Number of Boy-Boy Matches

To form a boy-boy match, we need to choose one boy from Team A and one boy from Team B.

  • Number of ways to choose 1 boy from Team A: Team A has 7 boys. The number of ways to choose 1 boy is 7C1=7{}^7{C_1} = 7
  • Number of ways to choose 1 boy from Team B: Team B has 4 boys. The number of ways to choose 1 boy is 4C1=4{}^4{C_1} = 4

Using the multiplication principle, the total number of boy-boy matches is: Total boy-boy matches=7C1×4C1=7×4=28\text{Total boy-boy matches} = {}^7{C_1} \times {}^4{C_1} = 7 \times 4 = 28 Explanation: Each of the 7 boys in Team A can play against any of the 4 boys in Team B, resulting in 7×4=287 \times 4 = 28 possible matches.

3. Calculate the Number of Girl-Girl Matches

To form a girl-girl match, we need to choose one girl from Team A and one girl from Team B.

  • Number of ways to choose 1 girl from Team A: Team A has nn girls. The number of ways to choose 1 girl is nC1=n{}^n{C_1} = n
  • Number of ways to choose 1 girl from Team B: Team B has 6 girls. The number of ways to choose 1 girl is 6C1=6{}^6{C_1} = 6

Using the multiplication principle, the total number of girl-girl matches is: Total girl-girl matches=nC1×6C1=n×6=6n\text{Total girl-girl matches} = {}^n{C_1} \times {}^6{C_1} = n \times 6 = 6n Explanation: Each of the nn girls in Team A can play against any of the 6 girls in Team B, resulting in n×6=6nn \times 6 = 6n possible matches.

4. Formulate the Equation and Solve for nn

The total number of matches is the sum of the boy-boy matches and the girl-girl matches, which is given as 52. Total matches=Total boy-boy matches+Total girl-girl matches\text{Total matches} = \text{Total boy-boy matches} + \text{Total girl-girl matches} Substituting the values we calculated: 52=28+6n52 = 28 + 6n Now, we solve for nn: 5228=6n52 - 28 = 6n 24=6n24 = 6n n=246n = \frac{24}{6} n=4n = 4

5. Verify the Solution

If n=4n=4, then there are 6n=6(4)=246n = 6(4) = 24 girl-girl matches. Adding the 28 boy-boy matches, we get a total of 28+24=5228 + 24 = 52 matches, which matches the given information.

Common Mistakes & Tips

  • Distinguishing Multiplication and Addition: Ensure you multiply the number of ways to choose a boy/girl from each team (independent events) and add the number of boy-boy and girl-girl matches since they are mutually exclusive.
  • Using the Correct Combination Formula: While the combination formula is used, remember that kC1=k{}^k{C_1} = k, which simplifies the calculations.

Summary

The problem requires us to find the number of girls in Team A by calculating the possible boy-boy and girl-girl matches between the two teams. We use the Fundamental Principle of Counting to find the number of each type of match and then set up an equation based on the total number of matches given. Solving the equation, we find that there are 4 girls in Team A.

The final answer is \boxed{4}, which corresponds to option (C).

Practice More Permutations & Combinations Questions

View All Questions