🚧 Fin 4.6

This commit is contained in:
tomit4 2026-06-11 08:46:14 -07:00
parent 53dd7eb466
commit 9e25e00c44
4 changed files with 1107 additions and 1 deletions

View file

@ -184,3 +184,19 @@ If $A_1$ then $C$; If $A_2$ then $C$; If $A_3$ then $C$
6. The triangle inequality says that for all real numbers $x$ and $y$, ______.
$|x + 6| \leq |x| + |y|$
---
**Test Yourself**
Page 239
1. Given any real number $x$, the floor of $x$ is the unique integer $n$ such
that ______.
$n \leq x < n + 1$
2. Given any real number $x$, the ceiling of $x$ is the unique integer $n$ such
that ______.
$n - 1 < x \leq n$