diff --git a/src/Warm-Ups/Pairs/main.typ b/src/Warm-Ups/Pairs/main.typ new file mode 100644 index 0000000..5500cd9 --- /dev/null +++ b/src/Warm-Ups/Pairs/main.typ @@ -0,0 +1,11 @@ +#import "@local/handout:0.1.0": * +#import "@preview/cetz:0.4.2" + +#show: handout.with( + title: [Warm-Up: Pairs], + by: "Mark", +) + +#problem() +$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. diff --git a/src/Warm-Ups/Pairs/meta.toml b/src/Warm-Ups/Pairs/meta.toml new file mode 100644 index 0000000..2cd9309 --- /dev/null +++ b/src/Warm-Ups/Pairs/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Pairs" + +[publish] +handout = true +solutions = false