2023 SSMO Accuracy Round Problems

Revision as of 21:20, 15 December 2023 by Pinkpig (talk | contribs)

Problem 1

Mr. Sammy proposes a Hamburger Proclamation, which has $500$ lines, divided into paragraphs of $5$ lines each. It takes him $23$ seconds to read each line. Additionally, he adds a $0.5$ second pause between two lines in a paragraph, and a $2$ second pause between paragraphs. If it takes him $S$ minutes to read the whole Hamburger Proclamation, find $\left\lfloor 10S \right\rfloor.$

Solution

Problem 2

Suppose that the average of all $n$-digit palindromes is denoted by $P_{n}$ and the average of all $n$-digit numbers is denoted by $N_{n}.$ Find $\left\lfloor\sum_{n=1}^{100}(P_{n}-N_{n})\right\rfloor.$

Solution

Problem 3

Suppose that $a, b, c$ are real numbers such \begin{align*}     a + b - c &= 4 \\     a^2 + b^2 + c^2 &= 14 \\     a^3 + b^3 - c^3 &= 34 \\ \end{align*} Find the sum of all possible values of $a+b+c$.

Solution

Problem 4

In square $ABCD,$ point $E$ is selected on diagonal $AC.$ Let $F$ be the intersection of the circumcircles of triangles $ABE$ and $CDE.$ Given that $AB = 10$ and $EF = 6,$ find the maximum possible area of triangle $BEC.$ (A circumcircle of some triangle $\triangle ABC$ is the circle containing $A$, $B$, and $C$)

Solution

Problem 5

Define the $\textit{relationship}$ between two numbers $a$ and $b$ to be $\frac{\sigma(ab)}{\sigma(a)\sigma(b)}$ where $\sigma(x)$ is the number of divisors of $x$. Find the sum of integers $1 \le n \le 100$ which have a relationship of $\frac{3}{4}$ with $360$.

Solution

Problem 6

Let the roots of $P(x) = x^3 - 2023x^2 + 2023^{2023}$ be $p, q, r$. Find \[\frac{p^2 + q^2}{p + q} + \frac{q^2 + r^2}{q + r} + \frac{r^2 + p^2}{r + p}\]

Solution

Problem 7

Concentric circles $\omega$ and $\omega_1$ are drawn, with radii $3$ and $5,$ respectively. Chords $AB$ and $CD$ of $\omega_1$ are both tangent to $\omega$ and intersect at $P.$ If $PA=PC = 3,$ then the sum of all possible distinct values of $[PAD]$ can be expressed as $\frac{m}{n},$ for relatively prime positive integers $m$ and $n.$ Find $m+n.$

Solution

Problem 8

There is a quadrilateral $ABCD$ inscribed in a circle $\omega$ with center $O$. In quadrilateral $ABCD$, diagonal $AC$ is a diameter of the circle, $\angle BAC = 30^\circ,$ and $\angle DAC = 15^\circ.$ Let $E$ be the base of the altitude from $O$ onto side $BA$. Let $F$ be the base of the altitude from $E$ onto $BO$. Given that $EF = 3,$ and that the product of the lengths of the diagonals of $ABCD$ is $a\sqrt{b},$ for some squarefree $b,$ find $a+b.$

Solution

Problem 9

Consider a $2023 \times 2023$ grid called $A = P_{2023}$. We take one of the four smaller $2022 \times 2022$ grids located in $P_{2023}$ as $P_{2022}$. We repeat the process of taking smaller grids until we eventually converge at the unit square $P_1.$

[asy] size(7cm); filldraw((0,0)--(0,10)--(10,10)--(10,0)--cycle, opacity(0.2)+lightblue, blue); fill((0,0)--(0,9)--(9,9)--(9,0)--cycle,  opacity(0.1)+lightblue); draw((0,9)--(9,9)--(9,0),  blue); fill((1,0)--(1,8)--(9,8)--(9,0)--cycle, opacity(0.1)+lightblue); draw((1,0)--(1,8)--(9,8), blue);  label("$A = P_{2023}$", (8.3, 9.52)); label("$P_{2022}$", (6.8, 8.52)); label("$\dots$", (4.78, 7.52)); [/asy]

Of the $4^{2022}$ distinct tuples of shrinking grids $(P_{2023}, P_{2022}, \dots P_1)$, let $T$ be the number of these tuples such that their last element is the center square of the original grid $A$. Find the largest integer $a$ such $2^a \mid T.$ Solution

Problem 10

Let $\triangle ABC$ be a triangle such $AB = 13$, $BC = 14$, $CA = 15$. Let the incircle of $\triangle ABC$ touch $BC$ at $D$, $AC$ at $E$, and $AB$ at $F$. Let $\ell_A$ be the line through the midpoints of $AE$ and $EF$. Define $\ell_B$ and $\ell_C$ similarily. Let the area of the star created by the union of $\triangle ABC$ and the triangle bound by $\ell_A$, $\ell_B$, and $\ell_C$ be $\frac{p}{q}$ for relatively prime $p$ and $q$. Find $p + q$.

Solution