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:
82× 12+ 12×28
=(82+28)× 12
= 1 10× 12
= 1320
Extended data ~ vertical calculation-calculation result: first align the last digits of the two multipliers, then use the second multipliers respectively, multiply each digit by a multiplier in turn from the last digit, and finally accumulate the calculation results into a product. If the multiplier is decimal, the corresponding multiple can be expanded first, and then the product can be reduced by the corresponding multiple;
Problem solving process:
Step 1: 2× 1 10=220.
Step 2:/kloc-0 /×110 =1100.
According to the above calculation results, the total is 1320.
If in doubt, please ask questions. If satisfied, please adopt them.