Category Archives: problem

Solution: 2021-03 A placement of rooks on a chessboard

Consider an \(n\) by \(n\) chessboard with white/black squares alternating on every row and every column. In how many ways can one choose \(k\) white squares and \(n-k\) black squares from this chessboard with no two squares in a row or column.

The best solution was submitted by 강한필 (전산학부 2016학번, +4). Congratulations!

Here is his solution of problem 2021-03.

Other solutions was submitted by 하석민 (수리과학과 2017학번, +3), 고성훈 (수리과학과 2015학번, +3), 전해구 (기계공학과 졸업생, +3).

GD Star Rating
loading...

2021-03 A placement of rooks on a chessboard

Consider an \(n\) by \(n\) chessboard with white/black squares alternating on every row and every column. In how many ways can one choose \(k\) white squares and \(n-k\) black squares from this chessboard with no two squares in a row or column.

GD Star Rating
loading...

2021-01 Single-digit number

Prove that for any given positive integer \( n \), there exists a sequence of the following operations that transforms \( n \) to a single-digit number (in decimal representation).

1) multiply a given positive integer by any positive integer.

2) remove all zeros in the decimal representation of a given positive integer.

GD Star Rating
loading...

2020-23 The area of a random polygon

Suppose we choose a point on the unit circle in the plane at random with the uniform probability measure on the circle. When we choose n points in that way, what is the probability of the n-gon obtained as the convex hull of the chosen points has the area bigger than \( \pi/2 \) in terms of n?

GD Star Rating
loading...

2020-22 Regular simplex

Let \( S \) be the unit sphere in \( \mathbb{R}^n \), centered at the origin, and \( P_1 P_2 \dots P_{n+1} \) a regular simplex inscribed in \( S \). Prove that for a point \( P \) inside \( S \),
\[
\sum_{i=1}^{n+1} (PP_i)^4
\]
depends only on the distance \( OP \) (and \(n\)).

GD Star Rating
loading...

2020-21 이적이 부릅니다. 거짓말 거짓말 거짓말(A lie, a lie, a lie)

Alice and Bob play the following game with \( S=\{1,\dots, 777\} \).

Alice picks a number \(x \in S\) without telling anyone and Bob will guess what the number is at the end of the game. Alice is malicious so that she can always change her number \(x\) at any time until the end of the game.

In each round, Bob picks a subset \(T\subseteq S\) and asks a following question to Alice: “is your \(x\) belong to \(T\)?” Alice must say either Yes or No. At the end of the game, Bob guesses her \(x\) first and then Alice reveals her number \(x\) (Alice can still change her number after she listen to Bob’s guess and before revealing her number). According to her final number \(x\), each of her previous answers are determined to be either a truth or a lie.

Bob wins if Alice end up lying more than three times or his answer is correct. Alice wins if Bob’s answer is wrong and at most three of her answers are lies. Prove that if a game consists of twenty rounds, then no matter what Bob does Alice can always win.

GD Star Rating
loading...

2020-20 Efficient triangulation of surfaces

Let \(S_g\) denote the closed orientable connected surface of genus \(g\). Suppose we glue triangles along the edges so that the resulting space is \(S_g\) and the intersection of any two triangles are either empty or a single edge. Let \( n(g) \) be the minimum number of triangles one needs to make \(S_g\) while satisfying the above rule. What are \( n(1), n(2), n(3) \)? Does the limit \( \lim_{g \to \infty} n(g)/g \) exist?

GD Star Rating
loading...