There are several methods to find the LCD (or LCM) of a set of numbers.
Method 1: Listing Multiples
For small numbers, you can simply list the multiples of each number until you find a common one. For 4 and 6: Multiples of 4 are {4, 8, 12, 16, 20, 24, ...}. Multiples of 6 are {6, 12, 18, 24, ...}. The first common number is 12.
Method 2: Prime Factorization
1. Find the prime factorization of each number.
2. List all the prime factors that appear in any of the factorizations.
3. For each prime factor, find the highest power it is raised to in any of the factorizations.
4. Multiply these highest powers together to get the LCD.