| 123456789101112131415161718192021 | \begin{frage}[3]%% Anzahl Punkte für diese Aufgabe
  Geben Sie bei den folgenden Funktionen an, ob es sich um gerade oder
  ungerade Funktionen handelt. Es müssen nicht unbedingt
  Polynomfunktionen sein (Kein Abzug für Falschnennungen).
\def\TBox{\noTRAINER{$\Box{}$}\TRAINER{X}}
  
  \begin{tabular}{|c|c|c|c|}\hline
    Funktionszuordung    & gerade   & \textbf{un}gerade  & weder gerade noch ungeraede \\\hline
  $x \mapsto x^3 - 5x$   & $\Box $  & \TBox              &  $\Box$    \\\hline
  $x \mapsto x^4 - 5$    & \TBox    & $\Box$             &  $\Box$    \\\hline
  $x \mapsto 6x^4 + 2x$  & $\Box$   & $\Box$             &  \TBox     \\\hline
  $x \mapsto \sin(x)$    & $\Box$   & \TBox              &  $\Box$    \\\hline
  $x \mapsto |x|$        & \TBox    & $\Box$             &  $\Box$    \\\hline
  $x \mapsto x^2(x-4)$   & $\Box$   & $\Box$             &  \TBox     \\\hline
  \end{tabular}
  
  \platzFuerBerechnungen{10}%%
\TRAINER{je 0.5 Pkt. (keine Abzüge für falsches). Sind alle richtig, dann 3 Pkt.}%%
\end{frage}%%
 |