Multiplication is a mathematical operation of repeated addition. When two numbers are multiplied, the resulting value is a product. The numbers being multiplied are multiplicands, multipliers, or factors. Multiplication can be expressed as "five times three equals fifteen," "five times three is fifteen," or "fifteen is the product of five and three." Multiplication is represented using the multiplication sign (×), the asterisk (*), parentheses (), or a dot (⋅). The statement "five times three equals fifteen" can be written as "5 \times 3 = 15", "5 \ast 3 = 15", "(5)(3) = 15", or "5 \cdot 3 = 15". In elementary arithmetic, multiplication satisfies the following properties: •
Commutativity. Switching the order in a product does not change the result: a \times b = b \times a. •
Associativity. Rearranging the order of parentheses in a product does not change the result: a \times (b \times c) = (a \times b) \times c. •
Distributivity. Multiplication distributes over addition: a \times (b + c) = a \times b + a \times c. •
Identity. Any number multiplied by 1 is itself: a \times 1 = a. •
Zero. Any number multiplied by 0 is 0: a \times 0 = 0. In the multiplication algorithm, the "tens" digit of the product of a pair of digits is referred to as the "carry digit".
Example of multiplication for a single-digit factor Multiplying 729 and 3, starting on the ones column, the product of 9 and 3 is 27. 7 is written under the ones column and 2 is written above the tens column as a carry digit. The product of 2 and 3 is 6, and the carry digit adds 2 to 6, so 8 is written under the tens column. The product of 7 and 3 is 21, and since this is the last digit, 2 will not be written as a carry digit, but instead beside 1. The result: :3 \times 729 = 2187
Example of multiplication for multiple-digit factors Multiplying 789 and 345, starting with the ones column, the product of 789 and 5 is 3945. 4 is in the tens digit. The multiplier is 40, not 4. The product of 789 and 40 is 31560. 3 is in the hundreds digits. The multiplier is 300. The product of 789 and 300 is 236700. Adding all the products, The result: :789 \times 345 = 272205 ==Division==