Divide the dividend by the divisor
Multiply the quotient by the divisor
Compare the result with the dividend
If the result matches the dividend, the division is correct
If there is a remainder, check that dividend = divisor × quotient + remainder
Make sure the remainder is less than the divisor
Recheck the calculation if the values do not match
