Weekly Contest #51

(Ended)

Standings

Q1.

A cone-shaped mountain has its base on the ocean floor and has a height of 8000 feet. The top $\frac{1}{8}$ of the volume of the mountain is above water. What is the depth of the ocean at the base of the mountain in feet?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra

Q2.

Consider all triangles $ABC$ satisfying in the following conditions: $AB = AC$$D$ is a point on $\overline{AC}$ for which $\overline{BD} \perp \overline{AC}$$AC$ and $CD$ are integers, and $BD^{2} = 57$. Among all such triangles, the smallest possible value of $AC$ is

[asy] pair A,B,C,D;  A=(5,12); B=origin; C=(10,0); D=(8.52071005917,3.55029585799); draw(A--B--C--cycle); draw(B--D); label("$A$",A,N); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,NE); [/asy]

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Geometry

Q3.

The number halfway between $1/8$ and $1/10$ is

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra

Q4.

What is the radius of a circle inscribed in a rhombus with diagonals of length $10$ and $24$?

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Probability