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

  • Thread starter Thread starter Dragonetti
  • Start date Start date
  • Tags Tags
    Stuck
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 2K views
Dragonetti
Messages
15
Reaction score
0
Hi,
I am stuck on a specific part of an equation, the equation is as follows;

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

I am basically stuck on the last part (x -2)^-1, how would I go about simplifying this.

Help would be appriciated
Dominic
 
Physics news on Phys.org
I'm not sure exactly how simple you want it, do you want to remove variables from the bottom or are you okay with setting restrictions? You changed (x-2)^2 to 1/x-2 that's always a start then you can divide x-2 into something later HINT HINT.
 
Here's what I came up with

X/(2+1) * (x^2 - x -2) * 1/(x-2)
Factor this ^

x/3 * (x+1) * (x-2) * 1/(x-2)
You can then cancel out the x-2, and you're left with

(x/3) * (x+1) * 1

(x^2 + x) / 3

That's as simple as I could get it.
 
Dragonetti said:
Hi,
I am stuck on a specific part of an equation, the equation is as follows;

Simplify (x^1/2 +1) (x^2 - x -2) (x -2)^-1
This is NOT an equation. An equation always has an = symbol.

You need a pair of parentheses around the exponent. I believe you mean x^(1/2). Omitting the parentheses has confused one of the people responding to this thread.

I think that what you're asking about is this:
[tex](\sqrt{x} + 1)\frac{x^2 - x - 2}{x - 2}[/tex]

As already suggested, factor the x2 - x - 2 expression.


Dragonetti said:
I am basically stuck on the last part (x -2)^-1, how would I go about simplifying this.

Help would be appriciated
Dominic
 
Mark44 said:
This is NOT an equation. An equation always has an = symbol.

You need a pair of parentheses around the exponent. I believe you mean x^(1/2). Omitting the parentheses has confused one of the people responding to this thread.

I think that what you're asking about is this:
[tex](\sqrt{x} + 1)\frac{x^2 - x - 2}{x - 2}[/tex]

As already suggested, factor the x2 - x - 2 expression.

Thanks for the help,
Dominic
 
SpeedOfDark said:
Here's what I came up with

X/(2+1) * (x^2 - x -2) * 1/(x-2)
Factor this ^

x/3 * (x+1) * (x-2) * 1/(x-2)
You can then cancel out the x-2, and you're left with

(x/3) * (x+1) * 1

(x^2 + x) / 3

That's as simple as I could get it.

Thanks
Very helpful
Dominic