Break up the multiplicand (number to be multiplied) into its parts. For example, consider the problem 67 * 9. The answer is 603.
Rewrite the number in its smaller parts. Sixty-seven can also be written as 60 + 7,so the problem becomes 9 * (60 + 7).
Distribute the multiplier to the parts. So write 60 * 9 and 7 * 9. Add the two results to get the final answer: 60 * 9 = 540, and 7 * 9 = 63. Adding the two, you get 603. The answer checks out.
Take a larger number, say 373 * 2. Break it up, using the distributive property. So you get 300 * 2 + 70 * 2 + 3 * 2. So 300 * 2 = 600, 70 * 2 = 140 and 3 * 2 = 6. Adding all the figures together, you get 600 + 140 + 6 = 746. Crosscheck your answer by multiplying 373 by 2. The answer is 746.