From 2bc1da3bee865be6a9dd5e4c1a67b210abb269e7 Mon Sep 17 00:00:00 2001 From: Peter Gerwinski <peter.gerwinski@hs-bochum.de> Date: Tue, 6 Jul 2021 10:58:02 +0200 Subject: [PATCH] Mahtematik-Aufgaben mit LaTeX, 6.7.2021 --- 20210706/rechnen-1.tex | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 20210706/rechnen-1.tex diff --git a/20210706/rechnen-1.tex b/20210706/rechnen-1.tex new file mode 100644 index 0000000..2b3b698 --- /dev/null +++ b/20210706/rechnen-1.tex @@ -0,0 +1,55 @@ +\documentclass{article} + +\usepackage{enumerate} + +\begin{document} + + \begin{tabbing} + 1) 1384 : 1000 = \textbf{1}\\ + 2) \=(1384 - 1 * 1000 = 384)\\ + \> 384 : 100 = \textbf{3}\\ + 3) (1384 - 1 * 1000 - 3 * 100 = 84)\\ + \> 84 : 10 = \textbf{8}\\ + 4) 1384 - 1 * 1000 - 3 * 100 - 8 * 10 = \textbf{4} + \end{tabbing} + + \begin{enumerate} + \item + 1384 : 1000 = \textbf{1} + \item + (1384 - 1 * 1000 = 384)\\ + 384 : 100 = \textbf{3} + \item + (1384 - 1 * 1000 - 3 * 100 = 84)\\ + 84 : 10 = \textbf{8} + \item + 1384 - 1 * 1000 - 3 * 100 - 8 * 10 = \textbf{4} + \end{enumerate} + + \begin{enumerate}[1)] + \item + 1384 : 1000 = \textbf{1} + \item + (1384 - 1 * 1000 = 384)\\ + 384 : 100 = \textbf{3} + \item + (1384 - 1 * 1000 - 3 * 100 = 84)\\ + 84 : 10 = \textbf{8} + \item + 1384 - 1 * 1000 - 3 * 100 - 8 * 10 = \textbf{4} + \end{enumerate} + + \begin{enumerate}[1)] + \item + $1384 : 1000 = \textbf{1}$ + \item + $(1384 - 1 \cdot 1000 = 384)$\\ + $384 : 100 = \textbf{3}$ + \item + $(1384 - 1 \cdot 1000 - 3 \cdot 100 = 84)$\\ + $84 : 10 = \textbf{8}$ + \item + $1384 - 1 \cdot 1000 - 3 \cdot 100 - 8 \cdot 10 = \textbf{4}$ + \end{enumerate} + +\end{document} -- GitLab