12345678910111213141516171819 |
- %%
- % Fragen zu Quadratwurzeln
- %
-
-
- \begin{frage}[1]
- Für welche reellen Zahlen $b$ ist der Term $\sqrt{b-1}$ definiert?
- (Nur eine Antwort ist vollständig.) Kreuzen Sie \textbf{genau eine} Lösung
- der zwölf folgenden Möglichkeiten an:
-
- \begin{tabular}{p{4cm}p{4cm}p{4cm}}
- $\circ\,\,\, b < 1$ & $\circ\,\,\, b < -1$ & $\circ\,\,\, b < 0$ \\
- $\circ\,\,\, b \le 1$ & $\circ\,\,\, b \le -1$ & $\circ\,\,\, b \le 0$ \\
- $\circ\,\,\, b > 1$ & $\circ\,\,\, b > -1$ & $\circ\,\,\, b > 0$ \\
- $\circ\,\,\, b \ge 1$ & $\circ\,\,\, b \ge -1$ & $\circ\,\,\, b \ge 0$ \\
- \end{tabular}
-
- \end{frage}
|