Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Simplify 4ab2(-5ab3)/10a2b2

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

The number system is a mathematical idea that we are all familiar with. On the number line, there are limitless numbers. In mathematics, there exist both huge and tiny numbers/quantities that cannot be explicitly represented as such. The idea of exponents and powers enters the picture at this point.

Exponents and Powers

The number of times a number has been multiplied by itself is represented by its exponent. For example, if 4 is multiplied by itself n times, the result is:

4 × 4 × 4 × 4 × 4 × 4 × …….. × n = 4n

The exponent of 2 is n, and the formula 2n is written as 2 raised to the power n. As a result, there is little difference between the exponents and powers of the words, because they both express the same concept.

Exponential Laws

  • Multiplication Law: The product of two exponents with the same base but different powers equals the base raised to the total of the two powers or integers, according to the exponent multiplication law.

pm × pn = pm+n

  • Division Law: The base is raised to the difference between the two powers when two exponents with the same bases but different powers are divided.

pm ÷ pn = pm-n

  • Negative Power Law: Negative Power Law states that if a base has a negative power, it will produce a reciprocal with a positive power or integer to the base.

p-m = 1/pm

Exponential Rules

  • According to this rule, if the power of any number is zero, the outcome will be unity or one.

p0 = 1

  • Different bases with equal powers in multiplication are multiplied together with the exponent put on the product.

pm × qm = (p × q)m

  • The power of power is multiplied by the former.

(pm)n = pmn

Simplify \frac{4ab^2(-5ab^3)}{10a^2b^2}

Solution:

Multiply the terms in the numerator, using the multiplication law of exponents.

 \frac{4ab^2(-5ab^3)}{10a^2b^2}   \frac{-20(a)^{1+1}(b)^{2+3}}{10a^2b^2}

\frac{-2a^2b^5}{a^2b^2}

Now apply the division law of exponents to evaluate.

= -2a2-2b5-2

= -2a0b3

= -2b3

Similar Problems

Problem 1: Simplify: 1/2x-99.

Solution:

Using the property a-m = 1/am, which is known as the Negative exponent law,

1/ 2x-99\frac{1}{2}x^{99}

= x99/2.

Problem 2: Simplify: 4/3x-9.

Solution:

Using the property a-m = 1/ am, which is known as the Negative exponent law,

4/3x-9\frac{4}{3}x^9

Problem 3: Simplify: 12x9/51x60.

Solution:

Using the property am/an = am – n, which is known as the quotient law,

12x9/ 5x60\frac{12x^{9-60}}{5^1}

12x^{-51}/5^1

Using the property a-m = 1/ am, which is known as the Negative exponent law,

12x^{-51}/51 = \frac{12}{51x^{51}}  .

Problem 4: Simplify: 3x2/10x5.

Solution:

Using the property am/ an = am-n, which is known as the quotient law,

3x2/ 10×5 = \frac{3x^{2-5}}{10}

= 3x-3/ 5

Using the property a-m = 1/ am, which is known as the Negative exponent law,

3x-3/ 5 = \frac{3}{10x^{3}}

Problem 5: Simplify: 2x4/5y-10.

Solution:

Using the property a-m = 1/ am, which is known as the Negative exponent law,

2x4/ 5y-10\frac{2x^4y^{10}}{5}

My Personal Notes arrow_drop_up
Last Updated : 29 Jan, 2022
Like Article
Save Article
Related Tutorials