Difference between revisions of "Multiplication"

From Conservapedia
Jump to navigation Jump to search
m
Line 11: Line 11:
 
They are both therefore called "[[commutative]]" operations
 
They are both therefore called "[[commutative]]" operations
  
 +
Exceptions apply when parentheses are user
 +
:<big><math>2 *(3*4) = 24</math></big>
 +
:<big><math>4 *(3*2) = 16</math></big>
 
==See also==
 
==See also==
 
*[[Multiplication Property of Equality]]
 
*[[Multiplication Property of Equality]]

Revision as of 13:55, September 3, 2008

In its most elementary form multiplication is repeated addition of whole numbers or integers.

For example, <math>3\times 2 = 2 + 2 + 2 = 6</math>

The result of a multiplication is the product. The numbers which are multiplied together are called factors.


Multiplication and addition are the only two mathematical functions that yield the same result, regardless of placement of numbers.

For example <math>3\times 2 = 2\times 3</math>.
Likewise <math>4 + 5 = 5 + 4</math>

They are both therefore called "commutative" operations

Exceptions apply when parentheses are user

<math>2 *(3*4) = 24</math>
<math>4 *(3*2) = 16</math>

See also