krit.club logo

Exponents and Powers - Exponents and their Meaning

Grade 7CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Exponents are a shorthand way to represent repeated multiplication of the same number. Instead of writing 2×2×2×22 \times 2 \times 2 \times 2, we write it as 242^4. Visually, the base is written as a normal-sized number, while the exponent is written as a smaller superscript at the top-right corner of the base.

In the expression ana^n, aa is known as the base (the number that is being multiplied) and nn is known as the exponent or index (representing how many times the base appears in the multiplication). The entire expression ana^n is read as 'aa raised to the power nn'.

Expanded form refers to writing the multiplication in full. For example, 535^3 in expanded form is 5×5×55 \times 5 \times 5. Exponential form is the condensed version. You can visualize this like an accordion that can be stretched out (expanded form) or squeezed together (exponential form).

Powers of negative numbers depend on whether the exponent is even or odd. If the exponent is an even number, the product will be positive because negative signs pair up and cancel out, such as (3)2=9(-3)^2 = 9. If the exponent is an odd number, the product will be negative, such as (3)3=27(-3)^3 = -27.

Any non-zero number raised to the power of zero is always 11. For example, 150=115^0 = 1 and x0=1x^0 = 1. This can be understood by looking at the pattern of decreasing powers: as you divide the base by itself, you eventually reach the value of 11.

The number 11 raised to any power is always 11 (1100=11^{100} = 1). Similarly, the number 1-1 raised to an even power is 11, and 1-1 raised to an odd power is 1-1. This acts like a 'toggle' switch in calculations.

Squaring a number means raising it to the power of 22, such as a2a^2, which represents the area of a square with side length aa. Cubing a number means raising it to the power of 33, such as a3a^3, representing the volume of a cube with side length aa.

📐Formulae

an=a×a×a××a (n times)a^n = a \times a \times a \times \dots \times a \text{ (n times)}

a1=aa^1 = a

a0=1 (where a0)a^0 = 1 \text{ (where } a \neq 0)

(1)n=1 if n is even(-1)^n = 1 \text{ if } n \text{ is even}

(1)n=1 if n is odd(-1)^n = -1 \text{ if } n \text{ is odd}

(ab)n=an×bn(ab)^n = a^n \times b^n

💡Examples

Problem 1:

Evaluate the expression: (4)3×52(-4)^3 \times 5^2

Solution:

Step 1: Calculate (4)3(-4)^3. Since the exponent 33 is odd, the result will be negative. (4)×(4)×(4)=64(-4) \times (-4) \times (-4) = -64. \nStep 2: Calculate 525^2. 5×5=255 \times 5 = 25. \nStep 3: Multiply the results: 64×25=1600-64 \times 25 = -1600.

Explanation:

This problem requires evaluating powers of both negative and positive integers separately before performing the final multiplication.

Problem 2:

Express 729729 in exponential form with base 33.

Solution:

Step 1: Perform prime factorization of 729729 using the base 33. \n729÷3=243729 \div 3 = 243 \n243÷3=81243 \div 3 = 81 \n81÷3=2781 \div 3 = 27 \n27÷3=927 \div 3 = 9 \n9÷3=39 \div 3 = 3 \n3÷3=13 \div 3 = 1 \nStep 2: Count the number of 33s used. There are six 33s in total. \nStep 3: Write in exponential form: 729=3×3×3×3×3×3=36729 = 3 \times 3 \times 3 \times 3 \times 3 \times 3 = 3^6.

Explanation:

To express a large number in exponential form, we repeatedly divide the number by the desired base until we reach 11 and count the total number of divisions.