diff --git a/guide/english/mathematics/exponents-basic-rules/index.md b/guide/english/mathematics/exponents-basic-rules/index.md index 0d461010e7..fb154a1c62 100644 --- a/guide/english/mathematics/exponents-basic-rules/index.md +++ b/guide/english/mathematics/exponents-basic-rules/index.md @@ -8,8 +8,24 @@ This is a stub. This quick style guide will help ensure your pull request gets accepted. +### Rules of Exponents +The nine laws for exponents are: +- x1 = x +- x0 = 1 +- x-m = 1/xm +- xm * xn = xm+n +- xm / xn = xm-n +- (xm)n = xm*n +- (x / y)2 = x2 / y2 +- xm/n = n√(xm) + +## 00 = ? + +00 has no correct answear but is generally taken as 1. More information about it can be found [here](https://en.wikipedia.org/wiki/Zero_to_the_power_of_zero) #### More Information: +- https://www.mathsisfun.com/algebra/exponent-laws.html +- https://en.wikipedia.org/wiki/Zero_to_the_power_of_zero