Why is a simplified fraction easier to compare?
Because two fractions in irreducible form are only equal if numerator and denominator are identical; comparing 4/15 with another fraction just means looking at two small numbers, while comparing 48/180 with another large fraction requires finding a much bigger common denominator first.
Can every repeating decimal become an exact fraction?
Yes: every repeating decimal represents a rational number and has an equivalent exact fraction; the conversion uses the difference between the full number and its version shifted by the period length, a standard algebraic method, but the reverse direction (fraction to decimal) is what this tool computes directly.
Why does 100/40 simplify to 5/2 instead of a whole number?
Because the GCD of 100 and 40 is 20, not 40 or 100; dividing both by 20 gives 5/2, and since 5 is not a multiple of 2, the result keeps a denominator other than 1 and never becomes a whole number.
Does the negative sign belong to the numerator or the denominator?
The tool always normalizes the sign onto the final result and keeps the denominator positive internally; -48/180 and 48/-180 both land on the same simplified result, -4/15, because the sign is handled separately from the absolute value before dividing by the GCD.