Compare commits

3 Commits

Author SHA1 Message Date
1d8782a03b Warm-Up: Georgian
All checks were successful
CI / Typos (pull_request) Successful in 26s
CI / Typst formatting (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 16m40s
2025-10-26 11:12:42 -07:00
48e7abd47e Warm-Up: Pairs 2025-10-26 11:12:39 -07:00
7922c2accc Snakes! 2025-10-26 11:12:35 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
)
#problem()
$n$ black and $n$ white points are randomly distributed on a plane. No three points are colinear.\
$n$ black and $n$ white points are randomly distributed on a plane. No three points are collinear.\
Show that it is always possible draw $n$ nonintersecting lines between pairs of points of different colors.

View File

@ -83,7 +83,7 @@ All integrals are of the form $integral_a^b 1 #h(1mm) d x$.
$
f_(n+1) = g_n & = x + y + 3^n c + 3^0 + 3^1 + ... + 3^n \
& = x + y + 3^n c + sum_(i=0)^n 3^i \
& = x + y + 3^n c + sum_(i=0)^n 3^i \
& = x + y + 3^n c + (3^(n+1) + 1)/2
$
]