Solution: Divide every bit of the dividend from the high position, keep the quotient obtained by each calculation, and add the next bit to the remainder for operation. After all the digits of the dividend are operated in this order, the obtained quotients are combined in order, and the remainder is the result of the last operation.
Problem solving process:
Step 1: 92÷82= 1, and the remainder is 10.
Step 2: 10 1÷82= 1, and the remainder is 19.
According to the above calculation steps, the combined result is 1 1, and the remainder is 19.
Checking calculation:1/kloc-0 /× 82+19 = 921.
Extended data/verification result: Four operation rules (calculation in sequence, first multiplication and division, then addition and subtraction, first parenthesis, first power), that is, disjoint operation (recursive equation calculation), should be carried out on the premise of this principle.
Problem solving process:
1 1×82+ 19
=902+ 19
=92 1
If in doubt, please ask questions. If satisfied, please adopt them.