Current location - Training Enrollment Network - Mathematics courses - What is the fast algorithm for multiplying two digits by two digits?
What is the fast algorithm for multiplying two digits by two digits?
The law of multiplying two digits by two digits:

One bit is multiplied by another factor, then ten bits are multiplied by another factor, and finally the two are added.

For example: 12× 14=?

Solution: 10* 12= 120.

4* 12=48

48+ 120= 168

Integer multiplication meets the following requirements: exchange law, association law, distribution law and elimination law.

With the development of mathematics, the object of operation has developed from integer to more general group.

Intra-group multiplication is no longer needed to satisfy the commutative law. The most famous noncommutative example is the quaternion group discovered by Hamilton, but the associative law is still satisfied.

1. Multiplicative commutative law: ab=ba. Note: letters are multiplied by letters, and the multiplication sign can be written without writing.

2, the law of multiplicative association: (ab)c=a(bc),

3. Multiplication distribution law: (a+b)c=ac+bc.

Extended data:

Multiplication is a shortcut to add up the same numbers. The result of its operation is called product, and "X" is the symbol of multiplication. From the philosophical point of view, multiplication is the result of qualitative change caused by additive quantity. The multiplication of integers (including negative numbers), rational numbers (fractions) and real numbers is a systematic summary of this basic definition.

Multiplication can also be seen as calculating the objects arranged in a rectangle (integer) or finding the area of a rectangle with a given side length. The area of the rectangle does not depend on which side is measured first, which shows the exchange property. ?

The product of two measured values is a new type of measurement, for example, multiplying the length of two sides of a rectangle to get its area, which is the theme of size analysis.