Ei kuvausta
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.

Faktorisieren_v1.tex 789B

1234567891011121314151617181920212223242526
  1. %%
  2. %% Meta: Master Document
  3. %% Einfache Aufgaben zu Termen
  4. %%
  5. \begin{frage}[3]
  6. Multiplizieren Sie die folgenden Faktoren aus:
  7. \begin{enumerate}[label=\alph*)]
  8. \item $3(7a-2) = $ \TRAINER{Lsg.: $21a - 6$}
  9. \item $3(a+b)(c-d)z = $ \TRAINER{Lsg.: $3acz - 3adz + 3bcz - 3bdz$}
  10. \item $(s-t)(s+t)(s^2 + t^2) = $ \TRAINER{Lsg.: $s^4 - t^4$}
  11. \end{enumerate}
  12. \platzFuerTNNotes{8}
  13. \end{frage}
  14. \begin{frage}[3]
  15. Faktorisieren Sie die folgenden Terme (ausklammern):
  16. \begin{enumerate}[label=\alph*)]
  17. \item $14x - 28z + 42y = $ \TRAINER{Lsg.: $14(x+3y-2z)$}
  18. \item $12sorte - 18rose = $ \TRAINER{Lsg.: $6sore(2t - 3)$}
  19. \item $m(ab - 4) - (4 -ab)\cdot z = $ \TRAINER{Lsg.: $(m+z)(ab-4)$}
  20. \end{enumerate}
  21. \platzFuerTNNotes{7}
  22. \end{frage}