Rechenregeln: Unterschied zwischen den Versionen

Aus RMG-Wiki
Wechseln zu: Navigation, Suche
K (Rechenregeln)
K (Rechenregeln)
 
(5 dazwischenliegende Versionen von einem Benutzer werden nicht angezeigt)
Zeile 31: Zeile 31:
 
<poem>
 
<poem>
 
<span style="font-size:15pt;">Kommutativgesetz:</span>
 
<span style="font-size:15pt;">Kommutativgesetz:</span>
 +
<span style="font-size:10pt;">
 +
a+b = b+a   
 +
=2+3 = 3+2
  
a+b = b+a
 
 
a·b = b·a
 
a·b = b·a
 
+
=2·3 = 3·2   
 +
</span>
 
<span style="font-size:15pt;">Assoziativgesetz:</span>
 
<span style="font-size:15pt;">Assoziativgesetz:</span>
 +
<span style="font-size:10pt;">
 +
a+(b+c) = (a+b)+c   
 +
=2+(3+4) = (2+3)+4
  
a+(b+c) = (a+b)+c
+
(b·c) = (a·b)·c   
(b·c) = (a·b)·c
+
=2·(3·4) = (2·3)·4
→Ausmultiplizieren
+
<span style="color:red">→Ausmultiplizieren</span>
 
+
</span>
 
<span style="font-size:15pt;">Distributivgesetz:</span>
 
<span style="font-size:15pt;">Distributivgesetz:</span>
 
+
<span style="font-size:10pt;">
(a+b)·c = a·b+b·a
+
(a+b)·c = a·c+b·c   
Ausklammern
+
=(2+3)·c = 2·4+3·4
 +
<span style="color:red">←Ausklammern</span>
 +
</span>
 
</poem>
 
</poem>

Aktuelle Version vom 22. Juni 2009, 15:48 Uhr

Rechenregeln

Von Niklas Meißner


+·+=+
Beispiel: 10·10=100

+·=
Beispiel: 10·−10=−100

·+=
Beispiel: −10·10=−100

·=+
Beispiel: −10·−10=100


+÷+=+
Beispiel: 10÷10=1

+÷=
Beispiel: 10÷−10=−1

÷+=
Beispiel: −10÷10=−1

÷=+
Beispiel: −10÷−10=1


Kommutativgesetz:

a+b = b+a
=2+3 = 3+2

a·b = b·a
=2·3 = 3·2

Assoziativgesetz:

a+(b+c) = (a+b)+c
=2+(3+4) = (2+3)+4

a·(b·c) = (a·b)·c
=2·(3·4) = (2·3)·4
→Ausmultiplizieren

Distributivgesetz:

(a+b)·c = a·c+b·c
=(2+3)·c = 2·4+3·4
←Ausklammern