12.1k views
3 votes
Use the Euclidean algorithm to find the greatest common divisor d of 313,626 and 152,346. Then use this algorithm to find integers s and t to write d as 313,626 s 152,346 t. Solving these types of equations, for much larger integers, is central to encryption schemes such as RSA (public key) encryption.

User Meaka
by
8.7k points

1 Answer

2 votes

313,626 = 2 * 152,346 + 8934

152,346 = 17 * 8,934 + 468

8,934 = 19 * 468 + 42

468 = 11 * 42 + 6

6 divides 42, so the GCD of 313,626 and 152,346 is 6.

User PatJ
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories