Given x * y. Multiplication is adding some number x to itself, y times. example: 3*4 = 3 + 3 + 3 + 3 - if you take a close look we are essentially adding the number 3 to itself 4 times. which equals 12.