Dividing with a bigger divisor

115 Views Asked by At

I have a task with binary operations

10 ÷ 10011

I have trouble in solving this equation. I tried searching but i can't find one with same given values (where divisor is bigger than dividend).

If the divisor is greater than the dividend, just proceed with the algorithm as is. Trailing zeros will be brought down to form the appropriate subproblems.

This is only what I got but i don't understand. Could it be that it's just an error?