For example, 0.7/0.2 first expands the divisor and dividend by 10 times to get 7/2 and the remainder is 1.
However, it is correct to reduce 1 to 0. 1 of his, so 0.7/0.2 = 3. 1.
Remainder, a mathematical term. In the division of integers, there are only two situations: divisible and non-divisible. When it is not divisible, a remainder is generated. The remainder operation: a mod b = c(b is not 0) means that the remainder obtained by dividing the integer a by the integer b is c, for example, 7 ÷ 3 = 2 1.
The remainder refers to the undivided part of the dividend in integer division, and its value range is between 0 and divisor (excluding divisor). For example, if 27 is divided by 6, the quotient is 4 and the remainder is 3.
If a number is divided by another number, if it is smaller than another number, the quotient is 0 and the remainder is itself. For example: 1 divided by 2, the quotient is 0, and the remainder is1; When 2 is divided by 3, the quotient is 0 and the remainder is 2.
The remainder has the following important properties (A, B and C are all natural numbers):
(1) The absolute value of the difference between the remainder and the divisor is less than the absolute value of the divisor (applicable to the real number field);
(2) Dividend = divisor × quotient+remainder;
Divider = (dividend-remainder) ÷ quotient;
Quotient = (dividend-remainder) divider;
Remainder = dividend-divisor × quotient.
(3) If the remainders of A and B divided by C are the same, then the difference between A and B can be divisible by C. For example, if the remainders of 17 and1divided by 3 are 2, then17-1can be divisible by 3.
(4) The sum of A and B divided by the remainder of C (except that A and B divided by C have no remainder) is respectively equal to the sum of the remainder of A and B divided by C (or the remainder of this sum divided by C). For example, 23, the remainder of 16 divided by 5 is 3 and 1 respectively, so the remainder of (23+ 16) divided by 5 is equal to 3+ 1=4. Note: When the sum of remainders is greater than the divisor, the remainders are equal to the sum of remainders and divided by the remainder of c ... For example, the remainders of 19 divided by 5 are 3 and 4 respectively, so the remainders of (23+ 19) divided by 5 are equal to the remainders of (3+4) divided by 5.
(5) The product of A and B divided by C is equal to the product of A and B divided by C (or the product divided by C). For example, 23, the remainder of 16 divided by 5 is 3 and 1 respectively, so the remainder of (23× 16) divided by 5 is equal to 3× 1=3. Note: When the product of the remainder is greater than the divisor, the remainder is equal to the product of the remainder divided by the remainder of c, for example, 23, and the remainder of 19 divided by 5 is 3 and 4 respectively, then the remainder of (23× 19) divided by 5 is equal to that of (3×4) divided by 5.
Properties (4) and (5) can be extended to the case of multiple natural numbers.