Math Problem Statement

In a school having 100 students, every student plays at least one sport. 50 students play chess, 30 students play football, and 60 students play cricket. 20 students play exactly two sports. If the number of students who play both chess and football is 15 and the number of students who play both football and cricket is also 15, find the number of students who only play chess.

Solution

Let's solve this problem by setting up the given information:

We have:

  • Total students: 100
  • Students playing chess: 50
  • Students playing football: 30
  • Students playing cricket: 60
  • Students playing exactly two sports: 20
  • Students playing both chess and football: 15
  • Students playing both football and cricket: 15

We are asked to find the number of students who only play chess.

Let's define:

  • CC: Students playing chess
  • FF: Students playing football
  • RR: Students playing cricket

Let xx be the number of students who only play chess.

Step-by-Step Solution

Using the inclusion-exclusion principle for three sets, we know:

CFR=C+F+RCFFRRC+CFR|C \cup F \cup R| = |C| + |F| + |R| - |C \cap F| - |F \cap R| - |R \cap C| + |C \cap F \cap R|

Here:

  • C=50|C| = 50
  • F=30|F| = 30
  • R=60|R| = 60
  • CF=15|C \cap F| = 15
  • FR=15|F \cap R| = 15
  • CR|C \cap R| is unknown
  • CFR|C \cap F \cap R|: Number of students playing all three sports, unknown

Since we know 20 students play exactly two sports, we can calculate the total overlap for those playing all three sports.

Let me know if you want the detailed calculations or further clarifications on this approach.


Here are related questions for further practice:

  1. How many students play only football?
  2. How many students play only cricket?
  3. What is the number of students playing all three sports?
  4. How would the answer change if there were 10 students playing all three sports?
  5. How do we apply the inclusion-exclusion principle to count sets?

Tip: Always break down word problems into sets and use principles like inclusion-exclusion for accurate counting.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Set Theory
Inclusion-Exclusion Principle
Problem Solving in Combinatorics

Formulas

Inclusion-Exclusion Principle: |A ∪ B ∪ C| = |A| + |B| + |C| - |A ∩ B| - |B ∩ C| - |C ∩ A| + |A ∩ B ∩ C|

Theorems

Inclusion-Exclusion Principle

Suitable Grade Level

Grades 9-10