Convert a percentage value to a fully simplified fraction.
A percentage is simply a number over 100. To convert to a fraction, write the percentage over 100, clear any decimal digits by multiplying both top and bottom by the appropriate power of 10, then reduce by the GCD.
Percentage to Fraction
P% = P / 100, then simplify
37.5/100 = 375/1000 (multiply by 10 to clear the decimal). GCD(375,1000)=125, so 375÷125 / 1000÷125 = 3/8.
They become improper fractions. For example, 150% = 150/100 = 3/2.