List of the First 10 Multiples of 4

Given: Positive Integer = 4,  n = 10
4 * 1 = 4
4 * 2 = 8
4 * 3 = 12
4 * 4 = 16
4 * 5 = 20
4 * 6 = 24
4 * 7 = 28
4 * 8 = 32
4 * 9 = 36
4 * 10 = 40
List of the First 10 Multiples of 4: 4, 8, 12, 16, 20, 24, 28, 32, 36, 40
Notes:
  • The listed multiples are the First 10 Multiples of 4 that are positive (greater than 0)
  • A Multiple of 4 that is greater than 4 is also the Least Common Multiple (LCM) of the two numbers, e.g., LCM(4,40) = 40

The solution above and all other related solutions were provided by the Multiples Application