The LCM of two numbers is 360, and the gcd is 18. Find the first number if the second is 90.

1. The product of the greatest common divisor and the least common multiple of two numbers a and b is equal to the product of the numbers themselves:

Gcd (a, b) * gcd (a, b) = ab. (1)

2. Equation (1) allows finding one number by the values of the LCM and GCD, if another is known:

GCD (a, b) = 18;
LCM (a, b) = 360;
b = 90;
a = GCD (a, b) * LCM (a, b) / b = 360 * 18/90 = 4 * 18 = 72.
Answer: 72.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.