If I have numerator as 60 and denominator as 30 then how to express this in p/q form where gcd(p,q) =1? ||please help||

please help me to understand this concept :pray: :pray:

60/30 = 2/1
gcd(2,1) is 1.

1 Like

60/30=2/1

1 Like

Divide both by their gcd.

gcdd = gcd(a,b)

a= a/gcdd
b=b/gcdd

Simple.

1 Like