An exponent is a valuable mathematical tool for showing repeated multiplication. To use exponents, you need to know several mathematical rules about interpreting their meaning. A special numerical system that uses exponents is scientific notation, which is useful in expressing very large or very small numbers. When you use exponents or scientific notation in print or programming, you need to learn various ways to express the exponent. These will differ for different programs or typing formats.

Part 1
Part 1 of 3:

Using Exponents Correctly

  1. 1
    Use exponents to show repeated multiplication. When a number is multiplied by itself any repeated number of times, you can use an exponent as a shortcut. The exponent shows the number of times that the base is being multiplied. This rule applies to any base, whether it is a number, a variable, or even a mathematical expression. Look at the following examples:[1]
  2. 2
    Add exponents together to show expanded multiplication. When numbers with exponents are multiplied by each other, you can represent the result easily by adding the exponents together. The base number remains unchanged. This rule only applies if the bases are the same. See these examples:[2]
    • …. (Because the bases are different, there is no change.)
    Advertisement
  3. 3
    Subtract exponents to show division. When numbers with exponents are divided, you can find the result by subtracting exponents. The base number remains unchanged. This rule only applies if the bases are the same. See these examples:[3]
    • …. (Because the bases are different, there is no change.)
  4. 4
    Write negative exponents as a reciprocal. Whenever a base number has a negative exponent, that number should be read as the reciprocal of the base. Thus, . The negative exponent does not make the number negative. If the negative exponent appears in the denominator of a fraction, then the reciprocal would move the base number into the numerator. Consider the following examples:[4]
  5. 5
    Use the power rule for exponents raised to exponents. When you have a base with an exponent, and then that is raised to another exponent, you find the solution by multiplying the exponents together. The base remains unchanged, as in the following examples:[5]
  6. 6
    Write fractional exponents as radicals. Any exponent that is a fraction indicates that you are to find the root of the base number that corresponds to the denominator of the fraction. For example, an exponent of means you are to find the square root of the base number. An exponent of means you are to find the cube root of the base number. A number in the numerator of a fraction exponent works an a regular exponent would. Thus, a fractional exponent can mean both a root and a power at the same time. See these examples:
  7. Advertisement
Part 2
Part 2 of 3:

Using Scientific Notation

  1. 1
    Know some powers of 10. Scientific notation is a way of representing numbers that are based on powers of 10. You can understand scientific notation much easier if you become familiar with several of the powers of 10:[6]
    • Note that these are the American terms for the multiples of ten. In Britain or countries following the British system, 109 is called a “thousand million” or a “milliard,” and 1012 is called a “billion.” In the British system, a “trillion” doesn’t happen until 1018.
  2. 2
    Write the first digit as a whole number. When you have a very large or very small number that you wish to express in scientific notation, the first step is to write the first digit of the number in the “ones” column. Then put down a decimal point, followed by any other numbers.[7]
    • For example, to begin writing 93,850,000 in scientific notation, set the first digit, 9, in the ones column, followed by a decimal point and the remaining numbers. This will look like 9.385. You can drop any zeroes that appear at the end.
    • For very small decimals, do the same thing, but drop any leading zeroes. Thus, the number 0.00000002457 would be written as 2.457.
  3. 3
    Count the number of places to the decimal point as the exponent. To finish the scientific notation number, count the number of digits in the original number and write that as the power of 10.[8]
    • In the example of 93,850,000, after placing the decimal after the 9, there are seven following digits, the 3,8,5,0,0,0, and 0. Therefore, the final number in scientific notation is 9.385 x 107.
    • For decimals, count the number of spaces from the original decimal point to the new position of the decimal point, and use that number for the exponent. In this case, the exponent will be negative. For the example of 0.00000002457, the new decimal will be placed after the 2, so there are eight spaces before it - the seven zeroes and the 2. Therefore, the number in scientific notation will be 2.457 x 10-8.
  4. Advertisement
Part 3
Part 3 of 3:

Formatting Exponents in Print

  1. 1
    Use superscript to write exponents in Microsoft Word. When you are working on a document in Microsoft Word and want to print an exponent, first type the base number. Then select the “Home” tab. In the “Font” section of the toolbar, select the superscript function, which appears on the toolbar as “X2.” Type your exponent and it will appear in the appropriate position. Click the superscript button again to turn it off and return to regular typescript.[9]
    • An alternate way to do the same thing is to type your base and your exponent as regular numbers. Use your mouse to highlight the exponent and, while highlighted, then click on the exponent button on the toolbar. The number will automatically move into the exponent position.
  2. 2
    Use a carat (^) to enter exponents in Excel. When you are entering a function in Excel and wish to enter an exponent, use the ^ symbol between the base number and the exponent. Excel will not actually print the exponent as a superscript number, but it will mathematically interpret the ^ symbol to work as an exponent.[10]
    • For example, to indicate 2*2*2, which is two to the third power, you would write 2^3. Excel will interpret this as the value 8.
    • To write the number 52 in Excel, you will enter 5^2. This will then print as the value of 5*5, which is 25.
    • LaTeX is a typesetting program used commonly in academia. LaTeX also uses the ^ to indicate exponents. If the exponent involves more than a single character, the exponent is set off with braces. Thus, 223 would be written as 2^{23}.[11]
  3. 3
    Use “E+” to show scientific notation. In Excel, and on some handheld calculators, the notation “E+” is used to write numbers in scientific notation. First, print the number using a single decimal place, then the E+, followed by the exponent for the power of 10.[12]
    • For example, to express the number 85,420,000, begin with 8.542. Then follow immediately with E+ and the power of ten, which is 7. The final number will appear as 8.542E+7.
    • Texas Instruments calculators use this system for scientific notation but do not use the “+” symbol along with the E. Therefore, a number like 92,000,000 would appear simply as 9.2E7.
  4. 4
    Use double asterisks in Excel as a shortcut for scientific notation. A shortcut format for writing a number in scientific notation in Excel is to use the double asterisk. First write the base number, with or without decimal places. Follow that immediately with ** and then the number that represents the exponent for the power of ten.
    • For example, to write 4.25x104 in an Excel cell, you can type 4.25**4.
    • To write 3.16x108 in Excel, you can type 3.16**8.
  5. 5
    Use double asterisks to write exponents in some programming languages. FORTRAN is a popular scientific programming language. In FORTRAN and other similar programming languages, you write an exponent using a double asterisk. Write the base number first, then two asterisks (with no spaces), and then the exponent. The program will interpret the number following the double asterisks as the exponent.[13]
    • For example, 10**3 will be read as 103.
    • 2**4 will be read as 24.
  6. Advertisement

Community Q&A

  • Question
    What is 1^1, 1*1 or 1 XOR 1?
    Donagan
    Donagan
    Top Answerer
    1 raised to the first power equals 1. 1 multiplied by 1 equals 1. 1 XOR 1 equals 0.
  • Question
    How do I write an expression using exponents 2*7*a*9*b*a*7*b*9*b*a?
    Donagan
    Donagan
    Top Answerer
    2(7)²(9)²(a³b³).
  • Question
    Could you explain please the fraction as exponent, also negative exponent? I am a little bit confused.
    Donagan
    Donagan
    Top Answerer
    With a fractional exponent, the numerator of the fraction indicates a power (a whole-number exponent), and the denominator of the exponent indicates a root. For example, 5 with the fractional exponent 3/4 indicates cubing the 5 and then finding the fourth root of that number. You could also first find the fourth root of 5 and then cube that number. Either way you get the same result: 3.3437. A negative exponent indicates a reciprocal. For example, 5 to the power of -2 indicates the reciprocal of 5². 5² is 25, whose reciprocal is 1/25.
Advertisement

About This Article

wikiHow Staff
Co-authored by:
wikiHow Staff Writer
This article was co-authored by wikiHow Staff. Our trained team of editors and researchers validate articles for accuracy and comprehensiveness. wikiHow's Content Management Team carefully monitors the work from our editorial staff to ensure that each article is backed by trusted research and meets our high quality standards. This article has been viewed 35,976 times.
17 votes - 83%
Co-authors: 4
Updated: July 10, 2019
Views: 35,976
If you buy through links on our site, we may earn a commission.
Advertisement