freeCodeCamp/guide/english/mathematics/exponents-basic-rules/index.md

1.3 KiB

title
Exponents Basic Rules

Exponents Basic Rules

This is a stub. Help our community expand it.

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

More Information: