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.
123456789101112131415 |
- %%
- %% Ausmultiplizieren (ohne Binomische Formeln)
- %%
-
- \begin{frage}[2]
- Faktorisieren Sie so weit wie möglich (womöglich hilft der Zweiklammeransatz):
-
- $$x^2 + 9x + 18 = ...........................$$
- \TRAINER{$(x+3)(x+6)$ (1 Pkt)}
-
- $$z^2 + 9z - 36 = ...........................$$
- \TRAINER{$(z+12)(z-3)$ (1 Pkt)}
-
- \platzFuerBerechnungen{10}
- \end{frage}
|