Finding HCF and LCM: A Quick Guide

  • Thread starter Thread starter chaoseverlasting
  • Start date Start date
AI Thread Summary
To find the highest common factor (HCF), also known as the greatest common divisor (GCD), and the least common multiple (LCM) of numbers, one can use the relationship HCF * LCM = product of the numbers. For example, the HCF of 22, 24, and 30 is 2, while the LCM is 660. The LCM is defined as the smallest multiple common to all numbers, such as 12 being the LCM of 6 and 4. The Euclidean algorithm can be employed to calculate the GCD, which involves iterative subtraction or division. Understanding these concepts is crucial for solving related mathematical problems effectively.
chaoseverlasting
Messages
1,050
Reaction score
3

Homework Statement


This is slightly embarassing, but how do you find the hcf and lcm?
For example, 22,24,30. What would the hcf and lcm be?
Or,
The period of f(x)=sinx+cosx is the lcm of 2pi, 2pi, what would that be?


Homework Equations



HCF*LCM=f(x)*g(x)
 
Physics news on Phys.org
I know what an LCM is, but what's an HCF? Did you perhaps mean GCF?
 
Perhaps that was "Highest" Common Factor. A friend of mine who is not "mathematically" inclined suggested I say "smallest common factor" rather than "least common factor". She said that always made her wonder- what factor is "least common"!

Chaoseverlasting, in an attempt to reduce some of the chaos, remember that "Least Common Multiple" means the smallest number that is a multiple of each. For example, the least common multiple of 6 and 4 is 12: 12 is 2(6) and 3(4)- it is a multiple of both and is the smallest number that has that property. The least common multiple of 6 and 3, on the other hand, is just 6: 6= 2(3) and 1(6).

Now, in general, what is the least common multiple of any number, a, and itself. What is the "greatest (or highest) common factor"- that is a number such that each of the given numbers is a multiple of IT- if both numbers are equal?
 
Thanks, that helped.
 
know anything about euclidean algorithm?

for HCF I guess you mean highest common factor, which is usually called the GCD, Greatest Common Divisor.

let's say you want to find GCD of 45 and 12, then
GCD(45,12)=GCD(45-12,12)=GCD(45-12-12-12,12)=GCD(9,12)=GCD(9,12-9)=GCD(9,3)=GCD(9-3-3-3,3)=GCD(0,3)

obviously, GCD(45,12)=GCD(0,3)=3

now, for lcm,
LCM(a,b)=a*b/GCD(a,b)
 
In the UK, HCF is what we use for what in the US you term GCD or GCF.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top