83.6k views
2 votes
How do you simplify this

How do you simplify this-example-1
User Ashkan S
by
8.7k points

1 Answer

1 vote

Top:

x / (x + 1) - 1 / x

= [x^2 - (x +1)] / x(x+1)

= (x^2 - x - 1 ) / x (x+1)

Bottom:

x / (x + 1) + 1 / x

= [x^2 + (x +1)] / x(x+1)

= (x^2 + x + 1 ) / x (x+1)

Now you have:

(x^2 - x - 1 ) / x (x+1)

----------------------------

(x^2 + x + 1 ) / x (x+1)

= (x^2 - x - 1 ) / x (x+1) * x (x+1) / (x^2 + x + 1 )

= (x^2 - x - 1 ) /(x^2 + x + 1 )

Answer:

x^2 - x - 1

---------------------

x^2 + x + 1

User BioTronic
by
9.5k points