Latvian National 2025 Grade 12 Problem 1
Prove that for all positive integers $n$, $2^{2n-1} 3^{n-1} + 5^n$ is divisible by $7$.
Replace sorry in the template below with your solution.
Mathlib version used by the checker is v4.29.0.
import Mathlib.Data.Nat.Basic theorem solution (n : ℕ) (hn : n > 0) : 7 ∣ 2 ^ (2 * n - 1) * 3 ^ (n - 1) + 5 ^ n := sorry
Submit Solution
Login to submit a solution.
Recent Submissions
| # | User | Time (UTC) | Status |
|---|---|---|---|
| 275 | FelixMP | 2026-02-21T12:59 | PASSED ⓘ |
| 102 | cwrv | Long time ago | PASSED ⓘ |
| 101 | cwrv | Long time ago | PASSED ⓘ |
| 100 | cwrv | Long time ago | PASSED ⓘ |
| 93 | PT1618 | Long time ago | PASSED ⓘ |
| 92 | PT1618 | Long time ago | Time limit exceeded ⓘ |
| 90 | kappa | Long time ago | PASSED ⓘ |
| 86 | kappa | Long time ago | Compilation error ⓘ |
| 83 | kappa | Long time ago | Compilation error ⓘ |
| 74 | Kitsune | Long time ago | PASSED ⓘ |