using Euclids algorithm find the largest number which divides 870 and 258 leaving remainder 3 in each case
Answers
Answered by
1
Find more:
1.Find the greatest number that divides 3128 and 420
https://brainly.in/question/15327150
2.Find the hcf of 34and 156 using euclidean algorithm
https://brainly.in/question/15362153
Answered by
0
Given:
divides 870 and 258
leaving remainder 3
To find:
find the largest value by Euclids algorithm
Solution:
Given value:
⇒870 and 258
If we remove 3 from the given value it will give:
divides the value by Euclid's algorithm:
⇒867 ÷ 255 = 3 R 102 (867 = 3 × 255 + 102)
⇒255 ÷ 102 = 2 R 51 (255 = 2 × 102 + 51)
⇒102 ÷ 51 = 2 R 0 (102 = 2 × 51 + 0)
The remainder value is 0, and the last equation that is GCF = 51
Similar questions