2024 SSMO Accuracy Round Problems/Problem 3

Revision as of 15:42, 2 May 2025 by Pinkpig (talk | contribs) (Created page with "==Problem== Three distinct random integers <math>a</math>, <math>b</math>, and <math>c</math> are selected so that <math>1 \le a, b, c \le 10</math>. Let the probability that...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Three distinct random integers $a$, $b$, and $c$ are selected so that $1 \le a, b, c \le 10$. Let the probability that $5|a!+b!+c!$ be $\frac{m}{n}$, where $\gcd(m,n)=1$. Find $m+n$.

Solution