From b5adcf20844c6287f05cd6f96fec34055cb06098 Mon Sep 17 00:00:00 2001
From: Mr_patcher <22963960+Mr-Patcher@users.noreply.github.com>
Date: Sun, 20 Jan 2019 11:50:39 +0400
Subject: [PATCH] added guide for exponents (#24631)
I added formulas for the basic rules of exponents and information about 0^0=? (whether it is 1 or 0).
---
.../mathematics/exponents-basic-rules/index.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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