Before you can effectively use exponents, it is necessary to understand the laws behind them. First, in order to multiply a number raised to an exponent, by that number raised to another exponent, just add the exponents: for example, 2^5 * 2^2 is 2^(5+2), or 2^7. In short, a^m * a^n = a^(m+n). Similarly, dividing a number raised to an exponent by that number raised to another exponent can be done by subtracting the exponents: a^m / a^n = a^(m-n). To raise a number raised by an exponent to...