1. Stars and Bars (The Divider Method)
- The Core Concept: Used for distributing \(n\) identical objects into \(k\) distinct bins.
- If each bin must receive at least one object, the number of ways is: \({n-1 \choose k-1}\).
- If bins can be empty (non-negative integers), the number of ways is: \({n+k-1 \choose k-1}\).
Problem 1 (AMC 10)
Find the number of ordered triplets of non-negative integers \((x, y, z)\) such that \(x + y + z = 12\).
- Solution: This is a direct application of Stars and Bars where bins can be empty (\(n = 12\) identical items, \(k = 3\) distinct bins).
- Formula: \(\binom{n+k-1}{k-1} = \binom{12+3-1}{3-1} = \binom{14}{2}\).
- Calculation: \(\frac{14 \times 13}{2} = \mathbf{91}\).
Problem 2 (COMC)
An ice cream shop sells 5 different flavours of ice cream. A customer wants to buy a pack of 10 scoops. How many different combinations of scoops can the customer choose?
- Solution: The 10 scoops are identical items being distributed into 5 distinct categories (flavours). Bins can be empty since a customer doesn’t have to choose every flavour.
- \(n = 10, k = 5\).
- Formula: \(\binom{10+5-1}{5-1} = \binom{14}{4}\).
- Calculation: \(\frac{14 \times 13 \times 12 \times 11}{4 \times 3 \times 2 \times 1} = \mathbf{1001}\).
Problem 3 (AMC 12)
How many ordered quadruplets of positive integers \((a, b, c, d)\) satisfy the inequality \(a + b + c + d \le 20\)?
- Solution: First, handle the inequality by introducing a non-negative “slack variable” \(s \ge 0\), converting it to an equation: \(a + b + c + d + s = 20\).
- Since \(a, b, c, d \ge 1\) and \(s \ge 0\), we substitute \(a’ = a-1, b’ = b-1, c’ = c-1, d’ = d-1\), where all new variables (and \(s\)) are \(\ge 0\).
- The equation becomes: \(a’ + b’ + c’ + d’ + s = 20 – 4 = 16\).
- Now we have 5 distinct variables (\(k=5\)) adding up to 16 (\(n=16\)), where all can be \(\ge 0\).
- Formula: \(\binom{16+5-1}{5-1} = \binom{20}{4} = \mathbf{4845}\).
2. Pick’s Theorem
- The Core Concept: Calculates the Area (\(A\)) of any polygon whose vertices lie entirely on grid points (lattice points).
- Formula: \(A = I + \frac{B}{2} – 1\)
- Where \(I\) is the number of grid points strictly inside the polygon, and \(B\) is the number of grid points on the boundary.
Problem 1 (AMC 10)
A triangle drawn on coordinate grid paper has vertices at \((0,0)\), \((5,2)\), and \((1,4)\). Find its area.
- Solution: Instead of using Pick’s Theorem directly, we can count the points to verify, but it is easier to calculate using the standard formula. Let’s count grid points:
- Boundary points (\(B\)): \((0,0)\) to \((1,4)\) passes through no points; \((1,4)\) to \((5,2)\) passes through no points; \((5,2)\) to \((0,0)\) passes through no points. So \(B = 3\) (just the 3 vertices).
- Interior points (\(I\)): By inspecting the coordinates, the points strictly inside are \((1,1), (1,2), (1,3), (2,2), (2,3), (3,2), (4,2)\), giving \(I = 7\).
- Area: \(A = 7 + \frac{3}{2} – 1 = \mathbf{7.5}\).
Problem 2 (COMC)
A lattice polygon has an area of 25. If the number of lattice points on its boundary is equal to the number of lattice points strictly inside (\(I = B\)), find the number of boundary points.
- Solution: Substitute \(I = B\) into Pick’s Theorem:
- \(25 = B + \frac{B}{2} – 1\)
- \(26 = \frac{3B}{2} \implies 52 = 3B\).
- Correction to make it an integer question: Let the area be 26.
- \(26 = \frac{3B}{2} – 1 \implies 27 = \frac{3B}{2} \implies 54 = 3B \implies B = \mathbf{18}\).
Problem 3 (AMC 12)
A square with side length 5 is drawn on a coordinate grid aligned with the axes. It is then rotated by an angle such that its vertices land exactly on the lattice points \((0,0)\), \((3,4)\), \((-1,7)\), and \((-4,3)\). Find the number of grid points strictly inside this square.
- Solution: The area of the square is \(5^2 = 25\).
- Calculate boundary points (\(B\)): The vector for one side is \((3,4)\). The greatest common divisor \(\gcd(3,4) = 1\), meaning there are no lattice points between vertices on a side. Since a square has 4 sides, \(B = 4 \times 1 = 4\).
- Apply Pick’s Theorem to solve for \(I\): \(25 = I + \frac{4}{2} – 1 \implies 25 = I + 2 – 1 \implies 25 = I + 1\).
- \(I = \mathbf{24}\).
3. High-Order Vieta’s Formulas
- The Core Concept: Relates the coefficients of a polynomial equation \(a_n x^n + a_{n-1} x^{n-1} + \dots + a_0 = 0\) to its roots \(r_1, r_2, \dots, r_n\).
- Sum of roots: \(\sum r_i = -\frac{a_{n-1}}{a_n}\)
- Sum of product of roots taken two at a time: \(\sum r_i r_j = \frac{a_{n-2}}{a_n}\)
Problem 1 (AMC 12)
Let \(\alpha, \beta, \gamma\) be the roots of the cubic equation \(x^3 – 4x^2 + 2x – 7 = 0\). Find the value of \(\alpha^2 + \beta^2 + \gamma^2\).
- Solution: Use the algebraic identity \(\alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 – 2(\alpha\beta + \beta\gamma + \gamma\alpha)\).
- From Vieta’s: \(\alpha + \beta + \gamma = -(-4)/1 = 4\) and \(\alpha\beta + \beta\gamma + \gamma\alpha = 2/1 = 2\).
- Substitute: \(4^2 – 2(2) = 16 – 4 = \mathbf{12}\).
Problem 2 (COMC)
The roots of the equation \(x^3 – 6x^2 + 11x – k = 0\) form an arithmetic progression. Find the value of \(k\).
- Solution: Let the three roots be \(a-d\), \(a\), and \(a+d\).
- By Vieta’s, the sum of the roots is: \((a-d) + a + (a+d) = 3a = -(-6)/1 = 6 \implies a = 2\).
- Since \(a=2\) is a root, it must satisfy the equation: \(2^3 – 6(2)^2 + 11(2) – k = 0\).
- \(8 – 24 + 22 – k = 0 \implies 6 – k = 0 \implies k = \mathbf{6}\).
Problem 3 (AMC 12)
If \(r_1, r_2, r_3, r_4\) are the roots of the polynomial \(x^4 – 5x^3 + 5x^2 – 5x + 1 = 0\), find the value of \(\frac{1}{r_1} + \frac{1}{r_2} + \frac{1}{r_3} + \frac{1}{r_4}\).
- Solution: Find a common denominator: \(\frac{r_{2}r_{3}r_{4}+r_{1}r_{3}r_{4}+r_{1}r_{2}r_{4}+r_{1}r_{2}r_{3}}{r_{1}r_{2}r_{3}r_{4}}\).
- The numerator is the sum of roots taken three at a time: \(-\frac{a_1}{a_4} = -(-5)/1 = 5\).
- The denominator is the product of all roots: \((-1)^4 \frac{a_0}{a_4} = 1/1 = 1\).
- The answer is \(\frac{5}{1} = \mathbf{5}\).
4. Ptolemy’s Theorem
- The Core Concept: For a cyclic quadrilateral (a 4-sided shape inscribed in a circle) \(ABCD\):
- Formula: \(AC \cdot BD = (AB \cdot CD) + (BC \cdot AD)\)
- Mnemonic: \(\text{Product of Diagonals} = \text{Sum of Products of Opposite Sides}\).
Problem 1 (AMC 10)
An equilateral triangle \(ABC\) is inscribed in a circle. A point \(P\) lies on the minor arc \(BC\). If \(PB = 3\) and \(PC = 4\), find the length of \(PA\).
- Solution: Quadrilateral \(ABPC\) is cyclic. Apply Ptolemy’s Theorem:
- \(PA \cdot BC = (AB \cdot PC) + (AC \cdot PB)\)
- Let the side length of the equilateral triangle be \(s\), so \(AB = BC = AC = s\).
- \(PA \cdot s = (s \cdot 4) + (s \cdot 3) \implies PA \cdot s = 7s\).
- Divide by \(s\): \(PA = \mathbf{7}\).
Problem 2 (COMC)
In a cyclic quadrilateral \(ABCD\), the side lengths are \(AB = 1\), \(BC = 4\), \(CD = 7\), and \(DA = 8\). Find the exact ratio of the diagonals \(\frac{AC}{BD}\).
- Solution: Ptolemy’s Theorem gives us the product equation: \(AC \cdot BD = (1 \cdot 7) + (4 \cdot 8) = 7 + 32 = 39\).
- To find the ratio, there is a secondary Ptolemy extension formula for diagonal ratios: \(\frac{AC}{BD} = \frac{(AB \cdot AD) + (CB \cdot CD)}{(BA \cdot BC) + (DA \cdot DC)}\).
- Substitute values: \(\frac{AC}{BD} = \frac{(1 \cdot 8) + (4 \cdot 7)}{(1 \cdot 4) + (8 \cdot 7)} = \frac{8 + 28}{4 + 56} = \frac{36}{60} = \mathbf{\frac{3}{5}}\).
Problem 3 (AMC 12)
A regular heptagon (7-sided shape) \(A_{1}A_{2}A_{3}A_{4}A_{5}A_{6}A_{7}\) is inscribed in a unit circle. Let \(d_1 = A_1A_2\) (short diagonal/side), \(d_2 = A_1A_3\) (medium diagonal), and \(d_3 = A_1A_4\) (long diagonal). Prove or find the relation between \(\frac{1}{d_1}, \frac{1}{d_2}, \frac{1}{d_3}\).
- Solution: Consider the cyclic quadrilateral \(A_{1}A_{3}A_{4}A_{5}\). The distances are: \(A_1A_3 = d_2, A_3A_4 = d_1, A_4A_5 = d_1, A_5A_1 = d_2\). The diagonals are \(A_1A_4 = d_3\) and \(A_3A_5 = d_2\).
- Apply Ptolemy’s Theorem: \(A_1A_4 \cdot A_3A_5 = (A_1A_3 \cdot A_4A_5) + (A_3A_4 \cdot A_5A_1)\)
- \(d_3 \cdot d_2 = (d_2 \cdot d_1) + (d_1 \cdot d_2) \implies d_2d_3 = 2d_1d_2 \implies d_3 = 2d_1\) (on this specific sub-quadrilateral).
- The standard global identity derived via Ptolemy for any regular heptagon is: \(\frac{\mathbf{1}}{\mathbf{d}_{\mathbf{1}}}\mathbf{=}\frac{\mathbf{1}}{\mathbf{d}_{\mathbf{2}}}\mathbf{+}\frac{\mathbf{1}}{\mathbf{d}_{\mathbf{3}}}\).
5. Legendre’s Formula
- The Core Concept: Finds the exponent of the highest power of a prime \(p\) that divides \(n!\) (denoted as \(E_p(n!)\)).
- Formula: \(E_p(n!) = \sum_{k=1}^{\infty} \lfloor \frac{n}{p^k} \rfloor = \lfloor \frac{n}{p} \rfloor + \lfloor \frac{n}{p^2} \rfloor + \lfloor \frac{n}{p^3} \rfloor + \dots\)
Problem 1 (AMC 10)
How many zeros are at the end of the decimal representation of \(50!\)?
- Solution: Trailing zeros are produced by factors of \(10\), which means pairs of prime factors \(2\) and \(5\). Since factors of \(5\) are scarcer than \(2\), we only need to count the exponent of \(5\) in \(50!\).
- \(\lfloor 50/5 \rfloor = 10\)
- \(\lfloor 50/25 \rfloor = 2\)
- Total zeros = \(10 + 2 = \mathbf{12}\).
Problem 2 (COMC)
Find the largest integer \(n\) such that \(3^{n}\) divides \(1000!\).
- Solution: Apply Legendre’s formula for \(p=3\):
- \(\lfloor 1000/3 \rfloor = 333\)
- \(\lfloor 1000/9 \rfloor = 111\)
- \(\lfloor 1000/27 \rfloor = 37\)
- \(\lfloor 1000/81 \rfloor = 12\)
- \(\lfloor 1000/243 \rfloor = 4\)
- \(\lfloor 1000/729 \rfloor = 1\)
- Sum = \(333 + 111 + 37 + 12 + 4 + 1 = \mathbf{498}\).
Problem 3 (AMC 12)
What is the highest power of 6 that cleanly divides the number \(\frac{100!}{50!\times 50!}\)?
- Solution: Since \(6 = 2 \times 3\), we must find the total count of \(2\)s and \(3\)s in the expression and take the limiting smaller count (which will be \(3\)).
- Count of 3 in \(100!\): \(\lfloor 100/3 \rfloor + \lfloor 100/9 \rfloor + \lfloor 100/27 \rfloor + \lfloor 100/81 \rfloor = 33 + 11 + 3 + 1 = 48\).
- Count of 3 in \(50!\): \(\lfloor 50/3 \rfloor + \lfloor 50/9 \rfloor + \lfloor 50/27 \rfloor = 16 + 5 + 1 = 22\).
- Total count of 3 in expression: \(E_3(100!) – 2 \times E_3(50!) = 48 – 2(22) = 48 – 44 = 4\).
- Max power of 6 is determined by the 4 available triplets of 3: \(\mathbf{4}\).
6. Shoelace Formula (Gauss’s Area Formula)
- The Core Concept: Calculates the area of any polygon given the Cartesian coordinates of its vertices ordered sequentially.
- Formula: \(A = \frac{1}{2} \vert (x_1y_2 + x_2y_3 + \dots + x_ny_1) – (y_1x_2 + y_2x_3 + \dots + y_nx_1) \vert\)
Problem 1 (AMC 10)
Find the area of a quadrilateral with vertices located at \((1,2)\), \((3,8)\), \((8,5)\), and \((6,1)\).
- Solution: Write the coordinates down in sequence, repeating the first at the bottom:
- Downward diagonals (left-to-right): \((1\cdot8) + (3\cdot5) + (8\cdot1) + (6\cdot2) = 8 + 15 + 8 + 12 = 43\).
- Upward diagonals (left-to-right): \((2\cdot3) + (8\cdot8) + (5\cdot6) + (1\cdot1) = 6 + 64 + 30 + 1 = 101\).
- Area \(= \frac{1}{2} \vert 43 – 101 \vert = \frac{1}{2} \times 58 = \mathbf{29}\).
Problem 2 (COMC)
A triangle has vertices at \(A(1, 0.5)\), \(B(4, 2.5)\), and \(C(2, 5.5)\). Find its area.
- Solution: List coordinates: \((1, 0.5), (4, 2.5), (2, 5.5), (1, 0.5)\).
- \(S_1 = (1 \cdot 2.5) + (4 \cdot 5.5) + (2 \cdot 0.5) = 2.5 + 22 + 1 = 25.5\).
- \(S_2 = (0.5 \cdot 4) + (2.5 \cdot 2) + (5.5 \cdot 1) = 2 + 5 + 5.5 = 12.5\).
- Area \(= \frac{1}{2} \vert 25.5 – 12.5 \vert = \frac{1}{2} \times 13 = \mathbf{6.5}\).
Problem 3 (AMC 12)
A pentagon has vertices at \((0,0)\), \((2,3)\), \((1,5)\), \((-2,4)\), and \((-3,1)\). Find its area.
- Solution: Set up the shoelace matrix:
- \(S_1 = (0\cdot3) + (2\cdot5) + (1\cdot4) + (-2\cdot1) + (-3\cdot0) = 0 + 10 + 4 – 2 + 0 = 12\).
- \(S_2 = (0\cdot2) + (3\cdot1) + (5\cdot(-2)) + (4\cdot(-3)) + (1\cdot0) = 0 + 3 – 10 – 12 + 0 = -19\).
- Area \(= \frac{1}{2} \vert 12 – (-19) \vert = \frac{1}{2} \times 31 = \mathbf{15.5}\).
Leave a Reply
You must be logged in to post a comment.