Compare commits
4 Commits
5119bdcb2d
...
dde65a8a63
| Author | SHA1 | Date | |
|---|---|---|---|
| dde65a8a63 | |||
| f88160b5f5 | |||
| e2947ea54b | |||
| 30713a7916 |
@ -1,7 +1,7 @@
|
|||||||
% use [nosolutions] flag to hide solutions.
|
% use [nosolutions] flag to hide solutions.
|
||||||
% use [solutions] flag to show solutions.
|
% use [solutions] flag to show solutions.
|
||||||
\documentclass[
|
\documentclass[
|
||||||
solutions,
|
nosolutions,
|
||||||
singlenumbering
|
singlenumbering
|
||||||
]{../../../lib/tex/handout}
|
]{../../../lib/tex/handout}
|
||||||
\usepackage{../../../lib/tex/macros}
|
\usepackage{../../../lib/tex/macros}
|
||||||
|
|||||||
@ -1,62 +0,0 @@
|
|||||||
#import "@local/handout:0.1.0": *
|
|
||||||
#import "@preview/cetz:0.4.2"
|
|
||||||
|
|
||||||
#show: handout.with(
|
|
||||||
title: [Warm-Up: Georgian Countries],
|
|
||||||
by: "Mark",
|
|
||||||
)
|
|
||||||
|
|
||||||
#problem()
|
|
||||||
There are names of some countries in South America, written in the Georgian language, together
|
|
||||||
with their translations to English:
|
|
||||||
|
|
||||||
- Brasil: ბრაზილია
|
|
||||||
- Uruguay: ურუგვაი
|
|
||||||
- Peru: პერუ
|
|
||||||
|
|
||||||
|
|
||||||
What are the names, in English, of the following untranslated countries?
|
|
||||||
|
|
||||||
- არგენტინა
|
|
||||||
- კოლუმბია
|
|
||||||
|
|
||||||
|
|
||||||
#solution[
|
|
||||||
- არგენტინა: Argentina
|
|
||||||
- კოლუმბია: Columbia
|
|
||||||
|
|
||||||
#v(4mm)
|
|
||||||
|
|
||||||
Note that "Peru" and "Uruguay" in Georgian have the same amount of characters as their translations.
|
|
||||||
The repetition of U in Uruguay assures us that Georgian is written left-to-right.
|
|
||||||
|
|
||||||
"Brazil" has more letters than the version in English but thanks to the two other names, we already know some letters:
|
|
||||||
|
|
||||||
#align(
|
|
||||||
center,
|
|
||||||
`_ R A _ I _ I A`,
|
|
||||||
)
|
|
||||||
|
|
||||||
#v(4mm)
|
|
||||||
|
|
||||||
This should probably be “Brasilia” or “Brazilia”. \
|
|
||||||
With those letters, we can guess the names of the other two countries:
|
|
||||||
|
|
||||||
#v(4mm)
|
|
||||||
|
|
||||||
|
|
||||||
#align(
|
|
||||||
center,
|
|
||||||
`A R G E _ _ I _ A`,
|
|
||||||
)
|
|
||||||
|
|
||||||
#align(
|
|
||||||
center,
|
|
||||||
`_ _ L U _ B I A`,
|
|
||||||
)
|
|
||||||
|
|
||||||
#v(4mm)
|
|
||||||
|
|
||||||
|
|
||||||
which can only be Argentina and Colombia (Columbia).
|
|
||||||
]
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
[metadata]
|
|
||||||
title = "Georgian Countries"
|
|
||||||
|
|
||||||
[publish]
|
|
||||||
handout = true
|
|
||||||
solutions = true
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
#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 colinear.\
|
|
||||||
Show that it is always possible draw $n$ nonintersecting lines between pairs of points of different colors.
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
[metadata]
|
|
||||||
title = "Pairs"
|
|
||||||
|
|
||||||
[publish]
|
|
||||||
handout = true
|
|
||||||
solutions = false
|
|
||||||
Reference in New Issue
Block a user