InterviewSolution
Saved Bookmarks
| 1. |
What is the prime number and composit numbers |
|
Answer» Thank you Prime NumbersA\xa0prime number\xa0is the one which has exactly two factors, which means, it can be divided by only “1” and itself. But “1” is not a prime number.Example of Prime Number3 is a prime number because 3 can be divided by only two number’s i.e. 1 and 3 itself.3/1 = 33/3 = 1In the same way, 2, 5, 7, 11, 13, 17 are prime numbers.Composite NumbersA\xa0composite number\xa0has more than two factors, which means apart from getting divided by number 1 and itself, it can also be divided by at least one integer or number. We don’t consider ‘1’ as a composite number.Example of Composite Number12 is a composite number because it can be divided by 1,2,3,4,6 and 12. So, the number ‘12’ has 6 factors.12/1 = 1212/2 =612/3 =412/4 =312/6 =212/12 =1 Composit is jo 2 s jiyada 3 4 5 6 other number s divisible h that is composit number |
|