The LCM is the smallest number that is a multiple of the given numbers.
To find it we can make a list of the multiples for each number until we find the smallest multiple they have in common, also we can find the prime factorization for each number first:
Prime factorization for 62:
![31*2\text{ (31 is a prime number)}](https://img.qammunity.org/2023/formulas/mathematics/college/k4u18271bf7md856lcj6i764p7cyjvzmj3.png)
Prime factorization for 36:
![4*9=2*2*3*3=2^2*3^2](https://img.qammunity.org/2023/formulas/mathematics/college/4ozpkqqzec3pazrox46xizru3kdqf138kk.png)
Prime factorization for 24:
![6*4=3*2*2*2=3*2^3](https://img.qammunity.org/2023/formulas/mathematics/college/sb9pprmqo6omo6db7kt6zvgt0c57jo835f.png)
For each prime factor, let's find where it occurs most often as a factor and write it that many times in a new list:
New list: 31, 3, 2: 31 occurs one time, 3 occurs most often two times in the prime factorization for 36, and 2 occurs most often three times in the prime factorization for 24, then the LCM is:
![31*3^2*2^3=31*3*3*2*2*2=2232](https://img.qammunity.org/2023/formulas/mathematics/college/x9u7txlq85i95iasi8jnhzjsg0ir3tbfct.png)
Answer: The LCM of 24, 36 and 62 is 2232