설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Runden_Dezimale_v1.tex 467B

123456789101112131415
  1. %% Runden auf Dezimale
  2. \begin{frage}[2]
  3. Runden Sie die folgenden Zahlen auf je 4 Dezimalen.
  4. \begin{enumerate}[label=\alph*) ]
  5. \item $4.689566 \approx$ ................... \TRAINER{4.6896}
  6. \item $0.468008 \approx$ .................. \TRAINER{0.4680}
  7. \item $3010.334 \approx$ ....................\TRAINER{3010.3340}
  8. \item $0.00001234 \approx$ ................\TRAINER{0.0000}
  9. \end{enumerate}
  10. \TRAINER{Pro richtige 1/2 Pkt.}
  11. \end{frage}