Comprehensive Study Guide for 10th Grade Mathematics: Counting, Permutations, and Combinations

Counting Principles: Addition and Multiplication Rules

Counting methods are foundational to probability and statistics. Specifically, the Addition Rule (Toplama Yoluyla Sayma) and the Multiplication Rule (Çarpma Yoluyla Sayma) are used to determine the total number of possible outcomes for a given set of operations.

The Addition Rule is applied when a choice is made between mutually exclusive events. In the example of Soner, who wants to buy a book from a library shelf containing 55 different novels and 44 different poetry books, the number of ways he can choose 11 novel or 11 poetry book is the sum of the options: 5+4=95 + 4 = 9

The Multiplication Rule is applied when multiple choices are made in sequence. For instance, if Recep is in a shop with 44 different t-shirts and 33 different pairs of pants and wants to buy 11 t-shirt and 11 pair of pants, the total number of combinations is the product of the options: 4×3=124 \times 3 = 12

Path Problems in Counting

When calculating routes Between cities (e.g., City A, City B, and City C), the multiplication rule is used for sequential stages. Consider a scenario where there are 33 different paths between A and B, and 44 different paths between B and C.

To calculate the total ways to travel from A to C, passing through B: 3×4=123 \times 4 = 12

For a round trip (A to C and back to A): (3×4)×(3×4)=12×12=144(3 \times 4) \times (3 \times 4) = 12 \times 12 = 144

If the condition is that the same path used to go must be used to return: 3×4×1×1=123 \times 4 \times 1 \times 1 = 12

If the condition is that the specific path used during the outgoing trip cannot be used during the return trip (no repeating any single road segment between cities): 3×4×(41)×(31)=3×4×3×2=723 \times 4 \times (4-1) \times (3-1) = 3 \times 4 \times 3 \times 2 = 72

Linear Permutations and Conditional Arrangements

Permutation refers to the arrangement of objects in a specific order. The general formula for arranging nn distinct objects is n!n!.

Case Study: Student Arrangements If 33 girls and 22 boys are to be arranged for a photo with girls in the front and boys in the back, the arrangements within those rows are independent. The girls can be arranged in 3!3! ways and the boys in 2!2! ways. The total combinations are: 3!×2!=6×2=123! \times 2! = 6 \times 2 = 12

Case Study: Dance Team In an 88-person dance team, specialized positions reduce flexibility. If Ali (the captain) must be on the far left and AyŘe (the assistant) must be on the far right, their positions are fixed (11 choice each). The remaining 66 members can be arranged in the middle spots in 6!6! ways: 1×6!×1=7201 \times 6! \times 1 = 720

Case Study: Book Shelf Arrangements A shelf contains 22 Mathematics books and 33 Physics books.

  • Total unrestricted arrangements: 5!=1205! = 120.
  • Specific books fixed: If Math 1 is on the far left and Physics 2 is on the far right, the remaining 33 books fill the middle spots in 3!=63! = 6 ways.
  • Physics books together: Treat the 33 physics books as a single unit or "block." This gives 33 units to arrange (The Math books + the physics block). The total is (2+1)!×3!=6×6=36(2+1)! \times 3! = 6 \times 6 = 36.
  • Same genre books together: Treat Math books as one block (2!2!) and Physics books as one block (3!3!). There are 2!2! ways to arrange the blocks themselves. Total: 2!×(2!×3!)=2×2×6=242! \times (2! \times 3!) = 2 \times 2 \times 6 = 24.

Permutations with Numbers and Words

Digit Arrangements Using the set A={1,2,3,4}A = \{1, 2, 3, 4\}, the number of 44-digit numbers that can be written without repeating digits is 4!=244! = 24.

Alphabetical Sorting (The "ELMA" Problem) When words of a certain length are sorted alphabetically, we count how many words come before the target. To find the position of the word "ELMA" (composed of A, E, L, M):

  • Words starting with "A": 3!=63! = 6
  • Words starting with "E":   1. E-A-L-M (7th7^{th})   2. E-A-M-L (8th8^{th})   3. E-L-A-M (9th9^{th})   4. E-L-M-A (10th10^{th}) Thus, "ELMA" is the 10th10^{th} word.

Competition Outcomes In a race with 44 athletes, the number of different outcomes for the first three places (top three) is a permutation of 44 items taken 33 at a time: P(4,3)=4×3×2=24P(4, 3) = 4 \times 3 \times 2 = 24

Specific Relative Positioning Among 55 people, including Selim, H$fclya, and Emir, if Emir must be between Selim and H$fclya and the three must be together, they form a block. Within the block, there are 22 arrangements (S-E-H or H-E-S). Including the remaining 22 people, we arrange 33 items: 2×3!=122 \times 3! = 12.

Identical Permutations (Tekrallı Sıralama)

When some items are identical, we divide the total factorial by the factorials of the counts of repeated items.

Number Example: "122333" Number of permutations of the digits: Total digits n=6n = 6. Frequency: "1" once, "2" twice, "3" three times. 6!1!×2!×3!=7202×6=60\frac{6!}{1! \times 2! \times 3!} = \frac{720}{2 \times 6} = 60

Word Example: "KARAKALTAK" Total letters: 1010. Frequencies: K (33), A (44), R (11), L (11), T (11). 10!3!×4!×1!×1!×1!=12,600\frac{10!}{3! \times 4! \times 1! \times 1! \times 1!} = 12,600

Constraint Example with Zero: "222033" Total permutations of 66 digits (three "2", one "0", two "3"): 6!3!×1!×2!=60\frac{6!}{3! \times 1! \times 2!} = 60 However, a natural 6-digit number cannot start with 00. Since 11 of the 66 digits is zero, 56\frac{5}{6} of the total arrangements are valid: 60×56=5060 \times \frac{5}{6} = 50

Principles of Selection and Combinations

Combinations are used when the order of selection does not matter. The formula for choosing rr items from nn is C(n,r)=n!r!(nr)!C(n, r) = \frac{n!}{r!(n-r)!}.

Team Selection with Conditions At a school with 1010 teachers, a group of 44 is selected for a trip. If H$fclya teacher must be in the group, we only need to choose 33 more teachers from the remaining 99: C(9,3)=9×8×73×2×1=84C(9, 3) = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 84

Professional Mix A committee of 33 is formed from 33 architects and 22 engineers. If the condition is to have at least one architect, we calculate the total possible committees and subtract those with no architects (though in this case, since there are only 2 engineers, it's impossible to have a 3-person team with no architects). Alternatively, sum the valid cases:

  • 1 Architect, 2 Engineers: C(3,1)×C(2,2)=3×1=3C(3, 1) \times C(2, 2) = 3 \times 1 = 3
  • 2 Architects, 1 Engineer: C(3,2)×C(2,1)=3×2=6C(3, 2) \times C(2, 1) = 3 \times 2 = 6
  • 3 Architects, 0 Engineers: C(3,3)×C(2,0)=1×1=1C(3, 3) \times C(2, 0) = 1 \times 1 = 1 Total: 3+6+1=103 + 6 + 1 = 10

Pascal’s Triangle and Pigeonhole Principle

Pascal's Triangle The triangle consists of binomial coefficients C(n,r)C(n, r).

  • The 8th8^{th} row represents coefficients for n=8n=8.
  • The largest number in any row is the middle value. For n=8n=8, this is C(8,4)C(8, 4). C(8,4)=8×7×6×54×3×2×1=70C(8, 4) = \frac{8 \times 7 \times 6 \times 5}{4 \times 3 \times 2 \times 1} = 70

Pigeonhole Principle In a scenario at a music festival where t-shirts are given in 55 different colors (red, blue, green, yellow, purple), we want to guarantee that at least 22 people are wearing the same color. By the Pigeonhole Principle, if there are nn categories, you need n+1n+1 items to guarantee a duplicate. Participants required=5+1=6\text{Participants required} = 5 + 1 = 6

Factorial Simplification and Equations

Standard factorial operations allow for simplification by expanding the larger factorial down to the smaller one.

Example 1:8!6!=8×7×6!6!=56\frac{8!}{6!} = \frac{8 \times 7 \times 6!}{6!} = 56

Example 2: If n!(n2)!=35\frac{n!}{(n-2)!} = 35, then n(n1)=35n(n-1) = 35. This has no integer solution for 3535. If the result were 3030, n=6n = 6. If the transcript intended (n+1)!(n1)!=42\frac{(n+1)!}{(n-1)!} = 42, then (n+1)n=42    n=6(n+1)n = 42 \implies n=6.

Example 3:7!+6!5!=6!(7+1)5!=8×6×5!5!=48\frac{7! + 6!}{5!} = \frac{6!(7+1)}{5!} = \frac{8 \times 6 \times 5!}{5!} = 48

Questions & Discussion

Question: Between A and B there are 3 paths, B and C there are 4. How many ways to go and return without using the same single road twice? Response: You multiply the outgoing options (3×43 \times 4) by the returning options minus the roads used. So, 12×(41)×(31)=12×3×2=7212 \times (4-1) \times (3-1) = 12 \times 3 \times 2 = 72.

Question: How many paths spell "H$fclYA" in the provided triangular letter grid? Response: Starting from 'H' and moving down to 'A', there are 44 transitions. At each letter, there are 22 possible neighbor letters to move to. The total number of ways is 24=162^4 = 16.

Question: How many 3-digit natural numbers can be written with A={0,1,2,3,4,5}A = \{0, 1, 2, 3, 4, 5\}? Response: The hundreds place cannot be 00, so there are 55 choices. The tens and units places can be any of the 66 digits. Total: 5×6×6=1805 \times 6 \times 6 = 180.