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: 83÷23=3, and the remainder is 14.
Step 2: 142÷23=6 The remainder is: 4.
According to the above calculation steps, the combined result is 36 and the remainder is 4.
Checking calculation: 36×23+4=832
Extended data (check result): Four operation rules (calculation in sequence, first multiplication and division, then addition and subtraction, first parenthesis, first power), namely disjoint operation (recursive equation calculation), must be carried out on the premise of this principle.
Problem solving process:
36×23+4
=828+4
=832
If in doubt, please ask questions. If satisfied, please adopt them.