Thinking of solving problems: Four arithmetic 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:
78-(67-22)
=78+22-67
= 100-67
=33
Extended data # vertical calculation-calculation result: align the units of the subtrahend and the minuend, and then subtract the numbers in the corresponding counting units respectively. If the number is not reduced enough, you need to borrow 1 from the high position, and then calculate the results in sequence. If the subtraction is less than the minuend, the two numbers are exchanged and subtracted, and a negative sign is added to the final result; Fractional subtraction can refer to the integer subtraction step;
Problem solving process:
Step 1: 10-7=3 Borrow from high position 1.
Step 2: High-level borrowing 10-6- 1=3.
Step 3: 1-0- 1=0.
According to the above calculation steps, the comprehensive calculation result is 33.
If in doubt, please ask questions. If satisfied, please adopt them.