Solving Exponents: Dividing \frac{xa+b}{xa-2b}

  • Thread starter Thread starter Gregory.gags
  • Start date Start date
  • Tags Tags
    Exponents
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Gregory.gags
Messages
31
Reaction score
2
[itex]\frac{(x<sup>a+b</sup>)<sup>a-b</sup>}{(x<sup>a-2b</sup>)<sup>a+2b</sup>}[/itex]

I figured since there is one addition and one subtraction of the same amounts in and out of the brackets, they would cancel each other out leaving just [itex]\frac{x}{x}[/itex] which would be 1 (or possibly x?) but I really have absolutely no idea.

also, and this is a long shot, I'm just guessing now that it could be something along the lines of...

[itex]\frac{x<sup>a+b(a-b)</sup>}{x<sup>a-2b(a+2b)</sup>}[/itex]??
 
Physics news on Phys.org
wow, I don't know why the fraction is like that but i hope you get what I'm trying to say :P (the left {} is the numerator and the right {} is the denominator )
 
Gregory.gags said:
[itex]\frac{(x<sup>a+b</sup>)<sup>a-b</sup>}{(x<sup>a-2b</sup>)<sup>a+2b</sup>}[/itex]

I figured since there is one addition and one subtraction of the same amounts in and out of the brackets, they would cancel each other out leaving just [itex]\frac{x}{x}[/itex] which would be 1 (or possibly x?) but I really have absolutely no idea.

also, and this is a long shot, I'm just guessing now that it could be something along the lines of...

[itex]\frac{x<sup>a+b(a-b)</sup>}{x<sup>a-2b(a+2b)</sup>}[/itex]??

This last part is what you want to do, since (xa)b = xab.
The reason that your LaTeX expressions aren't rendering correctly is that (I believe) you are mixing in HTML stuff (SUP) with the LaTeX stuff. You're also missing some parentheses.

This is what you want.

$$ \frac{x^{(a+b)(a-b)}}{x^{(a-2b)(a+2b)}}$$