lipu-sona/18/more.html

110 lines
3.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>one, two... three?! (lesson 18)</title>
<meta
charset="UTF-8"
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<link rel="shortcut icon" type="image/png" href="/assets/tp-favicon.png" />
</head>
<body>
<h1 class="title">
lesson 18
<span style="vertical-align: -50%" class="title-emphasis"
>one, two, three</span
>
</h1>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="./">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../19">󱤖 next</a>
</div>
<h2 class="title box-title">vocab</h2>
<div class="box">
<p>󱤽 nanpa - (ordinal number particle); numbers</p>
<p>󱤯 lupa - door, hole, orifice, window</p>
<p>󱤩 linja - long and flexible thing; cord, hair, rope, thread, yarn</p>
<p>󱤁 akesi - reptile, amphibian</p>
</div>
<h2 class="title box-title">lesson</h2>
<h3 class="title box-title sub-title">~ a more advanced counting system</h3>
<div class="box box-top">
<p>don't feel like the main counting system is good enough, huh?</p>
<p>
that's okay. i'll give you the forbidden knowledge of a more advanced
counting system.
</p>
<p>
(but be aware that this is not intended to be used very much. in most
cases, vague amounts will also get the message across.)
</p>
</div>
<div class="box box-top">
<p>this counting system uses 5 words:</p>
<p>
󱥳 wan - one<br />
󱥮 tu - two<br />
󱤭 luka - five<br />󱤼 mute - twenty <br />󱤄 ale - one hundred
</p>
<p>
this counting system is additive, meaning you chain together the words
to create bigger numbers
</p>
<div class="quote">
<p class="sentence">luka luka tu</p>
<p>~ five + five + two</p>
<p>= 12</p>
</div>
<div class="quote">
<p class="sentence">
ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale ale
ale ale ale mute tu
</p>
<p>~ 2022</p>
</div>
<p>
as you can see, it's still not very convenient for big numbers - this is
the point!
</p>
</div>
<h2 class="title box-title">exercises</h2>
<div class="box box-top">
<p>
translate each of these numbers into the more advanced counting system:
</p>
<details>
<summary>102</summary>
<p>ale tu</p>
</details>
<details>
<summary>1024</summary>
<p>ale ale ale ale ale ale ale ale ale ale mute tu tu</p>
</details>
<details>
<summary>53</summary>
<p>mute mute luka luka tu wan</p>
</details>
<details>
<summary>420</summary>
<p>ale ale ale ale mute</p>
</details>
</div>
<h2 class="title box-title">navigation</h2>
<div class="box" style="text-align: center">
<a class="link" style="float: left" href="./">prev 󱥐</a>
<a class="link" href="../">󱤪 index 󱤪</a>
<a class="link" style="float: right" href="../19">󱤖 next</a>
</div>
<script src="/assets/script.js"></script>
</body>
</html>