Simplify the following, giving the result without fractional indices:
[(x^2 -1)^2 * √(x+1)]/ (x-1)^3/2
Attempt at solving:
There are no common bases to add the indices and no common indices to multiply out the bases so I tried this and got it wrong, please show me where though:
[(x-1) (x+1)]^2 * (x+1)^1/2] / (x-1)^3/2
=[(x-1)^2 * (x+1)^2 * (x+1)^1/2] / (x-1)^3/2
multiplied the indices by 2 and got rid of the fractions
=[(x-1)^4 * (x+1)^4 * (x+1)] / (x-1)^3
= (x-1) *(x+1)^5
By the book it should be : (x+1)^2* √(x^2-1)
Thank You.