Math II · N-RN.2

Rewriting Expressions with Radicals and Rational Exponents

Rewriting between radicals and rational exponents gives students a flexible algebraic language for simplifying roots, powers, formulas, and models.

Concept Number and Quantity
Domain The Real Number System
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to become fluent in two equivalent languages: radical notation and rational-exponent notation. Radical notation uses symbols like \(\sqrt{x}\), \(\sqrt[3]{x}\), and \(\sqrt[4]{x}\). Rational-exponent notation writes the same ideas using fractional powers: \(x^(1/2)\), \(x^(1/3)\), and \(x^(1/4)\). The point is not to prefer one language forever. The point is to move between them and choose the form that makes the structure easiest to use.

From Objective 119, students know that

\[a^(1/n) = \sqrt[n]{a}\]

and

\[a^(m/n) = \sqrt[n]{a^m} = (\sqrt[n]{a})^m\]

when defined. Objective 120 now asks students to use those relationships actively. For example,

\[\sqrt{x} = x^(1/2)\]
\[\sqrt[3]{x^5} = x^(5/3)\]
\[x^(7/4) = \sqrt[4]{x^7}\].

Once expressions are written with rational exponents, exponent properties can be used. For example,

\[x^(1/2) \cdot x^(1/3) = x^(1/2 + 1/3) = x^(5/6)\].

This is often easier than trying to multiply \(\sqrt{x}\) and \(\sqrt[3]{x}\) directly in radical notation. The common base and exponent rules are clearer in exponent form.

The objective also includes rewriting in the other direction. Sometimes radical form is easier to interpret. For example, \(x^(3/2)\) can be read as \((\sqrt{x})^3\), which may be useful in a geometry or measurement context. The form you choose depends on the problem.

This is a fluency objective, but it is not mechanical. Students must understand exponent properties, roots, powers, and domain restrictions. Some rewrites are safe for positive variables but need care for negative values or even roots. A good student does not just move symbols; they knows what assumptions make the rewrite valid.

Why students should learn this math

Students should learn this because many formulas in science, engineering, finance, geometry, and advanced algebra use roots and powers interchangeably. If a student is comfortable with only radical notation, some formulas look unfamiliar. If a student is comfortable with only exponent notation, some geometric meanings are hidden. Fluency in both gives flexibility.

For example, the radius of a sphere from its volume involves a cube root. Radical notation makes the inverse-volume meaning visible. But in calculus, writing the same expression with exponent \(1/3\) makes differentiation and algebraic manipulation easier. The two forms serve different purposes.

Simplification is another reason. Exponent properties are cleaner when all roots are written as rational exponents. Multiplying, dividing, and raising powers to powers becomes more systematic. For example, simplifying \(\sqrt{x} \cdot \sqrt[3]{x}\) is awkward for many students in radical form, but simple in exponent form:

\[x^(1/2) \cdot x^(1/3) = x^(5/6)\].

This objective also helps students understand equivalent forms. A major theme of algebra is that the same quantity can be written in different ways, and different forms reveal different information. Factored quadratics reveal zeros. Vertex form reveals maximum or minimum. Exponential expressions can reveal growth factors. Radical and rational-exponent forms are another example of this theme.

The skill is practical in technology as well. Many calculators, spreadsheets, coding languages, and scientific tools use exponent notation for roots. A programmer may write x**0.5 or \(pow(x, 1/3)\) rather than a radical symbol. Students who understand rational exponents are better prepared to read formulas in technical environments.

The “why” is that notation should serve understanding. Rewriting between radicals and rational exponents gives students control over notation. They can choose the form that makes a calculation, interpretation, or later mathematical step easier.

The historical machinery: equivalent notation as mathematical power

Mathematics has always developed better notation to manage complexity. Radical symbols and exponent notation were both invented to make repeated operations and inverse operations easier to write. Over time, mathematicians realized that roots and powers could be unified through fractional exponents. This was a major notational simplification.

The extension of exponent laws to rational exponents reflects a broader mathematical strategy: keep rules consistent while expanding meaning. Negative exponents make division fit exponent laws. Zero exponents make patterns consistent. Rational exponents make roots fit exponent laws. Each extension reduces the number of separate rules students must carry.

Equivalent notation is not just convenience. It changes what mathematicians can see. In radical notation, \(\sqrt{x} \cdot \sqrt[3]{x}\) looks like two different radical types. In rational-exponent notation, \(x^(1/2) \cdot x^(1/3)\) clearly has a common base and can be simplified by adding exponents. The notation reveals structure.

This historical lesson is useful for students. Algebra is not a punishment made of arbitrary symbol conversions. It is a language designed to make patterns visible and operations efficient. Learning to rewrite expressions is learning to choose the best lens.

Where this fits in the big map of mathematics

This objective follows the conceptual explanation of rational exponents. It is the practice and fluency layer. Students first learn why rational exponents make sense; then they learn to use them.

It connects to exponent properties. Products of powers, quotients of powers, powers of powers, and negative exponents all apply when expressions are valid. This creates a unified simplification system.

It connects to radical functions. Square-root and cube-root functions appear in Math II and Math III. Rational exponent notation helps students analyze them as power functions.

It connects to logarithms. Later, students use logarithm properties that mirror exponent properties. Fluency with exponents is essential for logarithmic fluency.

It connects to calculus. Power rules work naturally with rational exponents. For example, \(\sqrt{x}\) is easier to differentiate as \(x^(1/2)\) in calculus.

It connects to modeling. Many real formulas use fractional powers. Students must be able to read, rewrite, and interpret them.

The big-map role is notation fluency. Students learn to move between equivalent forms so that later algebraic and functional work becomes smoother.

How to execute the skill technically

The core conversions are:

\[\sqrt{a} = a^(1/2)\]
\[\sqrt[3]{a} = a^(1/3)\]
\[\sqrt[n]{a} = a^(1/n)\]
\[\sqrt[n]{a^m} = a^(m/n)\]
\[(\sqrt[n]{a})^m = a^(m/n)\].

Example: rewrite \(\sqrt[3]{x^4}\) using rational exponents.

The cube root means exponent \(1/3\), so

\[\sqrt[3]{x^4} = (x^4)^(1/3) = x^(4/3)\].

Example: rewrite \(y^(5/2)\) using radicals.

The denominator 2 means square root, and the numerator 5 means fifth power:

\[y^(5/2) = \sqrt{y^5} = (\sqrt{y})^5\].

For simplification, convert radicals to exponents when useful.

Example:

\[\sqrt{x} \cdot \sqrt[3]{x}\]

becomes

\[x^(1/2) \cdot x^(1/3)\].

Add exponents:

\[x^(1/2 + 1/3) = x^(3/6 + 2/6) = x^(5/6)\].

Example:

\[x^(3/4) / x^(1/2)\]

Subtract exponents:

\[x^(3/4 - 1/2) = x^(3/4 - 2/4) = x^(1/4) = \sqrt[4]{x}\].

Example:

\[(x^(2/3))^6\]

Use power of a power:

\[x^((2/3) \cdot 6) = x^4\].

Students should also handle coefficients carefully. \(3\sqrt{x}\) is \(3x^(1/2)\), not \((3x)^(1/2)\). Parentheses matter.

Domain restrictions matter. For even roots in the real-number system, the radicand must be nonnegative. Rewrites involving variables may assume positive values unless otherwise stated. In many high-school contexts, directions say variables are positive to avoid these complications. If not, students should be cautious.

Another worked example: simplifying a mixed radical expression

Simplify

\[\sqrt{x} \cdot \sqrt[4]{x^3}\]

assuming \(x \ge 0\).

Rewrite each radical using rational exponents:

\[\sqrt{x} = x^(1/2)\]

and

\[\sqrt[4]{x^3} = x^(3/4)\].

Now multiply powers with the same base:

\[x^(1/2) \cdot x^(3/4) = x^(2/4 + 3/4) = x^(5/4)\].

Rewrite in radical form if desired:

\[x^(5/4) = x \cdot x^(1/4) = x\sqrt[4]{x}\].

So the simplified expression is \(x^(5/4)\) or \(x\sqrt[4]{x}\), depending on the requested form. This example shows why rational exponents are useful: different radicals become one exponent arithmetic problem.

Choosing the best form

A strong student does not ask, “Which form is always better?” The answer depends on the task. Radical form is often better for seeing roots, geometry, and inverse measurement. Rational-exponent form is often better for applying exponent properties, simplifying products and quotients, graphing power functions, and preparing for calculus.

For example, \(\sqrt{x + 5}\) is visually clear as a square-root relationship. But \((x + 5)^(1/2)\) may be more useful if the expression is part of a larger algebraic manipulation. Similarly, \(x^(3/2)\) may be easier to simplify with other powers of \(x\), while \(x\sqrt{x}\) may be easier to interpret as “x times its square root.”

The real goal is flexibility. Students should not be trapped in one notation. They should be able to rewrite the expression into the form that reveals the structure needed for the next step.

Domain and assumptions: why the fine print matters

Radical and rational-exponent rewrites often come with hidden assumptions. In many classroom problems, directions say “assume all variables are positive.” That phrase is not filler. It allows students to use exponent properties without getting tangled in absolute values or nonreal outputs. For example, \(\sqrt{x^2}\) is not always \(x\) over all real numbers; it is \(|x|\), because the square root symbol returns the nonnegative root. If \(x\) is known to be nonnegative, then \(\sqrt{x^2} = x\). If \(x\) could be negative, the absolute value matters.

This is one reason the objective belongs in the real number system. Students are not just moving symbols around; they are learning when a rewrite is valid in the real-number context. Even roots require nonnegative radicands. Odd roots can handle negative values. Fractional exponents with even denominators can create domain restrictions. A technically strong student notices these restrictions rather than pretending every expression works for every input.

For a student-facing app, this is a perfect place for a “safe rewrite?” check. Show a rewrite such as \(\sqrt{x^2} = x\) and ask whether it is always true, true only when \(x \ge 0\), or never true. The goal is not to make the page overly advanced. The goal is to teach responsible fluency: notation is powerful, but assumptions matter.

Common misconceptions and how to avoid them

One common mistake is treating the numerator and denominator of a rational exponent as ordinary multiplication or division by the base. \(x^(3/2)\) is not \(3x/2\). It is a power-root expression.

Another mistake is forgetting that the denominator tells the root. In \(x^(5/3)\), the 3 means cube root, not square root.

A third mistake is losing parentheses. \(\sqrt{x + 1}\) is \((x + 1)^(1/2)\), not \(x + 1^(1/2)\).

A fourth mistake is combining unlike bases. Exponent rules like adding exponents require the same base. \(x^(1/2) \cdot y^(1/2)\) does not become \((xy)^1\) by adding exponents; it can be written as \((xy)^(1/2)\) under appropriate conditions, but that is a different property.

A fifth mistake is ignoring domain restrictions with even roots and negative values. In real-number work, square roots require nonnegative radicands.

The big takeaway

This objective gives students control over two equivalent notational systems. Radicals show roots clearly; rational exponents make exponent rules easier to use. A strong student can move between the forms, simplify with exponent properties, and respect domain restrictions. This fluency prepares students for radical functions, exponential and logarithmic work, scientific formulas, and calculus.

Problem Library

Problems in the App From This Objective

174 problems across 12 archetypes in the app.

add exponents.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Simplify product x^(1/2)*x^(3/2) using same-base rational exponent rules.

Problem 2

Simplify product a^(2/3)*a^(1/3) using same-base rational exponent rules.

Problem 3

Simplify product m^(-1/4)*m^(3/4) using same-base rational exponent rules.

Problem 4

Simplify product y^(5/6)*y^(-1/2) using same-base rational exponent rules.

Problem 5

Simplify product z^(1/4)*z^(7/4) using same-base rational exponent rules.

Problem 6

Simplify product p^(1/3)*p^(1/2) using same-base rational exponent rules.

Problem 7

Simplify product k^(3/5)*k^(-1/2) using same-base rational exponent rules.

Problem 8

Simplify product b^(1/4)*b^(-3/2) using same-base rational exponent rules.

Problem 9

Simplify product c^(5/3)*c^(-2/3) using same-base rational exponent rules.

Open in simulator
Problem 10

Simplify product d^2*d^(1/3) using same-base rational exponent rules.

Problem 11

Simplify product f^(-1/2)*f^(-1/4) using same-base rational exponent rules.

Problem 12

Simplify product g^(3/8)*g^(1/4) using same-base rational exponent rules.

Problem 13

Simplify product h^(5/12)*h^(7/12) using same-base rational exponent rules.

Problem 14

Simplify product j^(7/8)*j^(-1/4) using same-base rational exponent rules.

Problem 15

Simplify product n^(1/5)*n^(-3/10) using same-base rational exponent rules.

subtract exponents.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Simplify quotient x^(5/3)/x^(2/3) using same-base rational exponent rules.

Problem 17

Simplify quotient a^(1/2)/a^(3/2) using same-base rational exponent rules.

Problem 18

Simplify quotient m^(-1/4)/m^(1/2) using same-base rational exponent rules.

Problem 19

Simplify quotient y^(7/6)/y^(-1/6) using same-base rational exponent rules.

Problem 20

Simplify quotient b^(3/4)/b^(1/4) using same-base rational exponent rules.

Problem 21

Simplify quotient c^(1/3)/c^(2/3) using same-base rational exponent rules.

Problem 22

Simplify quotient z^5/z^2 using same-base rational exponent rules.

Problem 23

Simplify quotient w^3/w^7 using same-base rational exponent rules.

Problem 24

Simplify quotient p^(1/5)/p^(-2/5) using same-base rational exponent rules.

Open in simulator
Problem 25

Simplify quotient q^(-3/7)/q^(1/7) using same-base rational exponent rules.

Problem 26

Simplify quotient k^(2/5)/k^(2/5) using same-base rational exponent rules.

Problem 27

Simplify quotient r^(1/2)/r^(1/3) using same-base rational exponent rules.

Problem 28

Simplify quotient s^(2/3)/s^(3/4) using same-base rational exponent rules.

Problem 29

Simplify quotient (2x)^(5/2)/(2x)^(1/2) using same-base rational exponent rules.

Problem 30

Simplify quotient t^(-1/3)/t^(-2/3) using same-base rational exponent rules.

multiply exponents.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Simplify power expression (x^(2/3))^3.

Problem 32

Simplify power expression (a^(1/2))^(4/3).

Problem 33

Simplify power expression (m^(-3/4))^2.

Problem 34

Simplify power expression (y^(5/6))^(12/5).

Problem 35

Simplify power expression (z^3)^4.

Problem 36

Simplify power expression (b^5)^(1/2).

Problem 37

Simplify power expression (c^4)^(-1/2).

Problem 38

Simplify power expression (d^(2/5))^(3/4).

Problem 39

Simplify power expression (p^(-1/3))^(-2/5).

Problem 40

Simplify power expression (q^(3/7))^(-1/2).

Problem 41

Simplify power expression (k^(-2))^(1/3).

Problem 42

Simplify power expression (n^(4/3))^(-2).

Problem 43

Simplify power expression (s^(7/8))^(4/3).

Problem 44

Simplify power expression (t^(3/2))^4.

Problem 45

Simplify power expression (w^(-5))^(-2).

Open in simulator
convert and combine exponents.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Rewrite radical product sqrt(x)*cuberoot(x) using rational exponents and simplify.

Problem 47

Rewrite radical product fourthroot(a^3)*sqrt(a) using rational exponents and simplify.

Problem 48

Rewrite radical product cuberoot(y^2)*cuberoot(y) using rational exponents and simplify.

Problem 49

Rewrite radical product sqrt(m^3)*sqrt(m) using rational exponents and simplify.

Problem 50

Rewrite radical product sqrt(z)*fourthroot(z) using rational exponents and simplify.

Problem 51

Rewrite radical product cuberoot(b)*sixthroot(b) using rational exponents and simplify.

Problem 52

Rewrite radical product fifthroot(p^2)*fifthroot(p^3) using rational exponents and simplify.

Problem 53

Rewrite radical product sqrt(k^5)*cuberoot(k) using rational exponents and simplify.

Open in simulator
Problem 54

Rewrite radical product fourthroot(n^2)*sqrt(n^3) using rational exponents and simplify.

Problem 55

Rewrite radical product cuberoot(x^4)*sixthroot(x^2) using rational exponents and simplify.

Problem 56

Rewrite radical product sqrt(5)*cuberoot(5) using rational exponents and simplify.

Problem 57

Rewrite radical product cuberoot(7^2)*sqrt(7) using rational exponents and simplify.

Problem 58

Rewrite radical product fifthroot(w^3)*tenthroot(w) using rational exponents and simplify.

Problem 59

Rewrite radical product sqrt(t^7)*fourthroot(t^3) using rational exponents and simplify.

Problem 60

Rewrite radical product sixthroot(v^5)*cuberoot(v^2) using rational exponents and simplify.

express simplified exponent as root/power.
15 problems Warmup Practice Mixed Review Assessment
Problem 61

Rewrite rational exponent expression x^(5/6) back into radical form.

Problem 62

Rewrite rational exponent expression a^(3/2) back into radical form.

Problem 63

Rewrite rational exponent expression m^(-2/3) back into radical form.

Problem 64

Rewrite rational exponent expression y^(7/4) back into radical form.

Problem 65

Rewrite rational exponent expression b^(1/2) back into radical form.

Open in simulator
Problem 66

Rewrite rational exponent expression c^(1/3) back into radical form.

Problem 67

Rewrite rational exponent expression d^(1/4) back into radical form.

Problem 68

Rewrite rational exponent expression z^(2/5) back into radical form.

Problem 69

Rewrite rational exponent expression p^(3/4) back into radical form.

Problem 70

Rewrite rational exponent expression q^(-1/2) back into radical form.

Problem 71

Rewrite rational exponent expression r^(-1/3) back into radical form.

Problem 72

Rewrite rational exponent expression s^(-3/5) back into radical form.

Problem 73

Rewrite rational exponent expression t^(-4/7) back into radical form.

Problem 74

Rewrite rational exponent expression u^(9/2) back into radical form.

Problem 75

Rewrite rational exponent expression v^(-5/6) back into radical form.

extract perfect square/cube factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

Simplify radical sqrt(72) by factoring perfect powers.

Problem 77

Simplify radical cuberoot(54) by factoring perfect powers.

Problem 78

Simplify radical sqrt(200) by factoring perfect powers.

Problem 79

Simplify radical cuberoot(250) by factoring perfect powers.

Problem 80

Simplify radical sqrt(12) by factoring perfect powers.

Problem 81

Simplify radical cuberoot(16) by factoring perfect powers.

Problem 82

Simplify radical sqrt(48) by factoring perfect powers.

Problem 83

Simplify radical cuberoot(81) by factoring perfect powers.

Problem 84

Simplify radical sqrt(75) by factoring perfect powers.

Problem 85

Simplify radical cuberoot(128) by factoring perfect powers.

Open in simulator
Problem 86

Simplify radical sqrt(108) by factoring perfect powers.

Problem 87

Simplify radical cuberoot(375) by factoring perfect powers.

split variable powers into root and remainder.
12 problems Warmup Practice Mixed Review Assessment
Problem 88

Simplify variable radical sqrt(x^7).

Problem 89

Simplify variable radical cuberoot(y^8).

Problem 90

Simplify variable radical sqrt(a^4b^5).

Problem 91

Simplify variable radical cuberoot(8m^5).

Problem 92

Simplify variable radical sqrt(x^6).

Problem 93

Simplify variable radical sqrt(16y^9).

Problem 94

Simplify variable radical cuberoot(x^4y^7).

Problem 95

Simplify variable radical sqrt(m^8n^3).

Open in simulator
Problem 96

Simplify variable radical cuberoot(27a^7b^2).

Problem 97

Simplify variable radical sqrt(49p^5q^11).

Problem 98

Simplify variable radical fourthroot(x^10).

Problem 99

Simplify variable radical fifthroot(y^12).

multiply by appropriate radical factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 100

Rationalize denominator in expression 1/sqrt(5).

Problem 101

Rationalize denominator in expression 3/sqrt(2).

Problem 102

Rationalize denominator in expression 5/(2sqrt(3)).

Problem 103

Rationalize denominator in expression sqrt(7)/sqrt(11).

Problem 104

Rationalize denominator in expression 2/sqrt(3).

Problem 105

Rationalize denominator in expression 7/sqrt(13).

Problem 106

Rationalize denominator in expression 4/(3sqrt(5)).

Problem 107

Rationalize denominator in expression 10/(7sqrt(2)).

Problem 108

Rationalize denominator in expression sqrt(3)/sqrt(5).

Problem 109

Rationalize denominator in expression sqrt(2)/sqrt(7).

Open in simulator
Problem 110

Rationalize denominator in expression sqrt(5)/(2sqrt(3)).

Problem 111

Rationalize denominator in expression sqrt(10)/(3sqrt(7)).

Problem 112

Rationalize denominator in expression 6/sqrt(8).

Problem 113

Rationalize denominator in expression 12/sqrt(18).

Problem 114

Rationalize denominator in expression (1+sqrt(2))/sqrt(3).

transform one form into the other.
15 problems Warmup Practice Mixed Review Assessment
Problem 115

Compare radical form sqrt(x^3) and rational exponent form x^(3/2).

Problem 116

Compare radical form cuberoot(a^4) and rational exponent form a^(4/3).

Open in simulator
Problem 117

Compare radical form sqrt(y)^3 and rational exponent form y^(2/3).

Problem 118

Compare radical form 1/cuberoot(m^2) and rational exponent form m^(-2/3).

Problem 119

Compare radical form root(4)(z^5) and rational exponent form z^(5/4).

Problem 120

Compare radical form root(5)(b^2) and rational exponent form b^(2/5).

Problem 121

Compare radical form (sqrt(p))^7 and rational exponent form p^(7/2).

Problem 122

Compare radical form 1/root(3)(k^5) and rational exponent form k^(-5/3).

Problem 123

Compare radical form cuberoot(x) and rational exponent form x^(1/3).

Problem 124

Compare radical form root(7)(w^(-2)) and rational exponent form w^(-2/7).

Problem 125

Compare radical form root(4)(n^3) and rational exponent form n^(4/3).

Problem 126

Compare radical form sqrt(q^5) and rational exponent form q^(2/5).

Problem 127

Compare radical form 1/sqrt(s) and rational exponent form s^(1/2).

Problem 128

Compare radical form cuberoot(v^2) and rational exponent form v^(3/2).

Problem 129

Compare radical form root(5)(y^3) and rational exponent form y^(5/3).

apply inverse power/root operations.
15 problems Warmup Practice Mixed Review Assessment
Problem 130

Solve simple rational-exponent equation x^(1/2)=5.

Problem 131

Solve simple rational-exponent equation x^(1/3)=-2.

Problem 132

Solve simple rational-exponent equation x^(2/3)=9.

Problem 133

Solve simple rational-exponent equation (x-1)^(1/2)=4.

Open in simulator
Problem 134

Solve simple rational-exponent equation x^(1/2)=7.

Problem 135

Solve simple rational-exponent equation x^(1/3)=3.

Problem 136

Solve simple rational-exponent equation x^(1/3)=0.

Problem 137

Solve simple rational-exponent equation x^(1/2)=-3.

Problem 138

Solve simple rational-exponent equation x^(2/3)=4.

Problem 139

Solve simple rational-exponent equation x^(4/3)=16.

Problem 140

Solve simple rational-exponent equation (x+2)^(1/3)=3.

Problem 141

Solve simple rational-exponent equation (x-3)^(1/2)=-1.

Problem 142

Solve simple rational-exponent equation (2x)^(1/2)=6.

Problem 143

Solve simple rational-exponent equation x^(-1/2)=1/3.

Problem 144

Solve simple rational-exponent equation x^(3/2)=8.

select radical or exponent notation strategically.
15 problems Warmup Practice Mixed Review Assessment
Problem 145

Choose the most useful form for evaluate 81^(3/4) mentally.

Problem 146

Choose the most useful form for simplify x^(1/2)*x^(2/3).

Problem 147

Choose the most useful form for rationalize 1/sqrt(7).

Problem 148

Choose the most useful form for compare sqrt(x^3) and x^(3/2).

Problem 149

Choose the most useful form for evaluate (27)^(2/3).

Problem 150

Choose the most useful form for simplify (y^(1/4))^8.

Open in simulator
Problem 151

Choose the most useful form for evaluate 16^(-1/2).

Problem 152

Choose the most useful form for compare sqrt(5) and 5^(1/2).

Problem 153

Choose the most useful form for simplify sqrt(x^5).

Problem 154

Choose the most useful form for rationalize 1/(x^(1/3)).

Problem 155

Choose the most useful form for evaluate (1/8)^(1/3).

Problem 156

Choose the most useful form for simplify (a^2 b^4)^(1/2).

Problem 157

Choose the most useful form for compare (x^(1/3))^2 and x^(2/3).

Problem 158

Choose the most useful form for evaluate 64^(1/6).

Problem 159

Choose the most useful form for simplify sqrt(12).

catch adding exponents across unlike bases, root-index errors, and sign/domain mistakes.
15 problems Warmup Practice Mixed Review Assessment
Problem 160

Correct exponent-property or radical simplification error in x^(1/2)*y^(1/2)=xy.

Problem 161

Correct exponent-property or radical simplification error in x^(2/3)*x^(1/3)=x^(2/9).

Problem 162

Correct exponent-property or radical simplification error in sqrt(50)=25sqrt(2).

Problem 163

Correct exponent-property or radical simplification error in 1/sqrt(3)=sqrt(3).

Problem 164

Correct exponent-property or radical simplification error in sqrt(x^2)=x for all real x.

Problem 165

Correct exponent-property or radical simplification error in (x^2)^3 = x^5.

Problem 166

Correct exponent-property or radical simplification error in (2x)^3 = 2x^3.

Open in simulator
Problem 167

Correct exponent-property or radical simplification error in x^(-2) = -x^2.

Problem 168

Correct exponent-property or radical simplification error in sqrt(9) + sqrt(16) = sqrt(25).

Problem 169

Correct exponent-property or radical simplification error in x^6 / x^2 = x^3.

Problem 170

Correct exponent-property or radical simplification error in x^(3/2) = 3sqrt(x).

Problem 171

Correct exponent-property or radical simplification error in 1/(1+sqrt(2)) = 1-sqrt(2).

Problem 172

Correct exponent-property or radical simplification error in 3sqrt(8) = sqrt(24).

Problem 173

Correct exponent-property or radical simplification error in (5x)^0 = 5.

Problem 174

Correct exponent-property or radical simplification error in x^2 + x^3 = x^5.