Question: Exercises 12 : Using the extended Euclidean Algorithm, find the great common divisor (GCD) of the following pairs of integers: (a). GCD(88, 220), and S,
Exercises 12 :
Using the extended Euclidean Algorithm, find the great common divisor (GCD) of the following pairs of integers:
(a). GCD(88, 220), and S, T such that GCD(88,220)=88S+220T; and
(b). GCD (300, 42),and S, T such that GCD(300,42)=300S+42T.
Exercises 13 :
Solve the following: (a). Given GCD (a, b)=24, find GCD(a,b,26);
(b). Given GCD (a, b, c)=12, find GCD(a,b,c,16).
Exercises 25 : We have been told in arithmetic that the reminder of an integer divided by 9 is the same as the reminder of division of the sum of its decimal digits by 9. In other words, the reminder of division 6371 by 9 is the same as dividing 17 by 9 because 6+3+7+1=17. Use the properties of the mod operator to prove this claim
Exercises 29: Let us assign numeric value to the uppercase alphabet (A=0, B=1, , Z=25). We can now do modular arithmetic on the system using modulo 26.
(a). What is (A+N) mod (26) in this system:
(b). What is (A+6) mod (26) in this system:
(c). What is (Y-5) mod (26) in this system:
(d). What is (C-10) mod (26) in this system:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
