Fraction Addition
a/b + c/d = (a*d + c*b) / (b*d)Add two fractions by cross-multiplying and combining over a common denominator, then simplify by dividing by the GCD.
Where:
a/b= First fraction (numerator a, denominator b)c/d= Second fraction (numerator c, denominator d)GCD= Greatest Common Divisor, used to simplify the result