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: 619

The point $M$ is inside the tetrahedron $ABCD$ and the intersection points of the lines $AM,BM,CM$ and $DM$ with the opposite walls are denoted with $A_1,B_1,C_1,D_1$ respectively. It is given also that the ratios $\frac{MA}{MA_1}$, $\frac{MB}{MB_1}$, $\frac{MC}{MC_1}$, and $\frac{MD}{MD_1}$ are equal to the same number $k$. Find all possible values of $k$. [i]K. Petrov[/i]
The edges of a regular tetrahedron with vertices $A ,~ B,~ C$, and $D$ each have length one. Find the least possible distance between a pair of points $P$ and $Q$, where $P$ is on edge $AB$ and $Q$ is on edge $CD$. $\textbf{(A) }\frac{1}{2}\qquad\textbf{(B) }\frac{3}{4}\qquad\textbf{(C) }\frac{\sqrt{2}}{2}\qquad\textbf{(D) }\frac{\sqrt{3}}{2}\qquad\textbf{(E) }\frac{\sqrt{3}}{3}$ [asy] size(150); import patterns; pair D=(0,0),C=(1,-1),B=(2.5,-0.2),A=(1,2),AA,BB,CC,DD,P,Q,aux; add("hatch",hatch()); //AA=new A and etc. draw(rotate(100,D)*(A--B--C--D--cycle)); AA=rotate(100,D)*A; BB=rotate(100,D)*D; CC=rotate(100,D)*C; DD=rotate(100,D)*B; aux=midpoint(AA--BB); draw(BB--DD); P=midpoint(AA--aux); aux=midpoint(CC--DD); Q=midpoint(CC--aux); draw(AA--CC,dashed); dot(P); dot(Q); fill(DD--BB--CC--cycle,pattern("hatch")); label("$A$",AA,W); label("$B$",BB,S); label("$C$",CC,E); label("$D$",DD,N); label("$P$",P,S); label("$Q$",Q,E); //Credit to TheMaskedMagician for the diagram [/asy]
Let a tetrahedron $ ABCD$ and $ A',B',C',D'$ be the circumcenters of triangles $ BCD,CDA,DAB,ABC$ respectively. Denote planes $ (P_A),(P_B),(P_C),(P_D)$ be the planes which pass through $ A,B,C,D$ and perpendicular to $ C'D',D'A',A'B',B'C'$ respectively. Prove that these planes have a common point called $ I.$ If $ P$ is the center of the circumsphere of the tetrahedron, must this tetrahedron be regular?
A real number $f(X)\neq 0$ is assigned to each point $X$ in the space. It is known that for any tetrahedron $ABCD$ with $O$ the center of the inscribed sphere, we have : \[ f(O)=f(A)f(B)f(C)f(D). \] Prove that $f(X)=1$ for all points $X$. [i]Proposed by Aleksandar Ivanov[/i]
A sphere $S$ is tangent to the edges $AB,BC,CD,DA$ of a tetrahedron $ABCD$ at the points $E,F,G,H$ respectively. The points $E,F,G,H$ are the vertices of a square. Prove that if the sphere is tangent to the edge $AC$, then it is also tangent to the edge $BD.$
A regular tetrahedron with an edge of $30$ cm rests on one of its faces. Assuming it is hollow, $2$ liters of water are poured into it. Find the height of the ''upper'' liquid and the area of the ''free'' surface of the water.
A regular tetrahedron is sectioned with a plane after a rhombus. Prove that the rhombus is square.
Let $M$ be an interior point of the tetrahedron $ABCD$. Prove that \[ \begin{array}{c}\ \stackrel{\longrightarrow }{MA} \text{vol}(MBCD) +\stackrel{\longrightarrow }{MB} \text{vol}(MACD) +\stackrel{\longrightarrow }{MC} \text{vol}(MABD) + \stackrel{\longrightarrow }{MD} \text{vol}(MABC) = 0 \end{array}\] ($\text{vol}(PQRS)$ denotes the volume of the tetrahedron $PQRS$).
A tetrahedron $ABCD$ is given such that $AD = BC = a; AC = BD = b; AB\cdot CD = c^2$. Let $f(P) = AP + BP + CP + DP$, where $P$ is an arbitrary point in space. Compute the least value of $f(P).$
Prove that one can construct two triangles from six edges of an arbitrary tetrahedron. (VV Proizvolov)
What is the volume of tetrahedron $ABCD$ with edge lengths $AB=2, AC=3, AD=4, BC=\sqrt{13}, BD=2\sqrt{5},$ and $CD=5$? $\textbf{(A) }3 \qquad \textbf{(B) }2\sqrt{3} \qquad \textbf{(C) }4 \qquad \textbf{(D) }3\sqrt{3} \qquad \textbf{(E) }6$
Given an arbitrary tetrahedron. Prove that its six edges can be divided into two triplets so that from each triple it was possible to form a triangle.
A regular triangular pyramid $ABCD$ with the base side $AB=a$ and the lateral edge $AD=b$ is given. Let $M$ and $N$ be the midpoints of $AB$ and $CD$ respectively. A line $\alpha$ through $MN$ intersects the edges $AD$ and $BC$ at $P$ and $Q$, respectively. (a) Prove that $AP/AD=BQ/BC$. (b) Find the ratio $AP/AD$ which minimizes the area of $MQNP$.
A sphere is inscribed in a tetrahedron and each point of contact of the sphere with the four faces is joined to the vertices of the face containing the point. Show that the four sets of three angles so formed are identical.
Let $I$ be the center of the sphere inscribed in the tetrahedron $ABCD, A ', B', C ', D'$ be the centers of the spheres circumscribed around the tetrahedra $IBCD, ICDA, IDAB, IABC$, respectively. Prove that the sphere circumscribed around $ABCD$ lies entirely inside the circumscribed around $A'B'C'D '$.
In tetrahedron $ABCS$ no two edges have equal length. Point $A'$ in plane $BCS$ is symmetric to $S$ with respect to the perpendicular bisector of $BC$. Points $B'$ and $C'$ are defined analagously. Prove that planes $ABC, AB'C', A'BC'$ abd $A'B'C$ share a common point.
Let be a tetahedron $ ABCD, $ and $ E $ be the projection of $ D $ on the plane formed by $ ABC. $ If $ \mathcal{A}_{\mathcal{R}} $ denotes the area of the region $ \mathcal{R}, $ show that the following affirmations are equivalent: [b]a)[/b] $ C=E\vee CE\parallel AB $ [b]b)[/b] $ M\in\overline{CD}\implies\mathcal{A}_{ABM}^2=\frac{CM^2}{CD^2}\cdot\mathcal{A}_{ABD}^2 +\left( 1-\frac{CM^2}{CD^2}\right)\cdot\mathcal{A}_{ABC}^2 $
Given a tetrahedron $ABCD$, $E$, $F$, $G$, are on the respectively on the segments $AB$, $AC$ and $AD$. Prove that: i) area $EFG \leq$ max{area $ABC$,area $ABD$,area $ACD$,area $BCD$}. ii) The same as above replacing "area" for "perimeter".
Let $ABCD$ be a tetrahedron such that edges $AB$, $AC$, and $AD$ are mutually perpendicular. Let the areas of triangles $ABC$, $ACD$, and $ADB$ be denoted by $x$, $y$, and $z$, respectively. In terms of $x$, $y$, and $z$, find the area of triangle $BCD$.
Let $ \mathcal Q$ be a unit cube. We say that a tetrahedron is [b]good[/b] if all its edges are equal and all of its vertices lie on the boundary of $ \mathcal Q$. Find all possible volumes of good tetrahedra.
Let $ABCD$ be a regular tetrahedron with side $a$. Take $E,E'$ on the edge $AB, F, F'$ on the edge $AC$ and $G,G'$ on the edge AD so that $AE =a/6,AE' = 5a/6,AF= a/4,AF'= 3a/4,AG = a/3,AG'= 2a/3$. Compute the volume of $EFGE'F'G'$ in term of $a$ and find the angles between the lines $AB,AC,AD$ and the plane $EFG$.
In tetrahedron $ABCD$, let $V$ be the volume of the tetrahedron and $R$ the radius of the sphere that it tangent to all four faces of the tetrahedron. Let $P$ be the surface area of the tetrahedron. Prove that $$r=\frac{3V}{P}.$$ [i]Proposed by CaptainFlint.[/i]
Corners are sliced off a unit cube so that the six faces each become regular octagons. What is the total volume of the removed tetrahedra? $ \textbf{(A)}\ \frac {5\sqrt {2} \minus{} 7}{3}\qquad \textbf{(B)}\ \frac {10 \minus{} 7\sqrt {2}}{3}\qquad \textbf{(C)}\ \frac {3 \minus{} 2\sqrt {2}}{3}\qquad \textbf{(D)}\ \frac {8\sqrt {2} \minus{} 11}{3}\qquad \textbf{(E)}\ \frac {6 \minus{} 4\sqrt {2}}{3}$
The altitudes $AA_1,BB_1,CC_1,DD_1$ of a tetrahedron $ABCD$ intersect in the center $H$ of the sphere inscribed in the tetrahedron $A_1B_1C_1D_1$. Prove that the tetrahedron $ABCD$ is regular. (D. Tereshin)
Find the greatest real $k$ such that, for every tetrahedron $ABCD$ of volume $V$, the product of areas of faces $ABC,ABD$ and $ACD$ is at least $kV^2$.