Identify the operation in the problem
If the operation is division, use the remainder
Write the number as dividend = divisor × quotient + remainder
Compute the remainder after dividing
If needed, use the modulo symbol %
For negative numbers, follow the rule used by your calculator or language
Check that the result is between 0 and one less than the divisor
