Respuesta :

Say we have a 3 digit number. The quotient will be 2 digits if the first digit of the dividend is less than the divisor.

Rule:

n/abc

if n>a

Then answer is 2 digits.

If n<a

Then answer is 3 digits.