You can put this solution on YOUR website! ((a/(x+y))+(m/y))/(x/(a+m))
----------------------------
Simplifying the numerator:
((a/(x+y))+(m/y))
lcd = y(x+y)
(ay + m(x+y)/y(x+y)
((a+m)y + mx)/(y(x+y))
------------------------
Inverts the denominator and multiply:
((a+m)y + mx)/(y(x+y)) * (a+m)/x
= [(a+m)^2 y + mx(a+m)] / [xy(x+y)]
--------------
That doesn't look any better than the original expression but
it does have one numerator and one denominator.
==============
Cheers,
Stan H.