List of the First 5 Multiples of 2

Given: Positive Integer = 2,  n = 5
2 * 1 = 2
2 * 2 = 4
2 * 3 = 6
2 * 4 = 8
2 * 5 = 10
List of the First 5 Multiples of 2: 2, 4, 6, 8, 10
Notes:
  • The listed multiples are the First 5 Multiples of 2 that are positive (greater than 0)
  • Multiples of 2 are Even Numbers
  • A Multiple of 2 that is greater than 2 is also the Least Common Multiple (LCM) of the two numbers, e.g., LCM(2,10) = 10

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