The lowest common multiple between two numbers is is the smallest positive integer that is divisible by both.
To find the lowest common multiple we usually factorize the numbers in primes, but since we're dealing with two prime numbers, their lowest common multiple is just their product.
[tex]LCM(3,7)=3\cdot7=21[/tex]