 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Properties
addition and multiplication
|
| A | B |
| ab=real number | closure |
| ab=ba | communative |
| (ab)c=(cb)a | associative |
| a (1)=a | identity |
| a(1/a)=1 | inverse property |
| a+b=real number | closure+ |
| a+b=b+a | communative+ |
| (a+b)+c=(c+b)+a | associative+ |
| a+0=a | identity+ |
| a+(-a)=0 | inverse property+ |
| a(b+c)=ab+ac | distributive left+ |
| (a+b)c=ac=ab | distributive right+ |
|
| |