Prime Number:
Prime number is a number which is greater than 1 and which can be efficiently divided by 1 and by itself not by any other number.
It is also a whole number.
An Integer P > 1 is called a prime number when its only divisors are ± 1 and ± P.
Simple properties of primes:
(a) A prime 'p' is either relatively prime to a number 'n' or divided it.
(b) A product is divisible by a prime 'p' only when 'p' divides one of the factors.
(c) Every n > 1 is divisible by some prime.Theorem: Every compositely number could be factored into prime factors and each of these are unique in nature.
Determination of Prime factors:
The actual determination of the factorization of numbers into prime factors is of great importance to number theory.
When prime factor 'p' is found, then 'n' = pm and we can determine the factorization of the smaller number 'm'.
If a number is composite it must have a factor not exceeding $\sqrt{n}$.
We can find prime factorization by making a factor tree.
(a) Find any pair of factors.
(b) Find pairs of factors for the factors until we find all the factors as prime numbers.Example:
5 is a whole number as well as prime number. It is only divisible by itself and 1.
13 is a prime number as it is only divisible by itself and 1. It is also a whole number.
Factors:
Factors are the numbers which are multiplied to get another number. It is also known as Multiple.
Example:
20 = 4 x 5
In above equation , 4 and 5 are the factors of 20
50 = 25 x 2
Here , 25 and 2 are the factors of 50
In number system, the prime factors of a positive integer are the prime numbers that divide that integer exactly, without leaving a remainder.
The process of finding these numbers is called integer factorization, or prime factorization.
The prime factorization of a positive integer is a list of the integer's prime factors, together with their multiplicity.
Prime factorization "is a method of finding the prime factors which is required to find the original number ".
In this prime factorization, the factors will always be the prime number.

We can thus write the prime factorization of 30 as 2 x 3 x 5.
Below are the steps that explains how to do prime factorization-
Step 1:
Identify the given number is prime number or not.
Case 1:- If the given number is a prime number then the prime factor of this is only the same number.
Case 2:- If the given number is not a prime number, go after the following steps to find the prime factors of the given number.
Step 2:
Start with the first prime number 2.
Divide the given number by 2
Case 1:- if it has, no remainder then go to step 3.
Case 2:- if it has, a remainder then use next prime number to divide until you get zero as a remainder .
The prime divisor, which produces 0 as remainder is a prime factor.
Step 3:
Case 1:- If the answer in the step 2 is a prime number then it is also a prime factor.
Case 2:- If the answer in the step 2 is not a prime number start with step 2 and repeat the same procedure.
The product of a number, when repeated more than once can be expressed in a simple way. It is known as exponential form. This form is very helpful in expressing large numbers. 6 × 6 is expressed in brief 62. In 62, 6 is called the base, 2 is called the index or the power or the exponent.62 is read as ‘6 squared’ or 6 raised to the power 2.We need to find the prime factorization of 306.
Divide the number 306 by first prime number 2.
`306/ 2 `
By solving above fraction we get the answer as 153. remainder (0).
2 is one of the prime factor of 306
The answer in the last step is 153. it is not a prime number so divide the number 153 by first prime number 2.
`153/ 2`
By solving the above fraction we get the 76. remainder (1).
Now divide 153 by next prime number 3.
`153/ 3 `
By solving the above fraction we get the 51. remainder (0).
3 is also one of the prime factor of 306
The answer in the last step is 51. it is not a prime number so divide the number 51 by first prime number 2.
`51/ 2`
By solving the above fraction we get the 25. remainder (1).
Now divide 51 by next prime number 3.
`51/ 3 `