Question 211722
{{{(((x+4)/(4x)))/((x+4))}}}
I believe that's what you are trying to solve.
-----
since a/b = a * 1/b, your equation becomes:
-----
{{{(((x+4)/(4x)))*(1/(x+4))}}}
-----
this is equivalent to:
-----
{{{((x+4)*1)/((4x)*(x+4))}}}
-----
(x+4) cancels out and you are left with:
-----
{{{(1)/(4x)}}}
-----