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:
782+49+65 1+ 18
=782+ 18+(49+65 1)
=800+700
= 1500
Extended data: align two addend numbers, and then add the numbers in the same counting unit separately. If the addition result exceeds 10, it will be advanced to 1, and the higher-order addition needs to be cumulatively advanced to the result of 1.
Problem solving process:
Step 1: 9+ 1=0 to the high position, 1.
Step 2: 4+5+ 1=0, move to the high position of 1
Step 3: 0+6+ 1=7.
According to the above calculation steps, the comprehensive calculation result is 700.
If in doubt, please ask questions. If satisfied, please adopt them.