Exponent math
      
      
        In this unit, we talk about how to multiply, divide, add, and subtract numbers
        that have exponents. (For a review of the basics of exponents, click here.)
      
      
     
      
        Multiplication: When multiplying two numbers with base 10 with exponents,
        multiply the coefficients (numbers in front of the 10^exponents) and then add the exponents.
      
      For example (both numbers have coefficients of 1):
      
        - 
          105 * 103 = (1 x 105) * (1 x 103)
        
 
- 
= (1 * 1) * 105 + 3
 
        - 
          = 1 x 108 
        
 
        - 
          = 108
        
 
Example #2 (both numbers have coefficients of 1):
      
        - 
          1013 * 1022 
        
 
- 
=  1013 + 22
 
        - 
          = 1035 
        
 
        
      Another example (both numbers have non-one coefficients):
      
        - 
          (3 x 108) * (5 x 107) 
        
 
        - 
          = (3 x 5) * (108 x 107)
        
 
        - 
          = 15 x (108 x 107) 
        
 
        - 
          = 15 x (108 + 7)
        
 
        - 
          = 15 x 1015
        
 
        
          We can divide 15 by 10 and multiply 1015 by 10 (multiplying by 10 and dividing by 10 is
          the same as multiplying by 1: the value will not change). This gives us:
        
        - 
          (15/10) x (1015 * 101)
        
 
        - 
          = 1.5 x 10(15 + 1)
        
 
        - 
          = 1.5 x 1016
        
 
      
      
        Division: When dividing two numbers with base 10 with exponents, first divide the coefficients 
        then subtract the exponents.
      
      For example:
      
        - 108 / 107 = (1 x 108) / (1 x 107)   
 
        - = (1 x 1) * 108-7
 
        - = 1 x 101 = 10
 
      
      Another example:
      
        - 1027 / 1015
 
        - = 1027-15
 
        - = 1012
 
      
      
        If there are non-one coefficients, then divide the coefficients also.
      
      For example:
      
        - (3 x 108) / (5 x 106)
 
        - = (3 / 5) * (108 / 106)
 
        - = 0.6 x 10(8-6)
 
        - = 0.6 x 102
 
      
      
        To get rid of the decimal place, we can multiply 6 by 10, then divide 102 by 10. This is the same
        as multiplying by 1:
      
      
        - = (0.6 x 10) * (102)/10)
 
        - = 6 * 10(2 - 1)
 
        - = 60
 
      
       
        Addition/Subtraction: When you are adding or subtracting two or more numbers with 10 to an exponent, you first need to make 
        sure the exponents are the same in all numbers. Then add/subtract the coefficients and keep the common 10x.
      
      
        Addition example: 
      
      
        - 
          3 x 108 + 5 x 107 
        
 
      We can either make both exponents "7" or "8." We'll convert 3 x 108 to something to 107. 
      
      To get 107, we needed to divide 108 by 10. This means that we need to multiply 3 by 10, to get 30. (If we multiply by something, 
      we must divide by the same number. This (*10/10) is the same as multiplying by one.)
        - 
          = 30 x 107 + 5 x 107 
        
 
      Now we can just add the coefficients, keeping the same base/exponent:
        - 
          = 35 x 107
        
 
      
      
Subtraction example: 
   - 
          6 x 1010 - 4 x 109 
        
 
    First, we need to get the same exponents for each number. We can choose to make both exponents 9 or 10.
    
    We'll make both exponents 9. To get this, we'll first divide 6 x 1010 by 10 to get 6 x 109. 
    But since we divided by 10, we need to multiple by 10 (so that the number stays the same). 
    
    So, this gives us 60 x 109
    
    Now that both exponents are 9, so we can do the subtraction:
     - 
          60 x 109 - 4 x 109 
        
 
        
    Then, we just subtract the coefficients, 60 - 4 (and keep the exponents the same):
    - 
          = 56 x 109 
        
 
Tip: When converting a number to a different exponent, you need to make the coefficient the same amount larger or smaller. For example, if you make the 
exponent 2 decimal places larger, you need to make the coefficient 2 decimal places smaller. If you make the exponent 5 places smaller, you 
must make the coefficient 5 places larger.