Algebra Challenge – 2025/05/03

Let $n$ be the real number. Define $[n]$ be the integer part of $n$, and $\{n\}$ be the decimal part of $n$. Solve the following equations:

$$\begin{array}{ccccccc} \{x\} & + & [y] & + & \{z\} & = 2.9\\ \{y\} & + & [z] & + & \{x\} & = 5.3\\ \{z\} & + & [x] & + & \{y\} & = 4.0\\ \end{array}$$

Click here for the solution.

Posted in Algebra | Comments Off on Algebra Challenge – 2025/05/03

Combination Challenge – 2025/04/29

Let $f(n)$ be the number of binary strings with length as $n$ that they do not contain a sub-string as “$010$” nor “$101$”. Prove that for $n\ge 3$: $f(n)=f(n-1)+f(n-2)$ 🔑

Posted in Combinatorics | Comments Off on Combination Challenge – 2025/04/29

Combination Challenge – 2025/04/21

Find the number of ways to write $24$ as the sum of at least three positive integer multiples of $3$. For example, count $3+18+3$, $18+3+3$, and $3+6+3+9+3$, but not $18+6$ or $24$. (PurpleComet 2023, Middle School, Problem 8) Click here for the solutions.

Posted in Combinatorics | Comments Off on Combination Challenge – 2025/04/21

Combination Challenge – 2025/03/05

A soccer team has $8$ players. They need to form a starting lineup with one goalkeeper, one captain, one vice-captain, three unique field players, and two bench players. However, two specific players do not want to be captain, vice-captain, or goalie, and another two players do not want to be benched. How many ways can we form the starting lineup? Click here for the solution.

Posted in Combinatorics | Comments Off on Combination Challenge – 2025/03/05

Geometry Challenge – 18

Two squares $ABCD$ and $DEFG$ are inscribed inside a unit semi-circle, as shown in the following diagram, with $CD$ and $DE$ on the same line, $A$, $D$, $G$ on the diameter of the semi-circle, and $B$ and $F$ on the semi-circle. (1) Find the sum of areas of two squares. (2) Find the smallest area ratio between the two squares. Click here for the solution.

Posted in Geometry | Comments Off on Geometry Challenge – 18