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: 28÷23= 1 The remainder is: 5.
Step 2: 53÷23=2, and the remainder is 7.
According to the above calculation steps, the result of combination is 12, and the remainder is 7.
Checking calculation: 12×23+7=283.
Extended data $ Check results: Four operation rules (first calculate in sequence, first multiply and divide, then add and subtract, first bracket, first power), namely disjoint operation (recursive equation calculation), should be carried out on the premise of this principle.
Problem solving process:
12×23+7
=276+7
=283
If in doubt, please ask questions. If satisfied, please adopt them.