Found problems: 2265
1949-56 Chisinau City MO, 61
Find the locus of the projections of a given point on all planes containing another point $B$.
2020 AMC 8 -, 9
Akash's birthday cake is in the form of a $4 \times 4 \times 4$ inch cube. The cake has icing on the top and the four side faces, and no icing on the bottom. Suppose the cake is cut into $64$ smaller cubes, each measuring $1 \times 1 \times 1$ inch, as shown below. How many of the small pieces will have icing on exactly two sides?
[asy]
/*
Created by SirCalcsALot and sonone
Code modfied from https://artofproblemsolving.com/community/c3114h2152994_the_old__aops_logo_with_asymptote
*/
import three;
currentprojection=orthographic(1.75,7,2);
//++++ edit colors, names are self-explainatory ++++
//pen top=rgb(27/255, 135/255, 212/255);
//pen right=rgb(254/255,245/255,182/255);
//pen left=rgb(153/255,200/255,99/255);
pen top = rgb(170/255, 170/255, 170/255);
pen left = rgb(81/255, 81/255, 81/255);
pen right = rgb(165/255, 165/255, 165/255);
pen edges=black;
int max_side = 4;
//+++++++++++++++++++++++++++++++++++++++
path3 leftface=(1,0,0)--(1,1,0)--(1,1,1)--(1,0,1)--cycle;
path3 rightface=(0,1,0)--(1,1,0)--(1,1,1)--(0,1,1)--cycle;
path3 topface=(0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle;
for(int i=0; i<max_side; ++i){
for(int j=0; j<max_side; ++j){
draw(shift(i,j,-1)*surface(topface),top);
draw(shift(i,j,-1)*topface,edges);
draw(shift(i,-1,j)*surface(rightface),right);
draw(shift(i,-1,j)*rightface,edges);
draw(shift(-1,j,i)*surface(leftface),left);
draw(shift(-1,j,i)*leftface,edges);
}
}
picture CUBE;
draw(CUBE,surface(leftface),left,nolight);
draw(CUBE,surface(rightface),right,nolight);
draw(CUBE,surface(topface),top,nolight);
draw(CUBE,topface,edges);
draw(CUBE,leftface,edges);
draw(CUBE,rightface,edges);
// begin made by SirCalcsALot
int[][] heights = {{4,4,4,4},{4,4,4,4},{4,4,4,4},{4,4,4,4}};
for (int i = 0; i < max_side; ++i) {
for (int j = 0; j < max_side; ++j) {
for (int k = 0; k < min(heights[i][j], max_side); ++k) {
add(shift(i,j,k)*CUBE);
}
}
}
[/asy]
$\textbf{(A)}\ 12\qquad~~\textbf{(B)}\ 16\qquad~~\textbf{(C)}\ 18\qquad~~\textbf{(D)}\ 20\qquad~~\textbf{(E)}\ 24$
2016-2017 SDML (Middle School), 8
An ice cream cone has radius $1$ and height $4$ inches. What is the number of inches in the radius of a sphere of ice cream which has the same volume of the cone?
$\text{(A) }\frac{1}{2}\qquad\text{(B) }1\qquad\text{(C) }\frac{3}{2}\qquad\text{(D) }2\qquad\text{(E) }\frac{5}{2}$
1993 Austrian-Polish Competition, 2
Consider all tetrahedra $ABCD$ in which the sum of the areas of the faces $ABD, ACD, BCD$ does not exceed $1$. Among such tetrahedra, find those with the maximum volume.
2000 Harvard-MIT Mathematics Tournament, 13
Determine the remainder when $(x^4-1)(x^2-1)$ is divided by $1+x+x^2$.
2018 All-Russian Olympiad, 6
Three diagonals of a regular $n$-gon prism intersect at an interior point $O$. Show that $O$ is the center of the prism.
(The diagonal of the prism is a segment joining two vertices not lying on the same face of the prism.)
2005 Argentina National Olympiad, 4
We will say that a positive integer is a [i]winner [/i] if it can be written as the sum of a perfect square plus a perfect cube. For example, $33$ is a winner because $33=5^2+2^3$ .
Gabriel chooses two positive integers, r and s, and Germán must find $2005$ positive integers $n$ such that for each $n$, the numbers $r+n$ and $s+n$ are winners.
Prove that Germán can always achieve his goal.
2011 Today's Calculation Of Integral, 759
Given a regular tetrahedron $PQRS$ with side length $d$. Find the volume of the solid generated by a rotation around the line passing through $P$ and the midpoint $M$ of $QR$.
2010 Paenza, 6
In space are given two tetrahedra with the same barycenter such that one of them contains the other.
For each tetrahedron, we consider the octahedron whose vertices are the midpoints of the tetrahedron's edges.
Prove that one of this octahedra contains the other.
2006 AMC 12/AHSME, 24
Let $ S$ be the set of all points $ (x,y)$ in the coordinate plane such that $ 0\le x\le \frac \pi2$ and $ 0\le y\le \frac \pi2$. What is the area of the subset of $ S$ for which
\[ \sin^2 x \minus{} \sin x\sin y \plus{} \sin^2 y\le \frac 34?
\]$ \textbf{(A) } \frac {\pi^2}9 \qquad \textbf{(B) } \frac {\pi^2}8 \qquad \textbf{(C) } \frac {\pi^2}6\qquad \textbf{(D) } \frac {3\pi^2}{16} \qquad \textbf{(E) } \frac {2\pi^2}9$
1988 Nordic, 3
Two concentric spheres have radii $r$ and $R,r < R$. We try to select points $A, B$ and $C$ on the surface of the larger sphere such that all sides of the triangle $ABC$ would be tangent to the surface of the smaller sphere. Show that the points can be selected if and only if $R \le 2r$.
2013 Uzbekistan National Olympiad, 5
Let $SABC$ is pyramid, such that $SA\le 4$, $SB\ge 7$, $SC\ge 9$, $AB=5$, $BC\le 6$ and $AC\le 8$.
Find max value capacity(volume) of the pyramid $SABC$.
1973 Bulgaria National Olympiad, Problem 6
In the tetrahedron $ABCD$, $E$ and $F$ are the midpoints of $BC$ and $AD$, $G$ is the midpoint of the segment $EF$. Construct a plane through $G$ intersecting the segments $AB$, $AC$, $AD$ in the points $M,N,P$ respectively in such a way that the sum of the volumes of the tetrahedrons $BMNP$, $CMNP$ and $DMNP$ to be minimal.
[i]H. Lesov[/i]
1979 IMO Longlists, 68
We consider a point $P$ in a plane $p$ and a point $Q \not\in p$. Determine all the points $R$ from $p$ for which \[ \frac{QP+PR}{QR} \] is maximum.
2013 Putnam, 2
Let $C=\bigcup_{N=1}^{\infty}C_N,$ where $C_N$ denotes the set of 'cosine polynomials' of the form \[f(x)=1+\sum_{n=1}^Na_n\cos(2\pi nx)\] for which:
(i) $f(x)\ge 0$ for all real $x,$ and
(ii) $a_n=0$ whenever $n$ is a multiple of $3.$
Determine the maximum value of $f(0)$ as $f$ ranges through $C,$ and prove that this maximum is attained.
1989 Iran MO (2nd round), 2
A sphere $S$ with center $O$ and radius $R$ is given. Let $P$ be a fixed point on this sphere. Points $A,B,C$ move on the sphere $S$ such that we have $\angle APB = \angle BPC = \angle CPA = 90^\circ.$ Prove that the plane of triangle $ABC$ passes through a fixed point.
IV Soros Olympiad 1997 - 98 (Russia), 10.11
A plane intersecting a unit cube divides it into two polyhedra. It is known that for each polyhedron the distance between any two points of it does not exceeds $\frac32$ m. What can be the cross-sectional area of a cube drawn by a plane?
1997 AIME Problems, 1
How many of the integers between 1 and 1000, inclusive, can be expressed as the difference of the squares of two nonnegative integers?
2005 AMC 12/AHSME, 10
A wooden cube $ n$ units on a side is painted red on all six faces and then cut into $ n^3$ unit cubes. Exactly one-fourth of the total number of faces of the unit cubes are red. What is $ n$?
$ \textbf{(A)}\ 3\qquad
\textbf{(B)}\ 4\qquad
\textbf{(C)}\ 5\qquad
\textbf{(D)}\ 6\qquad
\textbf{(E)}\ 7$
2011 Indonesia MO, 5
[asy]
draw((0,1)--(4,1)--(4,2)--(0,2)--cycle);
draw((2,0)--(3,0)--(3,3)--(2,3)--cycle);
draw((1,1)--(1,2));
label("1",(0.5,1.5));
label("2",(1.5,1.5));
label("32",(2.5,1.5));
label("16",(3.5,1.5));
label("8",(2.5,0.5));
label("6",(2.5,2.5));
[/asy]
The image above is a net of a unit cube. Let $n$ be a positive integer, and let $2n$ such cubes are placed to build a $1 \times 2 \times n$ cuboid which is placed on a floor. Let $S$ be the sum of all numbers on the block visible (not facing the floor). Find the minimum value of $n$ such that there exists such cuboid and its placement on the floor so $S > 2011$.
1937 Moscow Mathematical Olympiad, 036
* Given a regular dodecahedron. Find how many ways are there to draw a plane through it so that its section of the dodecahedron is a regular hexagon?
1936 Moscow Mathematical Olympiad, 031
Given three planes and a ball in space. In space, find the number of different ways of placing another ball so that it would be tangent the three given planes and the given ball. It is assumed that the balls can only touch externally.
1981 Spain Mathematical Olympiad, 2
A cylindrical glass beaker is $8$ cm high and its circumference rim is $12$ cm wide . Inside, $3$ cm from the edge, there is a tiny drop of honey. In a point on its outer surface, belonging to the plane passing through the axis of the cylinder and for the drop of honey, and located $1$ cm from the base (or bottom) of the glass, there is a fly.
What is the shortest path that the fly must travel, walking on the surface from the glass, to the drop of honey, and how long is said path?
[hide=original wording]Un vaso de vidrio cil´ındrico tiene 8 cm de altura y su borde 12 cm de circunferencia. En su interior, a 3 cm del borde, hay una diminuta gota de miel. En un punto de su superficie exterior, perteneciente al plano que pasa por el eje del cilindro y por la gota de miel, y situado a 1 cm de la base (o fondo) del vaso, hay una mosca.
¿Cu´al es el camino m´as corto que la mosca debe recorrer, andando sobre la superficie del vaso, hasta la gota de miel, y qu´e longitud tiene dicho camino?[/hide]
1998 Putnam, 3
Let $H$ be the unit hemisphere $\{(x,y,z):x^2+y^2+z^2=1,z\geq 0\}$, $C$ the unit circle $\{(x,y,0):x^2+y^2=1\}$, and $P$ the regular pentagon inscribed in $C$. Determine the surface area of that portion of $H$ lying over the planar region inside $P$, and write your answer in the form $A \sin\alpha + B \cos\beta$, where $A,B,\alpha,\beta$ are real numbers.
2003 Singapore MO Open, 4
The pentagon $ABCDE$ which is inscribed in a circle with $AB < DE$ is the base of a pyramid with apex $S$. If the longest side from $S$ is $SA$, prove that $BS > CS$.