Sorunun Çözümü
Okuldaki toplam öğrenci sayısını bulmak için, her spor dalını seven öğrenci sayılarını çetele tablosundan belirleyip toplamamız gerekir.
- Futbol: `/// //// //// ///` = 5 + 5 + 5 + 3 = 18 öğrenci
- Basketbol: `/// //// //// /` = 5 + 5 + 5 + 1 = 16 öğrenci
- Tenis: `/// //// ///` = 5 + 5 + 3 = 13 öğrenci
- Voleybol: `/// //// //// ////` = 5 + 5 + 5 + 5 = 20 öğrenci
- Jimnastik: `/// /` = 5 + 1 = 6 öğrenci
Şimdi bu sayıları toplayalım:
Toplam öğrenci sayısı = $18 + 16 + 13 + 20 + 6$
Toplam öğrenci sayısı = $34 + 13 + 20 + 6$
Toplam öğrenci sayısı = $47 + 20 + 6$
Toplam öğrenci sayısı = $67 + 6$
Toplam öğrenci sayısı = $73$
Okulda toplam 73 öğrenci vardır.
Cevap A seçeneğidir.