Algebra 3 Quiz: Rational Exponents
12 questions · exam conditions
0:00
Rational ExponentsQuestion 1 of 12

Simplify: x1/2x23,x>0\frac{x^{-1/2}}{\sqrt[3]{x^2}}, \quad x>0

x1/6x^{1/6}
1x7/6\frac{1}{x^{7/6}}
1x1/6\frac{1}{x^{1/6}}
1x5/6\frac{1}{x^{5/6}}
← Back to quizzes

Algebra 3 Quiz

Algebra 3 Quiz: Rational Exponents

Practice Rational Exponents in Algebra 3 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Rational Exponents, giving you a quick way to practice the rules, question types, and explanations that matter most for Algebra 3.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Simplify: x1/2x23,x>0\frac{x^{-1/2}}{\sqrt[3]{x^2}}, \quad x>0

  1. x1/6x^{1/6}
  2. 1x7/6\frac{1}{x^{7/6}} (correct answer)
  3. 1x1/6\frac{1}{x^{1/6}}
  4. 1x5/6\frac{1}{x^{5/6}}
Explanation: When you see radicals and negative exponents, your first move is to rewrite everything using fractional exponents. The cube root of x2x^2 is x2/3x^{2/3}, not x1/3x^{1/3}. So the expression becomes x1/2x2/3\frac{x^{-1/2}}{x^{2/3}}. Dividing means you subtract the exponents: x1/22/3=x7/6x^{-1/2 - 2/3} = x^{-7/6}, which is 1x7/6\frac{1}{x^{7/6}}. That's the correct answer. Now, why are the others traps?
  • x1/6x^{1/6} comes from adding the exponents: 1/2+2/3=1/6-1/2 + 2/3 = 1/6. That treats division like multiplication — a common sign error.
  • 1x1/6\frac{1}{x^{1/6}} appears if you mistakenly use x1/3x^{1/3} for the denominator (the index of the root, ignoring the x2x^2) and then add: 1/2+1/3=1/6-1/2 + 1/3 = -1/6.
  • 1x5/6\frac{1}{x^{5/6}} also uses x1/3x^{1/3} but subtracts correctly: 1/21/3=5/6-1/2 - 1/3 = -5/6. So the core mistake there is misreading the radical.
The takeaway: always convert radicals to fractional exponents first. The power inside the radical becomes the numerator of the exponent — cube root of x2x^2 is x2/3x^{2/3}, period. Then remember that division means subtract exponents. A quick check: negative exponent in the numerator? That's fine. Just combine carefully.

Question 2

Rewrite x3/4y1/2x^{3/4}y^{-1/2} using only positive exponents, for x>0, y>0x>0,\ y>0.

  1. x34y2\frac{\sqrt[4]{x^3}}{y^2}
  2. x43y\frac{\sqrt[3]{x^4}}{\sqrt{y}}
  3. x34y\frac{\sqrt[4]{x^3}}{\sqrt{y}} (correct answer)
  4. x34y\frac{\sqrt[4]{x^3}}{y}
Explanation: Whenever you see fractional and negative exponents together, separate the two rules: a fractional exponent like 34\frac{3}{4} means a power and a root, while a negative exponent means "take the reciprocal." For x3/4x^{3/4}, the numerator 3 is the power and the denominator 4 is the root, so it becomes x34\sqrt[4]{x^3}. For y1/2y^{-1/2}, the negative exponent flips it to the denominator, and the 12\frac12 exponent becomes a square root: y1/2=1yy^{-1/2} = \frac{1}{\sqrt{y}}. Combining gives x34y\frac{\sqrt[4]{x^3}}{\sqrt{y}}. Now check the traps. The choice with x34y2\frac{\sqrt[4]{x^3}}{y^2} treats the exponent 12-\frac12 as if it meant squaring in the denominator — that would be y2y^{-2}, not y1/2y^{-1/2}. The choice with x43y\frac{\sqrt[3]{x^4}}{\sqrt{y}} swaps the numerator and denominator of the fractional exponent, giving x4/3x^{4/3} instead of x3/4x^{3/4}. The choice with x34y\frac{\sqrt[4]{x^3}}{y} drops the root from the denominator: y1/2y^{-1/2} is not y1y^{-1}, so it must become y\sqrt{y}, not just yy. Your takeaway: rewrite each piece separately — "root by the bottom, power by the top, negative means flip." That order prevents most exponent-law errors on this exam.

Question 3

Simplify: (x2/3y3/4)12,x>0, y>0(x^{-2/3}y^{3/4})^{-12}, \quad x>0,\ y>0

  1. x8y9x^8y^9
  2. y9x8\frac{y^9}{x^8}
  3. x8y9\frac{x^8}{y^9} (correct answer)
  4. x8y3x^8y^{-3}
Explanation: When you see a power raised to another exponent, especially a negative one, your first instinct should be: multiply every inner exponent by the outer exponent. The negative outer exponent does not mean "make everything positive"; it means every exponent gets multiplied by 12-12, which changes each sign. Start by distributing the exponent: (x2/3y3/4)12=x(2/3)(12)y(3/4)(12)=x8y9=x8y9.(x^{-2/3}y^{3/4})^{-12} = x^{(-2/3)(-12)}y^{(3/4)(-12)} = x^{8}y^{-9} = \frac{x^8}{y^9}. So the correct simplified form is x8y9\frac{x^8}{y^9}. Now look at the traps. The choice x8y9x^8y^9 keeps the yy exponent positive, which happens if you forget that multiplying 3/43/4 by 12-12 gives 9-9, not +9+9. The choice y9x8\frac{y^9}{x^8} comes from rewriting the base as y3/4x2/3\frac{y^{3/4}}{x^{2/3}} before raising to the 12th power; but the true reciprocal of x2/3y3/4x^{-2/3}y^{3/4} is x2/3y3/4x^{2/3}y^{-3/4}, not that. The choice x8y3x^8y^{-3} gets the xx part right but miscalculates the yy exponent: (3/4)(12)=9(3/4)(-12)=-9, not 3-3. A reliable strategy is to distribute the outer exponent to every factor first, then simplify any negative exponents by moving them to the denominator. Check each variable independently — that prevents sign errors and fraction mistakes.

Question 4

Simplify: 2x33x1/2,x>02\sqrt[3]{x}\cdot 3x^{-1/2}, \quad x>0

  1. 6x1/66x^{1/6}
  2. 6x5/66x^{5/6}
  3. 6x1/66x^{-1/6} (correct answer)
  4. 6x5/66x^{-5/6}
Explanation: When you see a radical multiplied by a power of xx, your first move should be to rewrite the radical as a fractional exponent: x3=x1/3\sqrt[3]{x}=x^{1/3}. Once everything is in exponent form, you're just multiplying same bases, so multiply coefficients and add exponents. Multiply the coefficients: 23=62\cdot 3=6. Then add the exponents: x1/3x1/2=x13+(12)=x2636=x1/6.x^{1/3}\cdot x^{-1/2}=x^{\frac13+\left(-\frac12\right)} =x^{\frac{2}{6}-\frac{3}{6}} =x^{-1/6}. So the simplified expression is 6x1/6.6x^{-1/6}. Now let's expose the traps in the other choices.
  • 6x1/66x^{1/6} comes from subtracting the exponents as 1213\frac12-\frac13, but multiplication of powers requires addition, not subtraction.
  • 6x5/66x^{5/6} comes from adding 13+12\frac13+\frac12 while ignoring the negative sign on 1/2-1/2. The exponent is negative, so that sign must be included.
  • 6x5/66x^{-5/6} comes from treating x3\sqrt[3]{x} as x1/3x^{-1/3} rather than x1/3x^{1/3}. A cube root is a positive fractional exponent, not a negative one.
A quick way to guard against these mistakes: rewrite every term using fractional exponents, then add the exponents with their signs. You can even approximate: 1/31/20.3330.5=0.1661/3-1/2\approx 0.333-0.5=-0.166, which is 1/6-1/6. That check alone would eliminate three of the four answer choices.

Question 5

Simplify: (x23)6÷x3,x>0(\sqrt[3]{x^2})^6 \div \sqrt{x^3}, \quad x>0

  1. x8/3x^{8/3}
  2. x5/2x^{5/2} (correct answer)
  3. x11/2x^{11/2}
  4. x7/2x^{7/2}
Explanation: Whenever you see radical expressions raised to powers and divided, rewrite each radical as a fractional exponent first. For this expression, x23=x2/3\sqrt[3]{x^2}=x^{2/3} and x3=x3/2\sqrt{x^3}=x^{3/2}. The original becomes (x2/3)6÷x3/2(x^{2/3})^6 \div x^{3/2}. Use the power rule: (x2/3)6=x(2/3)6=x4(x^{2/3})^6 = x^{(2/3)\cdot 6}=x^4. Then for division, subtract exponents: x4÷x3/2=x43/2=x5/2x^4 \div x^{3/2}=x^{4-3/2}=x^{5/2}. That is the correct simplification. The trap choices all come from misapplying exponent rules. x8/3x^{8/3} results from dividing the exponents (4÷3/2=8/34 \div 3/2 = 8/3) instead of subtracting them. x11/2x^{11/2} comes from adding the exponents (4+3/2=11/24+3/2=11/2) when the operation is division. x7/2x^{7/2} usually comes from misreading x3\sqrt{x^3} as x\sqrt{x}, which is x1/2x^{1/2}; dropping the exponent 3 under the radical gives 41/2=7/24 - 1/2 = 7/2. Remember that x3=x3/2\sqrt{x^3}=x^{3/2}, not x1/2x^{1/2}. Strategy: On any exponent-simplification problem, convert radicals to fractional powers, apply the power rule by multiplying, and apply the quotient rule by subtracting. Always carry the full exponent from inside the radical when converting.

Question 6

Evaluate: (0.25)3/2(0.25)^{-3/2}

  1. 18\frac{1}{8}
  2. 8-8
  3. 88 (correct answer)
  4. 22
Explanation: Whenever you see a fractional exponent, think "root" for the denominator and "power" for the numerator. If the exponent is negative, the negative sign tells you to take the reciprocal first, not to expect a negative answer. Start by rewriting 0.250.25 as 14\frac14. So the expression is: (14)3/2\left(\frac14\right)^{-3/2} The negative exponent means flip the base: (14)3/2=43/2\left(\frac14\right)^{-3/2} = 4^{3/2} Now interpret 3/23/2: denominator 22 means square root, numerator 33 means cube. So: 43/2=(4)3=23=84^{3/2} = (\sqrt{4})^3 = 2^3 = 8 Thus, the correct answer is 88. Now let's look at the traps. 18\frac18 is what you would get if you ignored the negative exponent and computed (14)3/2\left(\frac14\right)^{3/2}. That mistake drops the reciprocal step. 8-8 comes from thinking a negative exponent creates a negative result, but negative exponents do not change sign — they reciprocate the base. 22 is the result if you take only the square root of 44 and forget to cube it: 4=2\sqrt{4}=2, but you still need to raise that to the third power. Strategy tip: when you see a negative fractional exponent, rewrite the base as a fraction, flip it to make the exponent positive, then apply "root by the denominator, power by the numerator." This step-by-step approach prevents the most common errors.

Question 7

Solve for real xx: x3/4=8x^{3/4}=8

  1. 44
  2. 3232
  3. 6464
  4. 1616 (correct answer)
Explanation: Whenever you solve an equation like x3/4=8x^{3/4}=8, think in terms of undoing the exponent. The notation x3/4x^{3/4} means (x4)3(\sqrt[4]{x})^3, so you can raise both sides to the reciprocal power 43\frac{4}{3}. A clean way is to write 8 as a power of 2: 8=238=2^3. If x=2kx=2^k, then x3/4=(2k)3/4=23k/4x^{3/4}=(2^k)^{3/4}=2^{3k/4}. For this to equal 232^3, the exponents must match: 3k4=3\frac{3k}{4}=3, so k=4k=4. Therefore x=24=16x=2^4=16. Quick check: 163/4=(164)3=23=816^{3/4}=(\sqrt[4]{16})^3=2^3=8. The other choices are all powers of 2 with the wrong exponent: 4=224=2^2 gives 23/22.832^{3/2}\approx 2.83; 32=2532=2^5 gives 215/413.452^{15/4}\approx 13.45; and 64=2664=2^6 gives 29/222.62^{9/2}\approx 22.6. None equals 8. These wrong answers typically come from forgetting to invert the fractional exponent or from mishandling the exponents on powers of 2. The fastest routine: for an equation of the form xm/n=ax^{m/n}=a, raise both sides to n/mn/m and simplify from the inside out: x=84/3=(83)4=24=16x=8^{4/3}=(\sqrt[3]{8})^4=2^4=16. Remember: undo a fractional exponent with its reciprocal, not by multiplying or guessing powers.

Question 8

Simplify: 8x6y93,y0\sqrt[3]{\frac{8x^6}{y^{-9}}}, \quad y\ne0

  1. 2x2y3\frac{2x^2}{y^3}
  2. 2x2y32x^2y^3 (correct answer)
  3. 8x2y38x^2y^3
  4. 2x3y32x^3y^3
Explanation: When you see a cube root of a rational expression, your first move is to separate the parts: cube root the numerator, cube root the denominator, and simplify each piece. Remember that a negative exponent means a reciprocal, so y9y^{-9} in the denominator actually moves to the numerator as y9y^9. Start with the cube root of the whole expression: 8x6y93\sqrt[3]{\frac{8x^6}{y^{-9}}}. Because dividing by y9y^{-9} is the same as multiplying by y9y^9, rewrite the radicand as 8x6y98x^6 \cdot y^9. Now take the cube root of each factor: 83=2\sqrt[3]{8}=2, x63=x2\sqrt[3]{x^6}=x^2 since 6÷3=26 \div 3 = 2, and y93=y3\sqrt[3]{y^9}=y^3. Multiply these together to get 2x2y32x^2y^3. Why the others miss the mark: 2x2y3\frac{2x^2}{y^3} comes from treating y9y^{-9} as if it stayed in the denominator after cubing — but the negative exponent means it belongs upstairs. 8x2y38x^2y^3 is close, but it forgets to take the cube root of 8; the cube root of 8 is 2, not 8. 2x3y32x^3y^3 makes the common exponent error of dividing 6 by 2 instead of 3 when taking a cube root; x6x^6 cubed gives x2x^2, not x3x^3. Your takeaway: for a cube root, divide every exponent by 3, and always flip negative exponents before simplifying. That combination will keep you safe on radical–exponent questions.

Question 9

Simplify: xx3,x>0\sqrt[3]{x\sqrt{x}}, \quad x>0

  1. x1/6x^{1/6}
  2. x\sqrt{x} (correct answer)
  3. x3\sqrt[3]{x}
  4. x3/2x^{3/2}
Explanation: Whenever you see nested radicals with a variable base, the cleanest move is to rewrite every radical using fractional exponents. Here, x=x1/2\sqrt{x}=x^{1/2}, so \sqrt[3]{x\sqrt{x}}=\sqrt[3]{x\cdot x^{1/2}}}=\sqrt[3]{x^{1+1/2}}} =\sqrt[3]{x^{3/2}}}=(x^{3/2})^{1/3}=x^{1/2}=\sqrt{x}. Thus the simplified form is x\sqrt{x}. The other choices each lose one layer of the expression: x1/6x^{1/6} is what you get if you cube-root only the x\sqrt{x} and drop the leading xx; x3\sqrt[3]{x} drops the x\sqrt{x} factor entirely; and x3/2x^{3/2}isthe product xxx\sqrt{x} before applying the outer cube root at all. Study tip: rewrite every radical as a fractional exponent, then add exponentsinside and multiply by theouter root's exponent. Because the cube root applies to the whole product xxx\sqrt{x}, not to just one piece, make sure the final exponent reflects both factors and the outer root.

Question 10

Simplify: (x1/2y1/3)6,x>0, y>0\left(\frac{x^{1/2}}{y^{1/3}}\right)^{-6}, \quad x>0,\ y>0

  1. x3y2\frac{x^3}{y^2}
  2. x3y2x^3y^2
  3. 1x3y2\frac{1}{x^3y^2}
  4. y2x3\frac{y^2}{x^3} (correct answer)
Explanation: When you see a fraction raised to a negative exponent, remember that the negative sign tells you to take the reciprocal, and the exponent applies to both the numerator and denominator. Here, distributing 6-6 gives (x1/2)6/(y1/3)6=x3/y2(x^{1/2})^{-6}/(y^{1/3})^{-6} = x^{-3}/y^{-2}. Since x3=1/x3x^{-3}=1/x^3 and y2=1/y2y^{-2}=1/y^2, the expression simplifies to (1/x3)/(1/y2)=y2/x3(1/x^3)/(1/y^2) = y^2/x^3. That is the correct answer. Now, why are the other choices wrong? The option x3y2\frac{x^3}{y^2} comes from ignoring the negative exponent entirely and using +6+6 instead of 6-6. The option x3y2x^3y^2 arises if you correctly flip the fraction first—because (a/b)n=(b/a)n(a/b)^{-n} = (b/a)^n—but then mistakenly multiply the results instead of dividing: (y1/3/x1/2)6(y^{1/3}/x^{1/2})^6 should give y2/x3y^2/x^3, not y2x3y^2 \cdot x^3. The option 1x3y2\frac{1}{x^3y^2} results from applying the exponent to the numerator and denominator separately but then multiplying those outcomes, treating the original division as if it were multiplication. A useful habit: after simplifying, check whether your result has the correct reciprocal relationship—for a negative exponent, the variables should swap positions across the fraction bar. And when raising a fraction to a power, always divide the numerator's result by the denominator's result, never multiply.

Question 11

Simplify: x3y24y23,x>0, y>0\sqrt[4]{\frac{x^3}{y^2}}\cdot\sqrt[3]{y^2}, \quad x>0,\ y>0

  1. x3/4y7/6x^{3/4}y^{7/6}
  2. x3/4y1/6x^{3/4}y^{-1/6}
  3. x3/4y5/6x^{3/4}y^{5/6}
  4. x3/4y1/6x^{3/4}y^{1/6} (correct answer)
Explanation: Whenever you see radicals like ...4\sqrt[4]{...} and ...3\sqrt[3]{...}, rewrite them as fractional exponents: amn=am/n\sqrt[n]{a^m} = a^{m/n}. Also, a variable in the denominator gets a negative exponent. Here, x3y24=(x3y2)1/4=x3/4y1/2\sqrt[4]{\frac{x^3}{y^2}} = (x^3 y^{-2})^{1/4} = x^{3/4} y^{-1/2}. Then multiply by y23=y2/3\sqrt[3]{y^2} = y^{2/3}. Adding the exponents for yy: 1/2+2/3=(3+4)/6=1/6-1/2 + 2/3 = (-3+4)/6 = 1/6. So the result is x3/4y1/6x^{3/4} y^{1/6}. The other options each come from a common slip. The one with y7/6y^{7/6} arises if you forget the negative sign on the denominator and compute 1/2+2/3=7/61/2 + 2/3 = 7/6. The one with y1/6y^{-1/6} results from mistakenly writing y23\sqrt[3]{y^2} as y1/3y^{1/3} (instead of y2/3y^{2/3}) and then adding 1/2+1/3=1/6-1/2 + 1/3 = -1/6. The option with y5/6y^{5/6} combines two errors: ignoring the negative exponent on the yy in the denominator and using y1/3y^{1/3} for the cube root, giving 1/2+1/3=5/61/2 + 1/3 = 5/6. Study tip: Always convert radicals to fractional exponents first, and be careful with signs when a variable is in the denominator. Write each exponent explicitly, then combine like bases using addition. Double-check your yy-exponent by plugging in a simple value like y=4y=4 if you're unsure.

Question 12

For x>0x>0, which expression is NOT equivalent to x23\sqrt[3]{x^2}?

  1. x36\sqrt[6]{x^3} (correct answer)
  2. x2/3x^{2/3}
  3. (x3)2(\sqrt[3]{x})^2
  4. x46\sqrt[6]{x^4}
Explanation: When you see radical expressions like x23\sqrt[3]{x^2}, your first move should be to rewrite them using fractional exponents: the index becomes the denominator, and the exponent inside becomes the numerator. So x23=x2/3\sqrt[3]{x^2} = x^{2/3}. That is your target expression. Now check each option by converting to fractional exponents. The expression x36\sqrt[6]{x^3} becomes x3/6=x1/2x^{3/6} = x^{1/2}, which is not the same as x2/3x^{2/3} — that is the one that is NOT equivalent. Every other option simplifies to your target: x2/3x^{2/3} is exactly the target; (x3)2=(x1/3)2=x2/3(\sqrt[3]{x})^2 = (x^{1/3})^2 = x^{2/3}; and x46=x4/6=x2/3\sqrt[6]{x^4} = x^{4/6} = x^{2/3}. The trap here is confusing the order of operations: when you take a root and then raise to a power, the exponents multiply, but when you have a power inside a root, the exponents add in the fraction. Always reduce the fractional exponent fully (like simplifying 4/64/6 to 2/32/3) before comparing. A quick strategy: for any "which is NOT equivalent" question, rewrite every choice as a power of xx and simplify the fraction. Then compare to the original exponent. This works because x>0x>0 guarantees the rules of exponents apply without worrying about negative bases.