How do you simplify #(x^3y)/(xy^5)*(x^2y^9)/x^8# and write it using only positive exponents?

2 Answers
Mar 4, 2018

See a solution process below:

Explanation:

First, rewrite the expression as:

#((x^2 xx x^2)/(x xx x^8))((y xx y^9)/y^5)#

Next, use this rule of exponents to rewrite the expression again:

#a = a^color(red)(1)#

#((x^2 xx x^2)/(x^color(red)(1) xx x^8))((y^color(red)(1) xx y^9)/y^5)#

Then, use this rule of exponents to combine the common exponents in the numerator and denominator:

#x^color(red)(a) xx x^color(blue)(b) = x^(color(red)(a) + color(blue)(b))#

#((x^color(red)(2) xx x^color(blue)(2))/(x^color(red)(1) xx x^color(blue)(8)))((y^color(red)(1) xx y^color(blue)(9))/y^5)#

#(x^(color(red)(2)+color(blue)(2))/(x^(color(red)(1)+color(blue)(8))))(y^(color(red)(1)+color(blue)(9))/y^5)#

#(x^4/x^9)(y^10/y^5)#

Next, use this rule of exponents to simplify the #y# term:

#x^color(red)(a)/x^color(blue)(b) = x^(color(red)(a)-color(blue)(b))#

#(x^4/x^9)(y^color(red)(10)/y^color(blue)(5))#

#(x^4/x^9)y^(color(red)(10)-color(blue)(5))#

#(x^4/x^9)y^5#

Now, use this rule of exponents to simplify the #x# term:

#x^color(red)(a)/x^color(blue)(b) = 1/x^(color(blue)(b)-color(red)(a))#

#(x^color(red)(4)/x^color(blue)(9))y^5#

#1/x^(color(blue)(9) - color(red)(4)) xx y^5#

#1/x^5 xx y^5#

#y^5/x^5#

Or

#(y/x)^5#

We can do this problem easily be breaking it down step by step.

Explanation:

Let's handle each expression first, then multiply them both together.
For #(x^3y)/(xy^5)#, we first start by looking at the x terms. Remember that for division of exponents with the same base, we subtract the exponents. Therefore, #x^3/x=x^(3-1)=x^2#.
Now we do the same thing for the y terms. For this part, recall that to write using only positive exponents that means that all terms with negative exponents are written as their reciprocal, in other words, they go on the bottom of the fraction. Therefore, #y/y^5=y^(1-5)=y^-4=1/y^4#.
So the simplification of the first expression is #x^2/y^4#.
Now we so the same thing for the second expression.
#x^2/x^8=x^(2-8)=x^-6=1/x^6#.
Therefore, the simplification of the second expression is #y^9/x^6#.
Now we multiply both expressions together and simplify just as we did before.
#x^2/y^4*y^9/x^6=(x^2y^9)/(y^4x^6)=y^(9-4)x^(2-6)=y^5x^-4=y^5/x^4#.