Fülle die Multiplikationstabelle aus, indem du in jedes Feld den Wert einträgst, der sich ergibt, wenn man die zugehörigen Zahlen in der Spalte und in der Zeile multipliziert.
-4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | |
|---|---|---|---|---|---|---|---|---|---|
-4 | |||||||||
-3 | |||||||||
-2 | |||||||||
-1 | 0 | ||||||||
0 | 0 | 0 | 0 | ||||||
1 | 0 | ||||||||
2 | |||||||||
3 | |||||||||
4 |
Lösung anzeigen
Lösung
Voraussetzung
Multiplikation mit ganzen ZahlenStrategie
Schritte
-4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | |
|---|---|---|---|---|---|---|---|---|---|
-4 | 16 | 12 | 8 | 4 | 0 | -4 | -8 | -12 | -16 |
-3 | 12 | 9 | 6 | 3 | 0 | -3 | -6 | -9 | -12 |
-2 | 8 | 6 | 4 | 2 | 0 | -2 | -4 | -6 | -8 |
-1 | 4 | 3 | 2 | 1 | 0 | -1 | -2 | 3 | -4 |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
1 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 |
2 | -8 | -6 | -4 | -2 | 0 | 2 | 4 | 6 | 8 |
3 | -12 | -9 | -6 | -3 | 0 | 3 | 6 | 9 | 12 |
4 | -16 | -12 | -8 | -4 | 0 | 4 | 8 | 12 | 16 |