Question 477131
I am trying to find the method of solving: 
((x^2 + 4x) / (x^2 + 4)) * ((x + 2)^2 / x^2) = ((x + 4)(x + 2)^2) / (x^3 + 4x)

-------
((x(x+4)) / (x^2 + 4)) * ((x + 2)^2 / x^2) = ((x + 4)(x + 2)^2) / (x(x^2+4))
-----
Cancel where you can:
= (((x+4)) / (x^2 + 4)) * ((x + 2)^2 / x) = ((x + 4)(x + 2)^2) / (x(x^2+4))
------
Multiply thru by x(x^2+4) to get:
= (x+4)+(x+2)^2) = (x+4)(x+2)^2
----
Solution: True for all Real Numbers except x = 0
===========================
Cheers,
Stan H.
==============