Found problems: 638
2004 Bulgaria Team Selection Test, 3
In any cell of an $n \times n$ table a number is written such that all the rows are distinct. Prove that we can remove a column such that the rows in the new table are still distinct.
2001 AMC 12/AHSME, 22
In rectangle $ ABCD$, points $ F$ and $ G$ lie on $ \overline{AB}$ so that $ AF \equal{} FG \equal{} GB$ and $ E$ is the midpoint of $ \overline{DC}$. Also, $ \overline{AC}$ intersects $ \overline{EF}$ at $ H$ and $ \overline{EG}$ at $ J$. The area of the rectangle $ ABCD$ is $ 70$. Find the area of triangle $ EHJ$.
[asy]
size(180);
pair A, B, C, D, E, F, G, H, J;
A = origin;
real length = 6;
real width = 3.5;
B = length*dir(0);
C = (length, width);
D = width*dir(90);
F = length/3*dir(0);
G = 2*length/3*dir(0);
E = (length/2, width);
H = extension(A, C, E, F);
J = extension(A, C, E, G);
draw(A--B--C--D--cycle);
draw(G--E--F);
draw(A--C);
label("$A$", A, dir(180));
label("$D$", D, dir(180));
label("$B$", B, dir(0));
label("$C$", C, dir(0));
label("$F$", F, dir(270));
label("$E$", E, dir(90));
label("$G$", G, dir(270));
label("$H$", H, dir(140));
label("$J$", J, dir(340));
[/asy]
$ \displaystyle \textbf{(A)} \ \frac {5}{2} \qquad \textbf{(B)} \ \frac {35}{12} \qquad \textbf{(C)} \ 3 \qquad \textbf{(D)} \ \frac {7}{2} \qquad \textbf{(E)} \ \frac {35}{8}$
2008 Romania National Olympiad, 3
Let $ A$ be a unitary finite ring with $ n$ elements, such that the equation $ x^n\equal{}1$ has a unique solution in $ A$, $ x\equal{}1$. Prove that
a) $ 0$ is the only nilpotent element of $ A$;
b) there exists an integer $ k\geq 2$, such that the equation $ x^k\equal{}x$ has $ n$ solutions in $ A$.
1997 Kurschak Competition, 1
Let $p>2$ be a prime number and let $L=\{0,1,\dots,p-1\}^2$. Prove that we can find $p$ points in $L$ with no three of them collinear.
2006 India IMO Training Camp, 1
Let $n$ be a positive integer divisible by $4$. Find the number of permutations $\sigma$ of $(1,2,3,\cdots,n)$ which satisfy the condition $\sigma(j)+\sigma^{-1}(j)=n+1$ for all $j \in \{1,2,3,\cdots,n\}$.
2004 IMO Shortlist, 6
For an ${n\times n}$ matrix $A$, let $X_{i}$ be the set of entries in row $i$, and $Y_{j}$ the set of entries in column $j$, ${1\leq i,j\leq n}$. We say that $A$ is [i]golden[/i] if ${X_{1},\dots ,X_{n},Y_{1},\dots ,Y_{n}}$ are distinct sets. Find the least integer $n$ such that there exists a ${2004\times 2004}$ golden matrix with entries in the set ${\{1,2,\dots ,n\}}$.
2016 Romania National Olympiad, 1
Let be a $ 2\times 2 $ real matrix $ A $ that has the property that $ \left| A^d-I_2 \right| =\left| A^d+I_2 \right| , $ for all $ d\in\{ 2014,2016 \} . $
Prove that $ \left| A^n-I_2 \right| =\left| A^n+I_2 \right| , $ for any natural number $ n. $
2012 Pre-Preparation Course Examination, 4
Prove that these two statements are equivalent for an $n$ dimensional vector space $V$:
[b]$\cdot$[/b] For the linear transformation $T:V\longrightarrow V$ there exists a base for $V$ such that the representation of $T$ in that base is an upper triangular matrix.
[b]$\cdot$[/b] There exist subspaces $\{0\}\subsetneq V_1 \subsetneq ...\subsetneq V_{n-1}\subsetneq V$ such that for all $i$, $T(V_i)\subseteq V_i$.
2004 District Olympiad, 2
a) Let $x_1,x_2,x_3,y_1,y_2,y_3\in \mathbb{R}$ and $a_{ij}=\sin(x_i-y_j),\ i,j=\overline{1,3}$ and $A=(a_{ij})\in \mathcal{M}_3$ Prove that $\det A=0$.
b) Let $z_1,z_2,\ldots,z_{2n}\in \mathbb{C}^*,\ n\ge 3$ such that $|z_1|=|z_2|=\ldots=|z_{n+3}|$ and $\arg z_1\ge \arg z_2\ge \ldots\ge \arg(z_{n+3})$. If $b_{ij}=|z_i-z_{j+n}|,\ i,j=\overline{1,n}$ and $B=(b_{ij})\in \mathcal{M}_n$, prove that $\det B=0$.
1996 IMC, 1
Let $A=(a_{ij})\in M_{(n+1)\times (n+1)}(\mathbb{R})$ with $a_{ij}=a+|i-j|d$, where $a$ and $d$ are fixed real numbers.
Calculate $\det(A)$.
2012 Centers of Excellency of Suceava, 1
Let be a natural number $ n $ and a $ n\times n $ nilpotent real matrix $ A. $
Prove that $ 0=\det\left( A+\text{adj} A \right) . $
[i]Neculai Moraru[/i]
2024 IMC, 9
A matrix $A=(a_{ij})$ is called [i]nice[/i], if it has the following properties:
(i) the set of all entries of $A$ is $\{1,2,\dots,2t\}$ for some integer $t$;
(ii) the entries are non-decreasing in every row and in every column: $a_{i,j} \le a_{i,j+1}$ and $a_{i,j} \le a_{i+1,j}$;
(iii) equal entries can appear only in the same row or the same column: if $a_{i,j}=a_{k,\ell}$, then either $i=k$ or $j=\ell$;
(iv) for each $s=1,2,\dots,2t-1$, there exist $i \ne k$ and $j \ne \ell$ such that $a_{i,j}=s$ and $a_{k,\ell}=s+1$.
Prove that for any positive integers $m$ and $n$, the number of nice $m \times n$ matrixes is even.
For example, the only two nice $2 \times 3$ matrices are $\begin{pmatrix} 1 & 1 & 1\\2 & 2 & 2 \end{pmatrix}$ and $\begin{pmatrix} 1 & 1 & 3\\2 & 4 & 4 \end{pmatrix}$.
2005 Alexandru Myller, 2
Let $A\in M_4(\mathbb R)$ be an invertible matrix s.t. $\det(A+^tA)=5\det A$ and $\det (A-^tA)=\det A$. Prove that for every complex root $\omega$ of order 5 of unitity (i.e. $\omega^5=1,\omega\not\in\mathbb R$) the following relation holds $\det(\omega A+^tA)=0$.
[i]Dan Popescu[/i]
2007 IMC, 3
Call a polynomial $ P(x_{1}, \ldots, x_{k})$ [i]good[/i] if there exist $ 2\times 2$ real matrices $ A_{1}, \ldots, A_{k}$ such that
$ P(x_{1}, \ldots, x_{k}) = \det \left(\sum_{i=1}^{k}x_{i}A_{i}\right).$
Find all values of $ k$ for which all homogeneous polynomials with $ k$ variables of degree 2 are good. (A polynomial is homogeneous if each term has the same total degree.)
2016 Korea USCM, 6
$A$ and $B$ are $2\times 2$ real valued matrices satisfying
$$\det A = \det B = 1,\quad \text{tr}(A)>2,\quad \text{tr}(B)>2,\quad \text{tr}(ABA^{-1}B^{-1}) = 2$$
Prove that $A$ and $B$ have a common eigenvector.
2004 Romania Team Selection Test, 17
On a chess table $n\times m$ we call a [i]move [/i] the following succesion of operations
(i) choosing some unmarked squares, any two not lying on the same row or column;
(ii) marking them with 1;
(iii) marking with 0 all the unmarked squares which lie on the same line and column with a square marked with the number 1 (even if the square has been marked with 1 on another move).
We call a [i]game [/i]a succession of moves that end in the moment that we cannot make any more moves.
What is the maximum possible sum of the numbers on the table at the end of a game?
1986 IMO Longlists, 42
The integers $1, 2, \cdots, n^2$ are placed on the fields of an $n \times n$ chessboard $(n > 2)$ in such a way that any two fields that have a common edge or a vertex are assigned numbers differing by at most $n + 1$. What is the total number of such placements?
2007 Turkey Team Selection Test, 3
We write $1$ or $-1$ on each unit square of a $2007 \times 2007$ board. Find the number of writings such that for every square on the board the absolute value of the sum of numbers on the square is less then or equal to $1$.
2001 IMC, 4
Let $A=(a_{k,l})_{k,l=1,...,n}$ be a complex $n \times n$ matrix such that for each $m \in \{1,2,...,n\}$ and $1 \leq j_{1} <...<j_{m}$ the determinant of the matrix $(a_{j_{k},j_{l}})_{k,l=1,...,n}$ is zero. Prove that $A^{n}=0$ and that there exists a permutation $\sigma \in S_{n}$ such that the matrix $(a_{\sigma(k),\sigma(l)})_{k,l=1,...,n}$ has all of its nonzero elements above the diagonal.
2015 Romania National Olympiad, 2
Let be a $ 5\times 5 $ complex matrix $ A $ whose trace is $ 0, $ and such that $ I_5-A $ is invertible.
Prove that $ A^5\neq I_5. $
2014 USAMO, 3
Prove that there exists an infinite set of points \[ \dots, \; P_{-3}, \; P_{-2},\; P_{-1},\; P_0,\; P_1,\; P_2,\; P_3,\; \dots \] in the plane with the following property: For any three distinct integers $a,b,$ and $c$, points $P_a$, $P_b$, and $P_c$ are collinear if and only if $a+b+c=2014$.
1948 Putnam, B6
Answer wither (i) or (ii):
(i) Let $V, V_1 , V_2$ and $V_3$ denote four vertices of a cube such that $V_1 , V_2 , V_3 $ are adjacent to $V.$ Project the cube orthogonally on a plane of which the points are marked with complex numbers. Let the projection of $V$ fall in the origin and the projections of $V_1 , V_2 , V_3 $ in points marked with the complex numbers $z_1 , z_2 , z_3$, respectively. Show that $z_{1}^{2} +z_{2}^{2} +z_{3}^{2}=0.$
(ii) Let $(a_{ij})$ be a matrix such that
$$|a_{ii}| > |a_{i1}| + |a_{i2}|+\ldots +|a_{i i-1}|+ |a_{i i+1}| +\ldots +|a_{in}|$$
for all $i.$ Show that the determinant is not equal to $0.$
2013 USA TSTST, 7
A country has $n$ cities, labelled $1,2,3,\dots,n$. It wants to build exactly $n-1$ roads between certain pairs of cities so that every city is reachable from every other city via some sequence of roads. However, it is not permitted to put roads between pairs of cities that have labels differing by exactly $1$, and it is also not permitted to put a road between cities $1$ and $n$. Let $T_n$ be the total number of possible ways to build these roads.
(a) For all odd $n$, prove that $T_n$ is divisible by $n$.
(b) For all even $n$, prove that $T_n$ is divisible by $n/2$.
2013 Putnam, 3
Let $P$ be a nonempty collection of subsets of $\{1,\dots,n\}$ such that:
(i) if $S,S'\in P,$ then $S\cup S'\in P$ and $S\cap S'\in P,$ and
(ii) if $S\in P$ and $S\ne\emptyset,$ then there is a subset $T\subset S$ such that $T\in P$ and $T$ contains exactly one fewer element than $S.$
Suppose that $f:P\to\mathbb{R}$ is a function such that $f(\emptyset)=0$ and \[f(S\cup S')= f(S)+f(S')-f(S\cap S')\text{ for all }S,S'\in P.\] Must there exist real numbers $f_1,\dots,f_n$ such that \[f(S)=\sum_{i\in S}f_i\] for every $S\in P?$
1996 Vietnam Team Selection Test, 2
There are some people in a meeting; each doesn't know at least 56 others, and for any pair, there exist a third one who knows both of them. Can the number of people be 65?