Calculate the remainder of the division based on the entered number and its divisor.
The remainder is the amount left over after dividing the first number by the second number as many times as possible.
Let's say we want to divide 21 by 5. The result of this division is 4 with a remainder of 1. In this case, 4 represents the quotient, or the number of times 5 goes into 21 evenly, and 1 represents the remainder, or the amount left over after dividing as many times as possible.
Calculation | Result | Result with remainder |
---|---|---|
12 / 5 | 2.4 | 2 R 2 |
7 / 3 | 2,33 | 2 R 1 |
47 / 8 | 5,88 | 5 R 7 |