Answer:
GCD(=n
Step-by-step explanation:
We are given that two numbers and n
We have to find the gcd of two given numbers
GCD: It is also called HCF. It is defined as the highest common facotors of two more numbers.
To find the gcd of two given numbers first we find the factor of two numbers then we find highest common factors .
( 13 times )
Factors of are 1,n,n,n....n(13 times)
Factors of n are 1,n
Common factors of two given numbers are 1 ,n
Highest common factor of two given numbers is n.
Therefore, gcd of two given numbers is n.