This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND:
OR:
NO:

Found problems: 467

2003 Dutch Mathematical Olympiad, 2

Tags: square , area , geometry
Two squares with side $12$ lie exactly on top of each other. One square is rotated around a corner point through an angle of $30$ degrees relative to the other square. Determine the area of the common piece of the two squares. [asy] unitsize (2 cm); pair A, B, C, D, Bp, Cp, Dp, P; A = (0,0); B = (-1,0); C = (-1,1); D = (0,1); Bp = rotate(-30)*(B); Cp = rotate(-30)*(C); Dp = rotate(-30)*(D); P = extension(C, D, Bp, Cp); fill(A--Bp--P--D--cycle, gray(0.8)); draw(A--B--C--D--cycle); draw(A--Bp--Cp--Dp--cycle); label("$30^\circ$", (-0.5,0.1), fontsize(10)); [/asy]

2012 Sharygin Geometry Olympiad, 8

A square is divided into several (greater than one) convex polygons with mutually different numbers of sides. Prove that one of these polygons is a triangle. (A.Zaslavsky)

2011 Tournament of Towns, 4

Each diagonal of a convex quadrilateral divides it into two isosceles triangles. The two diagonals of the same quadrilateral divide it into four isosceles triangles. Must this quadrilateral be a square?

2012 Tournament of Towns, 6

We attempt to cover the plane with an infi nite sequence of rectangles, overlapping allowed. (a) Is the task always possible if the area of the $n$th rectangle is $n^2$ for each $n$? (b) Is the task always possible if each rectangle is a square, and for any number $N$, there exist squares with total area greater than $N$?

2015 Hanoi Open Mathematics Competitions, 10

A right-angled triangle has property that, when a square is drawn externally on each side of the triangle, the six vertices of the squares that are not vertices of the triangle are concyclic. Assume that the area of the triangle is $9$ cm$^2$. Determine the length of sides of the triangle.

Kyiv City MO 1984-93 - geometry, 1992.9.2

Two lines divide a square into $4$ figures of the same area. Prove that all these figures are congruent.

2023 Iranian Geometry Olympiad, 3

Let $ABCD$ be a square with side length $1$. How many points $P$ inside the square (not on its sides) have the property that the square can be cut into $10$ triangles of equal area such that all of them have $P$ as a vertex? [i]Proposed by Josef Tkadlec - Czech Republic[/i]

2021 Polish Junior MO Second Round, 2

Given is the square $ABCD$. Point $E$ lies on the diagonal $AC$, where $AE> EC$. On the side $AB$, a different point from $B$ has been selected for which $EF = DE$. Prove that $\angle DEF = 90^o$.

2008 Dutch Mathematical Olympiad, 1

Suppose we have a square $ABCD$ and a point $S$ in the interior of this square. Under homothety with centre $S$ and ratio of magnification $k > 1$, this square becomes another square $A'B'C'D'$. Prove that the sum of the areas of the two quadrilaterals $A'ABB'$ and $C'CDD'$ are equal to the sum of the areas of the two quadrilaterals $B'BCC'$ and $D'DAA'$. [asy] unitsize(3 cm); pair[] A, B, C, D; pair S; A[1] = (0,1); B[1] = (0,0); C[1] = (1,0); D[1] = (1,1); S = (0.3,0.6); A[0] = interp(S,A[1],2/3); B[0] = interp(S,B[1],2/3); C[0] = interp(S,C[1],2/3); D[0] = interp(S,D[1],2/3); draw(A[0]--B[0]--C[0]--D[0]--cycle); draw(A[1]--B[1]--C[1]--D[1]--cycle); draw(A[1]--S, dashed); draw(B[1]--S, dashed); draw(C[1]--S, dashed); draw(D[1]--S, dashed); dot("$A$", A[0], N); dot("$B$", B[0], SE); dot("$C$", C[0], SW); dot("$D$", D[0], SE); dot("$A'$", A[1], NW); dot("$B'$", B[1], SW); dot("$C'$", C[1], SE); dot("$D'$", D[1], NE); dot("$S$", S, dir(270)); [/asy]

2020-21 KVS IOQM India, 14

Let $ABC$ be an equilateral triangle with side length $10$. A square $PQRS$ is inscribed in it, with $P$ on $AB, Q, R$ on $BC$ and $S$ on $AC$. If the area of the square $PQRS$ is $m +n\sqrt{k}$ where $m, n$ are integers and $k$ is a prime number then determine the value of $\sqrt{\frac{m+n}{k^2}}$.

May Olympiad L1 - geometry, 1998.4

$ABCD$ is a square of center $O$. On the sides $DC$ and $AD$ the equilateral triangles DAF and DCE have been constructed. Decide if the area of the $EDF$ triangle is greater, less or equal to the area of the $DOC$ triangle. [img]https://4.bp.blogspot.com/-o0lhdRfRxl0/XNYtJgpJMmI/AAAAAAAAKKg/lmj7KofAJosBZBJcLNH0JKjW3o17CEMkACK4BGAYYCw/s1600/may4_2.gif[/img]

2011 NZMOC Camp Selection Problems, 5

Let a square $ABCD$ with sides of length $1$ be given. A point $X$ on $BC$ is at distance $d$ from $C$, and a point $Y$ on $CD$ is at distance $d$ from $C$. The extensions of: $AB$ and $DX$ meet at $P$, $AD$ and $BY$ meet at $Q, AX$ and $DC$ meet at $R$, and $AY$ and $BC$ meet at $S$. If points $P, Q, R$ and $S$ are collinear, determine $d$.

1974 Bundeswettbewerb Mathematik, 3

A circle $K_1$ of radius $r_1 = 1\slash 2$ is inscribed in a semi-circle $H$ with diameter $AB$ and radius $1.$ A sequence of different circles $K_2, K_3, \ldots$ with radii $r_2, r_3, \ldots$ respectively are drawn so that for each $n\geq 1$, the circle $K_{n+1}$ is tangent to $H$, $K_n$ and $AB.$ Prove that $a_n = 1\slash r_n$ is an integer for each $n$, and that it is a perfect square for $n$ even and twice a perfect square for $n$ odd.

2018 Puerto Rico Team Selection Test, 5

Tags: geometry , square
In the square shown in the figure, find the value of $x$. [img]https://cdn.artofproblemsolving.com/attachments/0/1/4659d5afa5b409d9264924735297d1188b0be3.png[/img]

2022 Kurschak Competition, 2

Let $p$ and $q$ be prime numbers of the form $4k+3$. Suppose that there exist integers $x$ and $y$ such that $x^2-pqy^2=1$. Prove that there exist positive integers $a$ and $b$ such that $|pa^2-qb^2|=1$.

2001 IMO Shortlist, 1

Let $A_1$ be the center of the square inscribed in acute triangle $ABC$ with two vertices of the square on side $BC$. Thus one of the two remaining vertices of the square is on side $AB$ and the other is on $AC$. Points $B_1,\ C_1$ are defined in a similar way for inscribed squares with two vertices on sides $AC$ and $AB$, respectively. Prove that lines $AA_1,\ BB_1,\ CC_1$ are concurrent.

Russian TST 2016, P1

Tags: geometry , square
The squares $ABCD$ and $AXYZ$ are given. It turns out that $CDXY$ is a cyclic quadrilateral inscribed in the circle $\Omega$, and the points $A, B$ and $Z{}$ lie inside this circle. Prove that either $AB = AX$ or $AC\perp{}XY$.

2010 Abels Math Contest (Norwegian MO) Final, 1b

The edges of the square in the figure have length $1$. Find the area of the marked region in terms of $a$, where $0 \le a \le 1$. [img]https://cdn.artofproblemsolving.com/attachments/2/2/f2b6ca973f66c50e39124913b3acb56feff8bb.png[/img]

2020 Costa Rica - Final Round, 2

Tags: geometry , circles , square
Consider a square $ABCD$. Let $M$ be the midpoint of segment $AB$, $\Gamma_1$ be the circle tangent to $\overline{AD}$, $\overline{AM}$ and $\overline{MC}$ with radius $r > 0$ and let $\Gamma_2$ be the circle tangent to $\overline{AD}$, $\overline{DC}$ and $\overline{MC}$ with radius $R > 0$. Prove that $R =\frac{2r}{r+1}$.

2015 BMT Spring, 17

Tags: geometry , square , area
A circle intersects square $ABCD$ at points $A, E$, and $F$, where $E$ lies on $AB$ and $F$ lies on $AD$, such that $AE + AF = 2(BE + DF)$. If the square and the circle each have area $ 1$, determine the area of the union of the circle and square.

2021 Novosibirsk Oral Olympiad in Geometry, 4

A semicircle of radius $5$ and a quarter of a circle of radius $8$ touch each other and are located inside the square as shown in the figure. Find the length of the part of the common tangent, enclosed in the same square. [img]https://cdn.artofproblemsolving.com/attachments/f/2/010f501a7bc1d34561f2fe585773816f168e93.png[/img]

Durer Math Competition CD Finals - geometry, 2022.C3

To the exterior of side $AB$ of square $ABCD$, we have drawn the regular triangle $ABE$. Point $A$ reflected on line $BE$ is $F$, and point $E$ reflected on line $BF$ is $G$. Let the perpendicular bisector of segment $FG$ meet segment $AD$ at $X$. Show that the circle centered at $X$ with radius $XA$ touches line$ FB$.

1986 All Soviet Union Mathematical Olympiad, 426

Find all the natural numbers equal to the square of its divisors number.

1983 Tournament Of Towns, (044) 1

Tags: geometry , square
Inside square $ABCD$ consider a point $M$. Prove that the points of intersection of the medians of triangles $ABM, BCM, CDM$ and $DAM$ form a square. (V Prasolov)

Novosibirsk Oral Geo Oly IX, 2016.3

Tags: geometry , square , angle
A square is drawn on a sheet of grid paper on the sides of the cells $ABCD$ with side $8$. Point $E$ is the midpoint of side $BC$, $Q$ is such a point on the diagonal $AC$ such that $AQ: QC = 3: 1$. Find the angle between straight lines $AE$ and $DQ$.