Files
freeCodeCamp/guide/english/mathematics/exponents-basic-rules/index.md
Mr_patcher b5adcf2084 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).
2019-01-20 14:50:39 +07:00

1.3 KiB

title
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: