Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Explore a wealth of knowledge from professionals across different disciplines on our comprehensive platform. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

Can someone explain HOW to simplify this algebraic fraction, as in tell me why and what I need to do for each step : 1-n/n^2-1

Sagot :


- I’m assuming the expression implies the following:

(1-n)/(n^2 - 1)

The steps goes as follows:

= -(n-1)/(n^2-1) (factored a negative out)
= -(n-1)/[(n+1)(n-1)] (Factored denominator into a difference of squares, but don’t just blindly accept the fact, expand it and you should get the original denominator)

At this point, the (n-1) terms cancel, as you should know: a real number, besides 0, over itself is 1.

= -1/(n+1) , which is the answer

Note: You could also see it as 1/-(n+1) or 1/(-n-1)