Rechenregeln: Unterschied zwischen den Versionen

Aus RMG-Wiki
Wechseln zu: Navigation, Suche
K (Rechenregeln)
K (Rechenregeln)
Zeile 32: Zeile 32:
 
<span style="font-size:15pt;">Kommutativgesetz:</span>
 
<span style="font-size:15pt;">Kommutativgesetz:</span>
 
<span style="font-size:10pt;">
 
<span style="font-size:10pt;">
a+b = b+a
+
a+b = b+a     =2+3 = 3+2
a·b = b·a
+
a·b = b·a     =2·3 = 3·2
 
</span>
 
</span>
 
<span style="font-size:15pt;">Assoziativgesetz:</span>
 
<span style="font-size:15pt;">Assoziativgesetz:</span>
 
<span style="font-size:10pt;">
 
<span style="font-size:10pt;">
a+(b+c) = (a+b)+c
+
a+(b+c) = (a+b)+c     =2+(3+4) = (2+3)+4
a·(b·c) = (a·b)·c
+
a·(b·c) = (a·b)·c     =2·(3·4) = (2·3)·4
  
 
<span style="color:red">→Ausmultiplizieren</span>
 
<span style="color:red">→Ausmultiplizieren</span>
Zeile 44: Zeile 44:
 
<span style="font-size:15pt;">Distributivgesetz:</span>
 
<span style="font-size:15pt;">Distributivgesetz:</span>
 
<span style="font-size:10pt;">
 
<span style="font-size:10pt;">
(a+b)·c = a·b+b·a
+
(a+b)·c = a·c+b·c    =(2+3)·c = 2·4+3·4
  
 
<span style="color:red">←Ausklammern</span>
 
<span style="color:red">←Ausklammern</span>
 
</span>
 
</span>
 
</poem>
 
</poem>

Version vom 22. Juni 2009, 15:43 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