Negetive exponents

Exponents:

When a number or variable is multiplied with itself a number of times, it gives rise to the exponential value of that number or variable. That is to say, if we have a * a * a * a, we write that as a^4, where 4 is the exponent and a is the base. We use 4 here because a is multiplied to itself 4 times. In general if a is multiplied to itself n times like this: a*a*a*a*a….. n times, then that would be same as writing a^n. Where n = exponent and a = base. So, 2^3 = 2*2*2 = *8; or 3^2 = 3*3 = 9 etc.

Example:
A sample of bacteria doubles every hour. If the initial number is 100, how many bacteria would be there after 8 hours?
Solution: The above problem pertains to exponential growth. So after one hour, the number of bacteria would be = 100 * 2. After another one hour it would be = 100 * 2 * 2 = 100 * 2^2. After the third hour the number would be = 100 * 2^2 * 2 = 100 * 2^3 and so on. So after 8 hours the number would be = 100 * 2^8 = 100 * 256 = 25600.

Negative exponents:

Exponents can also be negative. A negative exponent would mean the positive exponent of the reciprocal of the base. Therefore a^(-n) = (1/a)^n (or 1/a^n ). Therefore, 5^(-2) = (1/5)^2 = 1^2/5^2 = 1/25, or 4^(-3) = (1/4)^3 = 1^3/4^3 = 1/64.

Multiplying exponents:

Instead of multiplying a*a*a*a…. n times, if we are asked to multiply (a^m) * (a^m) * (a^m) * (a^m) …… n times, then the answer would be (a^m)^n = (a*a*a*a…. m times)^n = (a*a*a*a…. m times) * (a*a*a*a…. m times) * (a*a*a*a…. m times) * (a*a*a*a…. m times) ….. n times = a*a*a*a….. (m*n) times. Therefore (a^m)^n = a^(mn). For example, (11^2)^3 = 11^(2*3) = 11^6, because 11^2 = 11*11, and (11^2)^3 = (11*11)^3 = (11*11) * (11*11) * (11*11) = 11^6

Extending the above concept further, if we have ((a^m)^n)^p = a^(mnp). For example, ((5^2)^2)^2 = 5^(2*2*2) = 5^8.

Example: A corporate deposit is such that $500 invested doubles every 5 years. What would be the amount due after 25 years?

Solution: Amount after the 1st 5 years = 500*2 = 1000
Amount after the 2nd 5 years = 500*2 * 2 = 2000
Therefore the amount after 5th years = 500 * 2^5 = 500 * 32 = 16000.

Prime Number

Let us define prime number. A Prime number is a whole number which is divided by number 1 and itself so this is the prime numbers definition. Prime numbers has following properties:-
  • They are always positive.
  • They are non-zeros numbers.
  • They are always greater than 1.
  • They always have two factors.
Therefore a prime number can be defined as the whole number greater than 1 which exactly has two divisors that is number 1 and the number itself.

Zero and one are not considered as prime numbers. 2 is the smallest and only even prime number. All other even numbers are divided by 2 so they are not prime numbers.

The prime numbers up to 100 are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 .The list of prime numbers to 100 is given below:-

The table above shows the list of all prime numbers to 100.The numbers that are multiplied to get a product are called the factors of the product. Prime numbers are numbers which do not have any factors other than 1 and number itself. To find out if the number is a prime number, we start dividing it by 2, if it is divisible then it is not a prime number and if it is not then we continue dividing it by 3, 5, 7, and 11 and so on till we get any factors. If we get any factors then it is a non-prime number or a composite number.

Examples:-
  • 2 have factors 1 and 2 so 2 is a prime number.
  • 3 have factors 1 and 3 so 3 is a prime number.
  • 4 have factors 1, 2 and 4 so it is not a prime number.
  • 5 have factors 1 and 5 so it is a prime number.
  • 6 have factors 1, 2, 3 and 6 so it is not a prime number.