-
Archives
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- May 2025
- April 2025
- March 2025
- February 2025
- January 2025
- December 2024
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- February 2024
- January 2024
- November 2023
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- May 2021
- April 2021
- March 2021
- January 2021
- December 2020
- November 2020
- October 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
-
Meta
Category Archives: Combinatorics
Sum and Product of All Factors
For a nature number $$n=p_{1}^{q_{1}}\times p_{2}^{q_{2}}\times \cdots \times p_{m}^{q_{m}}$$ where $p_{i} (1 \le i \le m) $ are unique prime numbers. The total number of positive factors of $n$ is $$f=(q_{1}+1)\times(q_{2}+1)\times\cdots\times(q_{m}+1)$$ The sum of all positive factors of $n$ is … Continue reading
Posted in Algebra, Combinatorics
Comments Off on Sum and Product of All Factors
Cheat Sheet for Distributing $k$ Balls into $n$ Boxes
Distribution of Restriction $k\text{ Balls}$ $n\text{ Boxes}$ None $\le 1$ $\ge 1$ $=1$ $distinct$ $distinct$ $$n^k$$ $$(n)_k$$ $$n!S(k,n)$$ $$n!\text{ or }0$$ $identical$ $distinct$ $${n+k-1}\choose k$$ $$n\choose k$$ $${k-1}\choose{n-1}$$ $$1\text{ or }0$$ $distinct$ $identical$ $$\sum_{i=1}^{n}S(k,i)$$ $$1\text{ or }0$$ $$S(k,n)$$ $$1\text{ or … Continue reading
Posted in Combinatorics
Comments Off on Cheat Sheet for Distributing $k$ Balls into $n$ Boxes
Coloring a Cube
We worked on two different cube coloring problems before. One is to paint a unit cube with $1$ face in red, $1$ face in green, $1$ face in yellow, and $3$ faces in blue color. The other is to paint … Continue reading
Posted in Combinatorics
Comments Off on Coloring a Cube
MATHCOUNTS Exercises – 19
For the following equation $$ x\times y\times z = 360$$ Determine the number of unique positive integer solutions. Determine the number of unique integer solutions. Click here for the solutions. Solution for Question 1 Because the product of $x$, $y$ … Continue reading
Posted in Combinatorics, MATHCOUNTS
Comments Off on MATHCOUNTS Exercises – 19
MATHCOUNTS Exercises – 18
How many 4-digit integers between 1000 and 9999 have their digits in non-decreasing order, such as 3447? Click here for solutions. Solution 1 – Brute Force Denote $f(m, n)$ as the number of $m$-digit integers with their digits in non-decreasing … Continue reading
Posted in Combinatorics, MATHCOUNTS
Comments Off on MATHCOUNTS Exercises – 18