krit.club logo

Playing with Numbers - Prime and Composite Numbers

Grade 6CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Factors and Multiples: A factor of a number is an exact divisor of that number. For example, the factors of 66 are 1,2,3,1, 2, 3, and 66. Visually, if you have 66 beads, you can arrange them in perfect rectangular groups of 1×61 \times 6, 2×32 \times 3, 3×23 \times 2, or 6×16 \times 1.

Prime Numbers: These are numbers that have exactly two factors: 11 and the number itself. Examples include 2,3,5,7,11,2, 3, 5, 7, 11, and 1313. Visually, a prime number of objects (like 55 stars) can only be arranged in a single row or a single column; they cannot form a multi-row rectangle.

Composite Numbers: Numbers having more than two factors are called composite numbers. For example, 4,6,8,9,104, 6, 8, 9, 10 are composite. Visually, composite numbers can always be arranged in at least one rectangular array that has more than one row and one column, such as 99 dots arranged in a 3×33 \times 3 square.

The Number 1: The number 11 is a unique case in mathematics. It has only one factor (itself). Therefore, it is classified as neither a prime number nor a composite number.

Sieve of Eratosthenes: This is a systematic visual method to find all prime numbers up to a given limit. Imagine a grid of numbers from 11 to 100100. By crossing out 11, circling 22 and crossing out all its multiples, then circling 33 and crossing out all its multiples, and repeating for the next available numbers, the circled numbers remaining on the grid are the primes.

Even and Odd Numbers: All multiples of 22 are even numbers (2,4,6,82, 4, 6, 8 \dots), and the rest are odd numbers (1,3,5,71, 3, 5, 7 \dots). Notably, 22 is the smallest prime number and the only even prime number; every other prime number is odd.

Twin Primes: Two prime numbers are called twin primes if there is only one composite number between them, or their difference is 22. Examples include (3,5)(3, 5), (5,7)(5, 7), and (11,13)(11, 13). On a number line, these appear as pairs of primes separated by exactly one even number.

📐Formulae

Number of factors of a prime number p=2p = 2 (The factors are 11 and pp)

Smallest Prime Number = 22

Smallest Composite Number = 44

Even Number Format = 2n2n, where nn is a whole number

Odd Number Format = 2n+12n + 1, where nn is a whole number

Sum of two odd numbers = Odd+Odd=EvenOdd + Odd = Even

Sum of two even numbers = Even+Even=EvenEven + Even = Even

Sum of an even and an odd number = Even+Odd=OddEven + Odd = Odd

💡Examples

Problem 1:

Identify whether the number 1515 is prime or composite by listing its factors.

Solution:

  1. Find all numbers that divide 1515 exactly: \ 15=1×1515 = 1 \times 15 \ 15=3×515 = 3 \times 5 \ 2. The factors are 1,3,5,1, 3, 5, and 1515. \ 3. Count the factors: There are 44 factors.

Explanation:

Since the number 1515 has more than two factors (it has four: 1,3,5,151, 3, 5, 15), it satisfies the definition of a composite number.

Problem 2:

Write all the prime numbers between 1010 and 2020 and find their sum.

Solution:

  1. List numbers between 1010 and 2020: 11,12,13,14,15,16,17,18,1911, 12, 13, 14, 15, 16, 17, 18, 19. \ 2. Identify primes (numbers with only 2 factors): 11,13,17,1911, 13, 17, 19. \ 3. Calculate the sum: 11+13+17+19=6011 + 13 + 17 + 19 = 60.

Explanation:

We check each number for divisors other than 11 and itself. 12,14,16,1812, 14, 16, 18 are even (divisible by 22) and 1515 is divisible by 33 and 55. The remaining numbers 11,13,17,1911, 13, 17, 19 are prime. Adding them gives 6060.