find lcm(30,40)using euclids algorithm
Answers
Answered by
0
Let a=40 and b=30
Euclid's algorithm used to determine HCF of a and b
a=bq+ra=bq+r
Where
a=Dividend
b=Divisor
q=Quotient
r=Remainder
By using Euclid's algorithm
When remainder zero then the value of divisor is called HCF of a and b.
Therefore, when remainder is zero then divisor=10=HCF
Similar questions