Question: how to convert function into this form

x*(y+z)/x

convert any polynomial to Divide(Mult(x, Plus(y+z)), x)

 

Please Wait...