मुफ्त LCM कैलकुलेटर
दो या अधिक संख्याओं का लघुत्तम समापवर्त्य (LCM) निकालें। LCM तुरंत गणना करें।
ल.स. मान
36
Gcd Val6
Product216
सूत्र
Least Common Multiple (LCM)
Definition
The LCM of two numbers is the smallest positive integer that is divisible by both numbers.
Formula
LCM(a, b) = / GCD(a, b)a × b
Example
LCM(12, 18):
हल किया गया उदाहरण
Find LCM(12, 18).
- 01GCD(12, 18) = 6
- 02LCM = (12 × 18) / 6
- 03= 216 / 6
- 04= 36
अक्सर पूछे जाने वाले प्रश्न
What is LCM?
The least common multiple is the smallest number that both numbers divide into evenly. For example, LCM(4, 6) = 12.
When is LCM useful?
LCM is used when adding fractions (finding a common denominator), scheduling events that repeat at different intervals, and in number theory.
What is the relationship between GCD and LCM?
GCD(a,b) × LCM(a,b) = a × b. Knowing one lets you calculate the other.
सीखें