Basic Concept: if we raise any given integer to a positive integer Power, the UNIQUE Prime Factors that make up that number will not change ——-> only the amount of those Unique Prime Numbers will change
If the GCF of (A , B) = 13
Then when we raise A to the 3rd Power and keep B the same, the same Unique Prime Factors that divide into A and B will be there. All that will change is the amount.
Case 1:
A = 13x
B = 13y
Since GCF = 13, x and y are co-prime
When we raise A to the 3rd Power, the two values will still only share a Factor of 13
Case 2:
A = 13x
B = (13)^2 y
Where x and y are co-prime such that the GCD(A,B) = 13
Right now all A and B shares is the common factor of one 13
However when we Cube A, there will be 3 more prime factors of 13 that make up A
The GCF will now become (13)^2
Case 3:
A = 13x
B = (13)^3 y
Originally, like the others, the GCF of A and B = 13 ———- the only factor they share is a 13
However if we Cube A ———> (A)^3 will now have THREE 13s and the new Greatest Shared Factor will be (13)^3
Sum of all possible GCFs:
13 + (13)^2 + (13)^3 = 2,379
D
Posted from my mobile device