Interactive step-by-step solver for understanding powers, exponents, and finding cube roots.
Learn about indices (exponents) and cube roots through these examples.
Explain the concept of indices (exponents).
an = a * a * a * ... (n times)
Explain the laws for multiplying and dividing terms with indices.
When multiplying terms with the same base, add the indices.
am * an = am + n
Example: 23 * 24 = 23+4 = 27 = 128
Explanation: (2*2*2) * (2*2*2*2) = 2*2*2*2*2*2*2 (7 times)
When dividing terms with the same base, subtract the indices.
am / an = am - n (where a is not 0)
Example: 56 / 52 = 56-2 = 54 = 625
Explanation: (5*5*5*5*5*5) / (5*5) = 5*5*5*5 (4 times)
Explain the laws for a power raised to another power and a zero index.
When raising a power to another power, multiply the indices.
(am)n = am * n
Example: (32)3 = 32*3 = 36 = 729
Explanation: (3*3) * (3*3) * (3*3) = 3*3*3*3*3*3 (6 times)
Any non-zero number raised to the power of zero is equal to 1.
a0 = 1 (where a is not 0)
Example: 70 = 1, (100)0 = 1, x0 = 1 (if x is not 0)
Explanation: Using the division law, am / am = am-m = a0. Also, a number divided by itself is 1 (am / am = 1). So, a0 must be equal to 1.
Explain the law for a negative index.
A term with a negative index is equal to the reciprocal of the term with a positive index.
a-n = 1 / an (where a is not 0)
1 / a-n = an (where a is not 0)
Example: 2-3 = 1 / 23 = 1/8
Example: 1 / 5-2 = 52 = 25
Explanation: Using the division law, a2 / a5 = a2-5 = a-3. Also, a2 / a5 = (a*a) / (a*a*a*a*a) = 1 / (a*a*a) = 1 / a3. So, a-3 must be equal to 1 / a3.
Define cube root and perfect cubes.
Example: The cube of 2 is 2 * 2 * 2 = 8. (23 = 8)
Example: The cube of 4 is 4 * 4 * 4 = 64. (43 = 64)
Example: 1 (13), 8 (23), 27 (33), 64 (43), 125 (53) are perfect cubes.
3√x means the cube root of x.
Example: 3√8 = 2 (because 2 * 2 * 2 = 8)
Example: 3√64 = 4 (because 4 * 4 * 4 = 64)
Find the cube root of 216 using prime factorization.
2 | 216
2 | 108
2 | 54
3 | 27
3 | 9
3 | 3
| 1
Prime factorization of 216 = 2 * 2 * 2 * 3 * 3 * 3
216 = (2 * 2 * 2) * (3 * 3 * 3)
Take one '2' from the first triplet and one '3' from the second triplet.
Cube root of 216 = 2 * 3
2 * 3 = 6
3√216 = 6
Enter a simple problem involving indices or cube root to solve.
Note: Enter problems using formats like "2^3", "5^2 * 5^4", "(3^2)^3", "cube root of 64", "cube root of 125 by factorization". Use '^' for power and "cube root of" for cube root.