question archive a) Use the eucledean algorithm to the Greatest common divisor of 105 and 120 b
Subject:MathPrice:2.86 Bought3
a) Use the eucledean algorithm to the Greatest common divisor of 105 and 120
b. Find (7^4325) mod 13 by studying the pattern of "powers of 7"
a) Euclid's algorithm, is an efficient computing method for the greatest common divisor (GCD) of two integers (numbers) commonly known as the largest number that divides them both without a remainder. The following is the procedure for calculating the GCD of 105 and 120;
Step 1;
Prime factors of 105 are 3, 5, 7. Prime factorization of 105 in exponential form is:
105 = 31 × 51 × 71
Prime factors of 120 are 2, 3, 5. Prime factorization of 120 in exponential form is:
120 = 23 × 31 × 51
Step 2;
List of positive integer factors of 105 that divides 105 without a remainder.
1, 3, 5, 7, 15, 21, 35
List of positive integer factors of 120 that divides 105 without a remainder.
1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60
Step 3;
We found the factors and prime factorization of 105 and 120. The biggest common factor number is the GCF number.
The common numbers are 3 and 5
therefore the Greatest common factor will be calculated by ; 3*5 =15
b) 74325 mod 13
76 =12 mod 13
76= (-1) mod 13
Raising 7 to power 4320
(7)720 =(-1)720 mod 13
74320 = 1 mod 13
74325=75 mod 13
74325= 11 mod 13
therefore 74325 =11 mod 13