You can put this solution on YOUR website! 3 over x plus 1 minus 4 over x
---
3/(x+1) - (4/x)
---
lcd: x(x+1)
----
Rewrite each fraction with the lcd as its denominator:
[3x/lcd] - 4(x+1)/lcd
----
Combine the numerators over the lcd:
= [3x-4x-4]/lcd
---
= -[x+4]/[x(x+1)]
=========================
Cheers,
Stan H.
=============