Solved Examples

NCERT Solutions for Class 8 Maths Chapter 10: Exponents and Powers — Free PDF

Complete solutions covering laws of exponents, negative exponents, standard form, and powers of rational numbers with detailed worked examples and practice questions.

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202635 min read
NCERT Solutions Class 8 Maths Chapter 10 Exponents And Powers — SparkEd

Chapter 10 Overview: Exponents and Powers

In Class 7, you learnt about exponents with positive integer powers. Chapter 10 of Class 8 extends this to negative exponents and the standard form (scientific notation) of numbers. You will also learn to apply all laws of exponents to rational number bases.

Exponents are essential for expressing very large numbers (like the distance between stars) and very small numbers (like the size of atoms) in a compact form. Scientists, engineers, and mathematicians use exponential notation every day to handle quantities that would otherwise require dozens of zeros.

This chapter has two exercises. Exercise 10.1 focuses on negative exponents, laws of exponents applied to integer and rational bases, and simplification problems. Exercise 10.2 deals with expressing numbers in standard form and converting between standard and usual form. Mastering this chapter provides a strong foundation for logarithms, scientific notation, and algebraic manipulation in higher classes.

Key Concepts and Definitions

Before diving into the exercises, let us review the fundamental ideas of this chapter.

Exponent (Power): In ana^n, the number aa is the base and nn is the exponent (or power). It tells you how many times the base is multiplied by itself. For example, 25=2×2×2×2×2=322^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32.

Negative Exponent: A negative exponent indicates the reciprocal. an=1ana^{-n} = \dfrac{1}{a^n}. This is the single most important new concept in this chapter. For instance, 32=132=193^{-2} = \dfrac{1}{3^2} = \dfrac{1}{9}.

Zero Exponent: For any non-zero number aa, a0=1a^0 = 1. This follows from the quotient rule: an÷an=ann=a0=1a^n \div a^n = a^{n-n} = a^0 = 1.

Standard Form (Scientific Notation): A number written as k×10nk \times 10^n where 1k<101 \leq k < 10 and nn is an integer. For example, the speed of light 3×108\approx 3 \times 10^8 m/s, and the mass of a hydrogen atom 1.67×1027\approx 1.67 \times 10^{-27} kg.

Rational Number Base: Exponent laws apply to rational numbers just as they do to integers. For example, (23)2=(32)2=94\left(\dfrac{2}{3}\right)^{-2} = \left(\dfrac{3}{2}\right)^2 = \dfrac{9}{4}.

Key Laws of Exponents

For non-zero aa and integers m,nm, n:

1. Product Rule: am×an=am+na^m \times a^n = a^{m+n}

When multiplying powers with the same base, add the exponents. Example: 53×54=53+4=575^3 \times 5^4 = 5^{3+4} = 5^7.

2. Quotient Rule: aman=amn\dfrac{a^m}{a^n} = a^{m-n}

When dividing powers with the same base, subtract the exponents. Example: 7572=752=73\dfrac{7^5}{7^2} = 7^{5-2} = 7^3.

3. Power of a Power: (am)n=amn(a^m)^n = a^{mn}

When raising a power to another power, multiply the exponents. Example: (23)4=212(2^3)^4 = 2^{12}.

4. Power of a Product: (ab)m=ambm(ab)^m = a^m \cdot b^m

The power distributes over multiplication. Example: (3×5)2=32×52=9×25=225(3 \times 5)^2 = 3^2 \times 5^2 = 9 \times 25 = 225.

5. Power of a Quotient: (ab)m=ambm\left(\dfrac{a}{b}\right)^m = \dfrac{a^m}{b^m}

The power distributes over division. Example: (27)3=8343\left(\dfrac{2}{7}\right)^3 = \dfrac{8}{343}.

6. Zero Exponent: a0=1a^0 = 1

7. Negative Exponent: am=1ama^{-m} = \dfrac{1}{a^m}

These seven laws form the complete toolkit for simplifying any exponent expression. Every problem in this chapter can be solved by applying one or more of these rules.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Exercise 10.1 — Solved Examples

**Q1. Evaluate: 232^{-3}.**

Solution:

23=123=182^{-3} = \dfrac{1}{2^3} = \dfrac{1}{8}

---

**Q2. Simplify: 54×5253\dfrac{5^4 \times 5^{-2}}{5^3}.**

Solution:

Step 1: Apply the product rule to the numerator.

54×52=54+(2)=525^4 \times 5^{-2} = 5^{4+(-2)} = 5^2

Step 2: Apply the quotient rule.

5253=523=51=15\dfrac{5^2}{5^3} = 5^{2-3} = 5^{-1} = \dfrac{1}{5}

---

**Q3. Find xx if (23)x×(23)5=(23)3\left(\dfrac{2}{3}\right)^x \times \left(\dfrac{2}{3}\right)^5 = \left(\dfrac{2}{3}\right)^{-3}.**

Solution:

Using the product rule on the left side:

(23)x+5=(23)3\left(\dfrac{2}{3}\right)^{x+5} = \left(\dfrac{2}{3}\right)^{-3}

Since the bases are equal, the exponents must be equal:

x+5=3    x=8x + 5 = -3 \implies x = -8

---

**Q4. Express 0.000003470.00000347 in standard form.**

Solution:

Move the decimal point 66 places to the right to get 3.473.47.

0.00000347=3.47×1060.00000347 = 3.47 \times 10^{-6}

The exponent is 6-6 because we moved the decimal to the right (making the number larger), so we compensate with a negative power of 1010.

---

**Q5. Simplify: (34)3×(34)7\left(\dfrac{3}{4}\right)^{-3} \times \left(\dfrac{3}{4}\right)^{7}.**

Solution:

Using the product rule:

(34)3+7=(34)4=3444=81256\left(\dfrac{3}{4}\right)^{-3+7} = \left(\dfrac{3}{4}\right)^{4} = \dfrac{3^4}{4^4} = \dfrac{81}{256}

---

**Q6. Find the value of (21+31)1\left(2^{-1} + 3^{-1}\right)^{-1}.**

Solution:

Step 1: Evaluate the expression inside the bracket.

21+31=12+13=3+26=562^{-1} + 3^{-1} = \dfrac{1}{2} + \dfrac{1}{3} = \dfrac{3 + 2}{6} = \dfrac{5}{6}

Step 2: Apply the negative exponent.

(56)1=65\left(\dfrac{5}{6}\right)^{-1} = \dfrac{6}{5}

Important note: (21+31)12+3\left(2^{-1} + 3^{-1}\right)^{-1} \neq 2 + 3. A very common mistake is to distribute the outer exponent incorrectly.

Exercise 10.2 — Solved Examples

**Q1. Simplify and express with positive exponents: (34)2\left(\dfrac{3}{4}\right)^{-2}.**

Solution:

A negative exponent on a fraction flips the fraction:

(34)2=(43)2=169\left(\dfrac{3}{4}\right)^{-2} = \left(\dfrac{4}{3}\right)^{2} = \dfrac{16}{9}

---

**Q2. Express 4.5×1044.5 \times 10^4 as a usual number.**

Solution:

Move the decimal 44 places to the right:

4.5×104=4.5×10000=450004.5 \times 10^4 = 4.5 \times 10000 = 45000

---

**Q3. Simplify: 25×32×723×34\dfrac{2^5 \times 3^2 \times 7}{2^3 \times 3^4}.**

Solution:

Group like bases and apply the quotient rule:

=253×324×7=22×32×7=4×19×7=289= 2^{5-3} \times 3^{2-4} \times 7 = 2^2 \times 3^{-2} \times 7 = 4 \times \dfrac{1}{9} \times 7 = \dfrac{28}{9}

---

**Q4. Express 3,84,00,0003,84,00,000 in standard form.**

Solution:

3,84,00,000=3.84×1073,84,00,000 = 3.84 \times 10^7

We move the decimal 77 places to the left, so the exponent is +7+7.

---

**Q5. Simplify: (32)3×3534×37\dfrac{(3^2)^3 \times 3^{-5}}{3^4 \times 3^{-7}}.**

Solution:

Step 1: Simplify the numerator using the power-of-a-power rule.

(32)3=36(3^2)^3 = 3^6

Numerator=36×35=365=31\text{Numerator} = 3^6 \times 3^{-5} = 3^{6-5} = 3^1

Step 2: Simplify the denominator.

Denominator=34×37=347=33\text{Denominator} = 3^4 \times 3^{-7} = 3^{4-7} = 3^{-3}

Step 3: Divide.

3133=31(3)=34=81\dfrac{3^1}{3^{-3}} = 3^{1-(-3)} = 3^4 = 81

Worked Examples — Additional Practice

Here are more worked examples that cover common exam patterns.

**Example 1. Simplify: (25)3×(25)6\left(\dfrac{-2}{5}\right)^{-3} \times \left(\dfrac{-2}{5}\right)^{6}.**

Solution:

Using the product rule:

(25)3+6=(25)3=(2)353=8125\left(\dfrac{-2}{5}\right)^{-3+6} = \left(\dfrac{-2}{5}\right)^{3} = \dfrac{(-2)^3}{5^3} = \dfrac{-8}{125}

Note: Since the exponent 33 is odd, the negative sign is preserved.

---

**Example 2. By what number should (3)3(-3)^{-3} be multiplied to get (3)1(-3)^{-1}?**

Solution:

Let the required number be xx.

(3)3×x=(3)1(-3)^{-3} \times x = (-3)^{-1}

x=(3)1(3)3=(3)1(3)=(3)2=9x = \dfrac{(-3)^{-1}}{(-3)^{-3}} = (-3)^{-1-(-3)} = (-3)^{2} = 9

So the required number is 99.

---

**Example 3. Express 0.000000000850.00000000085 in standard form.**

Solution:

Move the decimal 1010 places to the right to get 8.58.5.

0.00000000085=8.5×10100.00000000085 = 8.5 \times 10^{-10}

---

**Example 4. Simplify: (2)5×(2)3(2)4×(2)2\dfrac{(-2)^5 \times (-2)^{-3}}{(-2)^{-4} \times (-2)^2}.**

Solution:

Numerator: (2)5+(3)=(2)2=4(-2)^{5+(-3)} = (-2)^2 = 4.

Denominator: (2)4+2=(2)2=14(-2)^{-4+2} = (-2)^{-2} = \dfrac{1}{4}.

41/4=4×4=16=(2)2(2)=(2)4=16\dfrac{4}{1/4} = 4 \times 4 = 16 = (-2)^{2-(-2)} = (-2)^4 = 16 \checkmark

---

**Example 5. If 5x×53=575^x \times 5^3 = 5^7, find xx. If 8x÷82=858^x \div 8^2 = 8^5, find xx.**

Solution:

For the first: 5x+3=57x+3=7x=45^{x+3} = 5^7 \Rightarrow x + 3 = 7 \Rightarrow x = 4.

For the second: 8x2=85x2=5x=78^{x-2} = 8^5 \Rightarrow x - 2 = 5 \Rightarrow x = 7.

Common Mistakes to Avoid

Students frequently lose marks on exponent problems due to these common errors:

Mistake 1: Confusing the power of a sum with the sum of powers.
(a+b)2a2+b2(a + b)^2 \neq a^2 + b^2. For example, (2+3)2=25(2 + 3)^2 = 25, but 22+32=4+9=132^2 + 3^2 = 4 + 9 = 13. The correct expansion is (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2.

Mistake 2: Distributing a negative exponent incorrectly over addition.
(21+31)12+3(2^{-1} + 3^{-1})^{-1} \neq 2 + 3. You must first compute the sum inside the bracket, then apply the exponent. The correct answer is 65\dfrac{6}{5} (shown in Exercise 10.1, Q6 above).

Mistake 3: Forgetting to flip the fraction with a negative exponent.
(23)22232\left(\dfrac{2}{3}\right)^{-2} \neq \dfrac{2^{-2}}{3^{-2}} ... well, technically that equals 3222=94\dfrac{3^2}{2^2} = \dfrac{9}{4}, which is correct. But students sometimes write 49\dfrac{4}{9} by mistake. Remember: a negative exponent on a fraction flips the fraction, then applies the positive exponent.

Mistake 4: Sign errors with negative bases.
(3)2=9(-3)^2 = 9 (positive), but (3)3=27(-3)^3 = -27 (negative). Even powers make the result positive; odd powers keep it negative.

Mistake 5: Errors in standard form.
Students sometimes write 34.7×10534.7 \times 10^5 instead of 3.47×1063.47 \times 10^6. Remember, in standard form, kk must satisfy 1k<101 \leq k < 10.

Exam Tips for Exponents and Powers

1. Negative exponent = reciprocal. This is the single most important idea: an=1/ana^{-n} = 1/a^n.
2. When simplifying, convert everything to the same base before applying laws.
3. For standard form, count decimal places carefully. Moving left gives positive exponent, moving right gives negative.
4. Remember that a0=1a^0 = 1 for any a0a \neq 0, but 000^0 is not defined at this level.
5. Common trap: (2+3)222+32(2 + 3)^2 \neq 2^2 + 3^2. The power of a sum is NOT the sum of powers.
6. When the problem says "express with positive exponents", move any negative-exponent factors to the other side of the fraction bar.
7. For comparison questions (e.g., "which is larger, 2302^{30} or 3203^{20}?"), try to express both with the same exponent or same base.
8. In CBSE exams, standard form questions are virtually guaranteed. Practise both directions: number to standard form and standard form to number.

Practice Questions with Answers

Test your understanding with these additional questions.

Q1. Simplify: (57)2×(57)5\left(\dfrac{5}{7}\right)^{-2} \times \left(\dfrac{5}{7}\right)^{-5}.

Answer: (57)7=(75)7=7757=82354378125\left(\dfrac{5}{7}\right)^{-7} = \left(\dfrac{7}{5}\right)^{7} = \dfrac{7^7}{5^7} = \dfrac{823543}{78125}.

---

Q2. Express in standard form: (a) 67,30,00067,30,000 (b) 0.00005020.0000502.

Answer: (a) 6.73×1066.73 \times 10^6. (b) 5.02×1055.02 \times 10^{-5}.

---

Q3. Find mm: (49)3×(49)6=(49)2m1\left(\dfrac{4}{9}\right)^3 \times \left(\dfrac{4}{9}\right)^{-6} = \left(\dfrac{4}{9}\right)^{2m-1}.

Answer: LHS =(49)36=(49)3= \left(\dfrac{4}{9}\right)^{3-6} = \left(\dfrac{4}{9}\right)^{-3}. So 2m1=32m - 1 = -3, giving m=1m = -1.

---

Q4. Simplify and write with positive exponents: 35×105×12557×65\dfrac{3^{-5} \times 10^{-5} \times 125}{5^{-7} \times 6^{-5}}.

Answer: Write 10=2×510 = 2 \times 5, 125=53125 = 5^3, 6=2×36 = 2 \times 3.

=35×25×55×5357×25×35= \dfrac{3^{-5} \times 2^{-5} \times 5^{-5} \times 5^3}{5^{-7} \times 2^{-5} \times 3^{-5}}

=35×25×5257×25×35= \dfrac{3^{-5} \times 2^{-5} \times 5^{-2}}{5^{-7} \times 2^{-5} \times 3^{-5}}

=52(7)=55=3125= 5^{-2-(-7)} = 5^5 = 3125

---

Q5. The distance from the Earth to the Sun is approximately 1.496×10111.496 \times 10^{11} m. Express this as a usual number.

Answer: 1.496×1011=149,600,000,0001.496 \times 10^{11} = 149,600,000,000 m (approximately 149.6149.6 billion metres).

Key Takeaways

  • am=1ama^{-m} = \dfrac{1}{a^m} — negative exponents mean reciprocals.
    - All laws of exponents (product, quotient, power rules) work for integer exponents.
    - Standard form writes numbers as k×10nk \times 10^n where 1k<101 \leq k < 10.
    - Exponents of rational numbers follow the same rules: (ab)n=(ba)n\left(\dfrac{a}{b}\right)^{-n} = \left(\dfrac{b}{a}\right)^n.
    - Always simplify step by step — convert to the same base, apply one law at a time, and simplify at the end.
    - When expressing numbers in standard form, count decimal moves carefully and check that kk is between 11 and 1010.

Practise exponents on SparkEd to build fluency with these essential rules!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now