Exponentiation is an operation involving two numbers - the base and the exponent.
Division was a lie. Just like how subtraction was a lie. Because .
Square root was also a lie. It’s just an exponent. Because and .
Exponent identities.
id: 1744594476270
---
==$(a \cdot b)^{c}$== = ==$a^{c} \cdot b^{c}$==
id: 1744594476295
---
==$a^{b}\cdot a^{c}$== = ==$a^{b+c}$==
id: 1744594476321
---
==$(a^{b})^{c}$== = ==$a^{bc}$==
id: 1744594476344
---
==$(\dfrac{a}{b})^c$== = ==$\dfrac{a^c}{b^c}$==
id: 1744594476370
---
==$\dfrac{a^{b}}{a^{c}}$== = ==$a^{b-c}$==
id: 1744594476395
---
==$a^{-b}$== = ==$\dfrac{1}{a^{b}}$==
id: 1744594476446
---
==$(a+b)^2$== = ==$a^2+2ab+b^2$==
id: 1744594476494
---
==$a^2-b^2$== = ==$(a+b)(a-b)$==
id: 1744594476520
---
==$a^3+b^3$== = ==$(a+b)(a^2-ab+b^2)$==
id: 1744594476545
---
==$a^3-b^3$== = ==$(a-b)(a^2+ab+b^2)$==More!