Warm-Up: Pairs
This commit is contained in:
11
src/Warm-Ups/Pairs/main.typ
Normal file
11
src/Warm-Ups/Pairs/main.typ
Normal file
@ -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.
|
||||||
6
src/Warm-Ups/Pairs/meta.toml
Normal file
6
src/Warm-Ups/Pairs/meta.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[metadata]
|
||||||
|
title = "Pairs"
|
||||||
|
|
||||||
|
[publish]
|
||||||
|
handout = true
|
||||||
|
solutions = false
|
||||||
Reference in New Issue
Block a user