Basic HCF/GCD problem

What is the highest common factor of 2442 and 17171?

Note : Try not to use a calculator.


The answer is 11.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

Kwg Dennis
Dec 28, 2015

(2442,17171)

17171-2442x7=77

(2442,77)

2442-77x31=55

(55,77)

77-55=22

(55,22) [At this point you should know the GCD/HCF already]

55-22x2=11

(11,22)

GCD/HCF is 11.

Can you tell me properly from first step

Prakash Parate - 4 years, 1 month ago

Divide 2442 into 17171. Get the remainder, then divide the remainder into 2442. Get that remainder. Take the 2nd remainder and divide into the 1st remainder. Divide the remainders until the remainder is 0.

Tina N. - 3 years, 8 months ago
James Bacon
Aug 24, 2018

Relevant wiki: Euclidean Algorithm

Apply the Euclidean algorithm:

17171 = 2442 × 7 + 77 2442 = 77 × 31 + 55 77 = 55 × 1 + 22 55 = 22 × 2 + 11 22 = 11 × 2 + 0. \begin{array}{rrl} 17171 =& 2442 \times 7 & + 77 \\ 2442 =& 77 \times 31 & + 55\\ 77 =& 55 \times 1 & + 22 \\ 55 =& 22 \times 2 & + 11\\ 22 =& 11 \times 2 & + 0. \end{array}

The process stops since we reached 0 , 0, and we obtain

11 = gcd ( 11 , 22 ) = gcd ( 22 , 55 ) = gcd ( 55 , 77 ) = gcd ( 77 , 2442 ) = gcd ( 2442 , 17171 ) . 11 = \gcd (11, 22) = \gcd(22, 55) = \gcd (55, 77) = \gcd (77, 2442) = \gcd( 2442, 17171) . \ _\square

Tina N.
Oct 10, 2017

17171 = 7 * 2442 + 77 <=1st Remainder 2442 = 31 * 77 + 55 <=2nd Remainder 77 = 1 * 55 + 22 1st Remainder/2nd Remainder = 3rd Remainder 55 = 2 * 22 + 11 22 = 2 * 11 + 0

Poh Seng Tan
Apr 29, 2018

1) 17171/2442 =7R77

2) 2442/77=31R55

3) 77/55=1R22

4) 55/22=2R11

5) 22/11=2R 0

The highest common factor of 2442 and 17171 is 11.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...