Skip to main content

Number System Tutorial I: Integers, Fractions, Prime & Composite


Integers and its properties

The set of integers is denoted by the letter 'Z'. Z = { .....-4, -3, -2, -1, 0, 1, 2, 3, 4.....}.

Subsets of Z (set of integers)

  • Odd numbers: {......-5, -3, -1, 1, 3, 5......}
  • Even numbers: {......-4, -2, 0, 2, 4, 6, 8......}
  • Negative integers: {......-4, -3, -2, -1}
  • Non-negative integers (Whole Numbers): {0, 1, 2, 3, 4......}
  • Positive integers (Natural Numbers): {1, 2, 3, 4, 5......}
  • Prime Numbers: {2, 3, 5, 7, 11, 13, 17......}
  • Composite numbers: {4, 6, 8, 9, 10, 12, 14, 15......}

Properties of odd and even numbers

Property I: Addition

  • Sum of odd number of odd numbers is odd. Eg: 1 + 3 + 5 = 9.
  • Sum of even number of odd numbers is even. Eg: 3+ 11 + 7 + 5 = 26.
  • Sum of any number of even numbers is even.
  • In a certain summation of odd and even numbers, then the sum is:
    • Odd: when there is odd number of odd numbers in the selected group of integers
    • Even: when there is even number of odd numbers in the selected group of integers

Property II: Subtraction

What are the properties considered in the addition of integers, the same properties are applicable in the subtraction in integers.

  • If a+b is odd for any two integers a and b, then; a-b-a+b-a-b are all odd.
  • If a+b is even, then a-b-a+b-a-b are all even.

Property III: Multiplication

If a group of integers consist at least one even number then the product of the given integers should be even, otherwise the product become odd (ie. all integers are odd).

Property IV: Division

Consider a rational number xy, where x and y are two integers and y0.

Case I: Numerator is even and denominator is odd:

In a division in the form xy, if the numerator is an even multiple of the odd denominator y, then the result of xy is always an even number. Example: 369=4 (it is even).

Case II: Both the numerator and denominator are even:

In xy, where x and y are integers and x is divisible by y, then it is not possible to make a conclusion of the nature of the value of xy. Example: 105=2 (it is even)

Case III: Dividing an odd number by an even number:

In xy , if x is odd and y is even, then x can't be any multiple of y. Hence the value of xy in this situation can't be an integer.

Case IV: Divide an odd number by another odd number:

In the division xy, both x and y are odd numbers and x is divisible by y, then the value of xy is always odd Example: 153=5 (it is odd)

Some interesting properties of odd numbers

  • Cube of all natural numbers greater than '1' can be expressed as the sum of a certain number of consecutive odd numbers.

    Examples:
    • 23=3+5
    • 33=7+9+11
    • 43=13+15+17+19
  • +[(n1).n+5]+...+[(n1).n+(2n1)]

  • All odd natural numbers except '1' can be one of the three values of a Pythagorean triplet.
    • 32 + 42 = 52
    • 52 + 122 = 132
    • 72 + 242 = 132
    • 92 + 402 = 412
    • 112 + 602 = 612
    • 132 - 122 = 52
    • 152 + 82 = 172
    • 172 - 152 = 82

Prime and Composite numbers

 

Prime number

A natural number which doesn't have any factor other than 1 and itself is a prime number. Example: 2, 3, 5, 7, 11, 13, 17 etc.

Properties of prime numbers

  • 2 is the least prime number
  • 2 is the one and only one even prime.
  • All primes greater than 3 can be expressed in either of the form 6k-1 or 6k+1, where k is any natural number, but all the numbers which are in the above mentioned forms are not necessarily prime always. Eg when k = 4, 6k+1=25, it is not a prime.
  • Goldbach's Conjecture: Every even natural number greater than 2 can be expressed as the sum of two primes ( not necessarily distinct). Eg: 4=2+26=3+38=3+510=3+7 and so on.
  • Relatively prime / co-prime numbers: If two natural numbers doesn't have a common factor other than 1 are called relatively prime/co-prime numbers. Eg. 8 and 9 are relatively prime. 4 and 5 are co-prime.
  • 1 is relatively prime to all the other natural numbers.
  • Twin Primes: If any two consecutive odd numbers are prime, ten they are called twin primes. Eg. (3,5), (5,7), (11,13), (17,19), etc.
  • Prime triplet: If three consecutive odd numbers are prime, then they are called prime triplets. There is only one prime triplet and that is (3,5,7).
  • Fermatt's theorem: If 'a' and 'b' are any two prime numbers, then ab-a is always divisible by b. Eg: 23-2=6 is divisible by 3.
    35-3=240 is divisible by 5
  • Wilson's theorem: For any prime 'p', (p-1)!+1 is divisible by p. Eg: Let p = 5, (p-1)!+1=4!+1=25 is divisible by 5.
    Let p = 11, (p-1)!+1=10!+1=3628800+1=3628801 is divisible by 11.
  • Progression of prime numbers: Some set of prime numbers are forming an Arithmetic Progression. Eg: 11,17,23,29
    199,409,619,829, 1039, 1249, 1459, 1669, 1879, 2089.
  • How to identify a prime number? Consider 173. For checking 173 a prime or not, consider the square of any prime number which is immediately less tan 173. Here 132=169 is immediately less than 173.
    Check the divisibility of all the prime numbers up to 13 with 173. None of the prime numbers 2, 3, 5,7, 11 and 13 is not a factor of 173. Therefore 173 is a prime number.
    Example: Is 391 a prime number?
    Square of a prime number, which is immediately less than 391 is 192=361. While checking the divisibility of all primes up to 19, we will get 17 is a factor of 391 (Ie. 391=17×23). Therefore 391 is not a prime number.
  • In the set of natural numbers from 1 to 50 there are exactly 15 prime numbers and from 51 to 100, there are 10 prime numbers.
  • For any prime p>3p2-1 is a multiple of 24.

Distribution of prime numbers in the first thousand natural numbers

Range of natural numbersNumber of prime numbers
1 to 10025
101 to 20021
201 to 30016
301 to 40016
401 to 50017
501 to 60014
601 to 70016
701 to 80014
801 to 90015
901 to 100014

Composite number

If a natural number has at least one factor other than 1 and itself is called a composite number. Eg: 4, 6, 8, 9, 10, 12, 14, 15 etc.

Properties of composite numbers

  • 4 is the least composite number.

  • Wilson's theorem: For any composite number c>4(c-1)! is divisible by c.
    Eg: Let c = 6
    (c-1)!=(6-1)!=5!=24 is divisible by 6.
    Let c = 12
    (c-1)!=11!=39916800 is divisible by 12.
Pages
1
2
3

Comments

Popular posts from this blog

10 Math Games in 10 Minutes or Less

  Math games bring out kids’ natural love of numbers. As students transition into the new school year, help them sharpen their number skills with some of these fun and effective games. 5 Minutes 1. Simon Says, “Geometry!” Ramp up this traditional game by having kids illustrate the following geometric terms using only their arms: parallel and perpendicular lines; acute, right, and obtuse angles; and 0-, 90-, and 180-degree angles. Challenge: Increase the pace of the commands and see if your students can keep up! 2. Round the Block Have students stand in a square. Give one of them a ball and a math challenge that requires a list of responses, such as counting by twos or naming shapes that have right angles. Before the student answers, he passes the ball to the person next to him. Children pass the ball around the square as quickly as they can, and the student must give the answer before the ball comes back to him. Challenge: When the correct answer is given, the child who has the ball mu

How to Ace Competitive Entrance Exams

As students, you certainly know what to study and when to study. Aren’t these lessons imparted in every school? But do teachers and school authorities teach you how to study? It is surprising that during our entire school time, we are never taught how to ‘learn’ effectively. Every day, new research is being conducted on education, teaching skills and learning methods, which we can use to learn scientific ways for note taking, textbook reading, memorizing and effective reviewing, which will come in handy for cracking competitive entrance exams. 1. Get into the right mood with the help of Russian physiologist Ivan Pavlov’s experiment The classical conditioning experiment by Pavlov made dogs salivate as soon as they heard the bell ring – in anticipation of food. The logic is—if you study the same subject at the same time and the same place, your brain makes the association and gets trained accordingly. Over a period of time, you just need to follow the clock, and you will automatically g

Short Tricks on Number System

Number system is an important topic for upcoming SSC & Railways Exams. Here, we are going to help you with Basic Concepts & Short Tricks on Number System in Quant Section. We will be providing you with details of the topic to make the Quant Section and calculation easier for you all to understand. We hope you all will like the post. Important Formulas of Number System Formulas of Number Series 1 + 2 + 3 + 4 + 5 + … + n = n(n + 1)/2 (12 + 22 + 32 + ..... + n2) = n ( n + 1 ) (2n + 1) / 6 (13 + 23 + 33 + ..... + n3) = (n(n + 1)/ 2)2 Sum of first n odd numbers = n2 Sum of first n even numbers = n (n + 1)Mathematical Formulas (a + b)(a - b) = (a2 - b2) (a + b)2 = (a2 + b2 + 2ab) (a - b)2 = (a2 + b2 - 2ab) (a + b + c)2 = a2 + b2 + c2 + 2(ab + bc + ca) (a3 + b3) = (a + b)(a2 - ab + b2) (a3 - b3) = (a - b)(a2 + ab + b2) (a3 + b3 + c3 - 3abc) = (a + b + c)(a2 + b2 + c2 - ab - bc - ac) When a + b + c = 0, then a3 + b3 + c3 = 3abc (a + b)n = an + (nC1)an-1b + (nC2)an-2b2 + … + (nCn-1)abn