Even Numbers

Characteristics of Natural and Integer Numbers

What is an Even Number? (सम संख्या क्या है?)

Even Numbers (सम संख्याएँ) गणित की सबसे बुनियादी अवधारणाओं में से एक हैं। आइए इनके अर्थ, नियमों और विशेषताओं (Characteristics) को सरल अंग्रेजी और हिंदी (Hinglish) में समझते हैं:

An Even Number is an integer (पूर्णांक) that can be divided by 2 completely, leaving no remainder (शेषफल 0).

(वह संख्या जो 2 से पूरी तरह विभाजित (divide) हो जाती है और शेषफल 0 बचता है, उसे Even Number (सम संख्या) कहते हैं।)

  • Formula: Any even number can be written in the form of $2n$, where $n$ is an integer.

  • Examples: $0, 2, 4, 6, 8, 10, 12, 14, 16, \dots$ (including negative even numbers: $-2, -4, -6, \dots$).

Key Characteristics of Even Numbers (सम संख्याओं की मुख्य विशेषताएँ)

1. Last Digit Rule (इकाई अंक का नियम)

An even number always ends with one of these digits: 0, 2, 4, 6, or 8.

  • Example: $254$ (Ends in 4 $\rightarrow$ Even), $1080$ (Ends in 0 $\rightarrow$ Even).

2. Equal Pairing (बराबर जोड़े बनना)

Even numbers can always be split into two equal whole parts or groups without anything left over.

  • Example: 8 chocolates can be divided equally into two groups of 4 chocolates ($4 + 4 = 8$).

3. Addition Rules (योग के नियम)

  • Even + Even = Even (e.g., $4 + 6 = 10$)

  • Even + Odd = Odd (e.g., $4 + 5 = 9$)

  • Odd + Odd = Even (e.g., $3 + 5 = 8$)

4. Subtraction Rules (घटाव के नियम)

  • Even – Even = Even (e.g., $10 – 4 = 6$)

  • Even – Odd = Odd (e.g., $10 – 3 = 7$)

  • Odd – Even = Odd (e.g., $9 – 4 = 5$)

5. Multiplication Rules (गुणा के नियम)

  • Even $\times$ Even = Even (e.g., $4 \times 6 = 24$)

  • Even $\times$ Odd = Even (e.g., $4 \times 3 = 12$)

    (Remember: Multiplying ANY integer by an even number always gives an even result!)

Important Fact (महत्वपूर्ण तथ्य)

  • Is 0 an Even Number? (क्या 0 एक सम संख्या है?):

    Yes! 0 is an even number because $0 \div 2 = 0$ with a remainder of $0$, and it satisfies the $2n$ formula ($2 \times 0 = 0$).

  • Smallest Non-Negative Even Number: $0$

  • Smallest Positive Even Number: $2$ (Note: 2 is also the only Even Prime Number!).

What is an Odd Number? (विषम संख्या क्या है?)

An Odd Number is an integer (पूर्णांक) that cannot be divided by 2 completely. When divided by 2, it always leaves a remainder of 1.

(वह संख्या जो 2 से पूरी तरह विभाजित (divide) नहीं होती और 2 से भाग देने पर हमेशा 1 शेषफल (remainder) बचता है, उसे Odd Number (विषम संख्या) कहते हैं।)

  • Formula: Any odd number can be written in the form of $2n + 1$ (or $2n – 1$), where $n$ is an integer.

  • Examples: $1, 3, 5, 7, 9, 11, 13, 15, \dots$ (including negative odd numbers: $-1, -3, -5, \dots$).

Key Characteristics of Odd Numbers (विषम संख्याओं की मुख्य विशेषताएँ)

1. Last Digit Rule (इकाई अंक का नियम)

An odd number always ends with one of these digits: 1, 3, 5, 7, or 9.

  • Example: $357$ (Ends in 7 $\rightarrow$ Odd), $1029$ (Ends in 9 $\rightarrow$ Odd).

2. Equal Pairing Failure (बराबर जोड़े न बनना)

Odd numbers cannot be split into two equal whole number parts. If you try to group them in pairs of 2, 1 item will always be left over.

  • Example: 7 apples divided into pairs $\rightarrow 3$ pairs of two apples and 1 extra apple left.

3. Addition Rules (योग के नियम)

  • Odd + Odd = Even (e.g., $3 + 5 = 8$)

  • Odd + Even = Odd (e.g., $5 + 4 = 9$)

4. Subtraction Rules (घटाव के नियम)

  • Odd – Odd = Even (e.g., $9 – 3 = 6$)

  • Odd – Even = Odd (e.g., $7 – 2 = 5$)

  • Even – Odd = Odd (e.g., $8 – 3 = 5$)

5. Multiplication Rules (गुणा के नियम)

  • Odd $\times$ Odd = Odd (e.g., $3 \times 5 = 15$)

  • Odd $\times$ Even = Even (e.g., $5 \times 4 = 20$)

    (Remember: Two odd numbers multiplied together will ALWAYS result in an odd number!)

Important Fact (महत्वपूर्ण तथ्य)

  • Smallest Positive Odd Number: $1$

  • Smallest Positive Odd Prime Number: $3$

  • Consecutive Odd Numbers (क्रमागत विषम संख्याएँ): Two consecutive odd numbers always have a difference of 2 (e.g., $3, 5, 7, 9 \dots$).

What is a Prime Number? (अभाज्य संख्या क्या है?)

A Prime Number is a natural number greater than 1 that has exactly two distinct factors: 1 and the number itself.

(वह प्राकृतिक संख्या जो 1 से बड़ी हो और जिसके केवल दो ही गुणनखंड (factors) हों—एक तो संख्या 1 और दूसरी वह स्वयं (itself)—उसे Prime Number (अभाज्य संख्या) कहते हैं।)

  • Formula / Definition Condition:

    $$\text{Factors of a Prime Number } (P) = \{1, P\}$$
  • Examples of Prime Numbers:

    $$2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, \dots$$

(Note: Numbers with more than 2 factors are called Composite Numbers / भाज्य संख्याएँ, like $4, 6, 8, 9, 10, \dots$)

Key Characteristics of Prime Numbers (अभाज्य संख्याओं की मुख्य विशेषताएँ)

1. The Smallest and Only Even Prime Number (सबसे छोटी और एकमात्र सम अभाज्य संख्या)

  • 2 is the smallest prime number.

  • 2 is the ONLY EVEN prime number. (2 के अलावा दुनिया की सभी Prime Numbers हमेशा Odd (विषम) होती हैं, क्योंकि बाकी सभी सम संख्याएँ 2 से विभाजित हो जाती हैं)।

2. Why 1 is NOT a Prime Number? (1 अभाज्य संख्या क्यों नहीं है?)

  • 1 का केवल एक ही factor होता है (खुद 1)। Prime Number की शर्त के अनुसार कम से कम और अधिकतम 2 अलग-अलग (distinct) factors होने चाहिए।

  • इसलिए, 1 न तो Prime Number है और न ही Composite Number।

3. Prime Numbers between 1 to 100 (1 से 100 के बीच की संख्याएँ)

  • 1 से 100 तक कुल 25 Prime Numbers होती हैं:

    $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$

     

4. Smallest Composite Number (सबसे छोटी भाज्य संख्या)

  • 4 is the smallest Composite Number (4 सबसे छोटी भाज्य संख्या है)।

  • कारण (Logic):

    • 1 न तो Prime है और न ही Composite।

    • 2 और 3 Prime Numbers (अभाज्य संख्याएँ) हैं।

    • 4 पहली ऐसी प्राकृतिक संख्या है जिसके 2 से अधिक factors (गुणनखंड) हैं:

      $$\text{Factors of 4} = \{1, 2, 4\}$$

5. Twin Primes and Co-Primes (ट्विन प्राइम और सह-अभाज्य)

  • Twin Primes: दो ऐसी अभाज्य संख्याएँ जिनके बीच का अंतर 2 हो (e.g., $(3, 5), (5, 7), (11, 13)$)।

  • Co-Primes: दो ऐसी संख्याएँ जिनका HCF (म.स.प.) केवल 1 होता है। कोई भी दो क्रमागत प्राकृतिक संख्याएँ (consecutive natural numbers) हमेशा Co-Prime होती हैं (e.g., $8$ और $9$ co-prime हैं, भले ही 8 और 9 व्यक्तिगत रूप से prime न हों)।

Quick Summary Table (संक्षेप में)

बिंदु (Point)विवरण (Detail)
Smallest Prime Number2
Only Even Prime Number2
Smallest Odd Prime Number3
Total Primes (1 to 50)15
Total Primes (1 to 100)25
Number of FactorsOnly 2 (1 and itself)

Natural Numbers (प्राकृतिक संख्याएँ) और Integers (पूर्णांक) पर चार मूलभूत गणितीय संक्रियाओं (Addition, Subtraction, Multiplication, Division) के दौरान कुछ विशेष गुण या विशेषताएँ (Properties) लागू होती हैं।

आइए इन सभी नियमों और विशेषताओं को सरल English और Hindi (Hinglish) mix में समझते हैं:

1. Definitions (मूल परिभाषाएँ)

  • Natural Numbers ($\mathbb{N}$ – प्राकृतिक संख्याएँ): गिनती में इस्तेमाल होने वाली सभी धनात्मक संख्याएँ।

    $$\mathbb{N} = \{1, 2, 3, 4, 5, \dots\}$$
  • Integers ($\mathbb{Z}$ – पूर्णांक): सभी ऋणात्मक, शून्य और धनात्मक पूर्ण संख्याएँ।

    $$\mathbb{Z} = \{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\}$$

2. Four Main Properties (चार मुख्य नियम)

  1. Closure Property (संवृत नियम): अगर हम एक ही प्रकार की दो संख्याओं पर operation करें, तो उत्तर भी उसी प्रकार की संख्या आता है।

  2. Commutative Property (क्रमविनिमेय नियम): संख्याओं का क्रम बदल देने से उत्तर नहीं बदलता ($a + b = b + a$).

  3. Associative Property (सहचर्य नियम): संख्याओं का समूह (grouping) बदलने से उत्तर नहीं बदलता ($(a + b) + c = a + (b + c)$).

  4. Identity Property (तत्समक नियम): ऐसी संख्या जिसे जोड़ने या गुणा करने पर मूल संख्या में कोई बदलाव न आए।

3. Characteristics Table (नियमों की तुलना)

Operation (संक्रिया)Property (नियम)Natural Numbers (N)Integers (Z)Example (उदाहरण)
Addition (जोड़)ClosureYes (हाँ)Yes (हाँ)$2 + 3 = 5 \in \mathbb{N}, -2 + 5 = 3 \in \mathbb{Z}$
 CommutativeYes (हाँ)Yes (हाँ)$3 + 5 = 5 + 3 = 8$
 AssociativeYes (हाँ)Yes (हाँ)$(1 + 2) + 3 = 1 + (2 + 3) = 6$
 IdentityNo (नहीं)*Yes (0)$5 + 0 = 5$ ($0$ is an integer, not natural)
Subtraction (घटाव)ClosureNo (नहीं)Yes (हाँ)$3 – 5 = -2$ (Not Natural, but Integer!)
 CommutativeNo (नहीं)No (नहीं)$5 – 3 \neq 3 – 5$ ($2 \neq -2$)
 AssociativeNo (नहीं)No (नहीं)$(8 – 4) – 2 \neq 8 – (4 – 2)$ ($2 \neq 6$)
Multiplication (गुणा)ClosureYes (हाँ)Yes (हाँ)$3 \times 4 = 12, -3 \times 4 = -12$
 CommutativeYes (हाँ)Yes (हाँ)$4 \times 5 = 5 \times 4 = 20$
 AssociativeYes (हाँ)Yes (हाँ)$(2 \times 3) \times 4 = 2 \times (3 \times 4) = 24$
 IdentityYes (1)Yes (1)$7 \times 1 = 7$
Division (भाग)ClosureNo (नहीं)No (नहीं)$5 \div 2 = 2.5$ (Fraction, not N or Z)
 CommutativeNo (नहीं)No (नहीं)$8 \div 4 \neq 4 \div 8$ ($2 \neq 0.5$)
 AssociativeNo (नहीं)No (नहीं)$(16 \div 4) \div 2 \neq 16 \div (4 \div 2)$

4. Detailed Breakdown of Operations (संक्रियाओं का विस्तृत विवरण)

A. Addition Rules (योग के नियम)

  • Natural Numbers & Integers: दोनों ही Addition में Closure, Commutative और Associative नियमों का पालन करते हैं।

  • Additive Identity: 0 Integers की योगात्मक तत्समक (Additive Identity) है ($a + 0 = a$)। Natural numbers में $0$ शामिल नहीं होता।

  • Additive Inverse: Integers में प्रत्येक संख्या का ऋणात्मक रूप मौजूद होता है ($a + (-a) = 0$)।

B. Subtraction Rules (घटाव के नियम)

  • Natural Numbers: Subtraction में Closed नहीं होते। (e.g., $3 – 7 = -4$, जो कि Natural number नहीं है)।

  • Integers: Subtraction में Closed होते हैं। दो integers को घटाने पर हमेशा एक Integer ही मिलता है।

  • Non-Commutative & Non-Associative: क्रम बदलने पर Subtraction का उत्तर बदल जाता है।

C. Multiplication Rules (गुणा के नियम)

  • Natural Numbers & Integers: दोनों ही Multiplication में Closure, Commutative और Associative नियमों का पालन करते हैं।

  • Multiplicative Identity: 1 दोनों के लिए गुणात्मक तत्समक है ($a \times 1 = a$)।

  • Distributive Property (वितरण नियम): गुणा, जोड़ और घटाव दोनों पर वितरित होता है:

    $$a \times (b + c) = (a \times b) + (a \times c)$$

D. Division Rules (भाग के नियम)

  • Not Closed: न तो Natural Numbers और न ही Integers division में closed होते हैं, क्योंकि भाग देने पर दशमलव (Decimals) या भिन्न (Fractions) आ सकते हैं ($5 \div 2 = 2.5$).

  • Division by Zero: किसी भी संख्या को 0 से भाग देना अपरिभाषित (Undefined) है।

यहाँ Division (भाग) की विधि, इसके परिणाम के अंगों और उत्तर की जाँच करने के नियम को English और हिंदी दोनों भाषाओं में दिया गया है:

1. The 4 Parts of Division (भाग के 4 मुख्य अंग)

जब हम किसी संख्या को भाग देते हैं, तो उसमें 4 मुख्य भाग होते हैं:

  • 1. Dividend (भाज्य):

    • English: The number that is being divided.

    • Hindi: वह संख्या जिसे विभाजित किया जाता है (भाग दिया जाता है)।

  • 2. Divisor (भाजक):

    • English: The number by which we divide.

    • Hindi: वह संख्या जिससे भाग दिया जाता है।

  • 3. Quotient (भागफल – The Main Result):

    • English: The result obtained from the division (how many times the divisor fits into the dividend).

    • Hindi: भाग देने पर प्राप्त मुख्य परिणाम (भाजक कितनी बार भाज्य में आता है)।

  • 4. Remainder (शेषफल):

    • English: The leftover number after division that cannot be divided further.

    • Hindi: भाग देने के बाद अंत में बचा हुआ मान जिसे आगे विभाजित नहीं किया जा सकता।

2. Example of Long Division (लॉन्ग डिवीज़न का उदाहरण)

Let us divide $157$ by $5$ ($\mathbf{157 \div 5}$):

आइए $157$ को $5$ से भाग दें:

Plaintext
 
       31  <-- Quotient (भागफल)
     ______
  5 ) 157  <-- Dividend (भाज्य)
     -15
     ----
       07
      - 5
     ----
        2  <-- Remainder (शेषफल)
  • Divisor (भाजक): $5$

  • Dividend (भाज्य): $157$

  • Quotient (भागफल): $\mathbf{31}$ (Main Result)

  • Remainder (शेषफल): $\mathbf{2}$ (Leftover)

3. How to Check Your Answer (उत्तर की जाँच कैसे करें)

To verify if your division is correct, use the Division Algorithm formula:

उत्तर की सत्यता की जाँच करने के लिए विभाजन सूत्र (Division Formula) का प्रयोग करें:

$$\mathbf{\text{Dividend} = (\text{Divisor} \times \text{Quotient}) + \text{Remainder}}$$
$$\mathbf{\text{भाज्य} = (\text{भाजक} \times \text{भागफल}) + \text{शेषफल}}$$

Verification (जाँच):

Using our example values / अपने उदाहरण के मान रखने पर:

  • $\text{Divisor (भाजक)} = 5$

  • $\text{Quotient (भागफल)} = 31$

  • $\text{Remainder (शेषफल)} = 2$

$$\text{Calculation (गणना)} = (5 \times 31) + 2$$
$$\text{Calculation (गणना)} = 155 + 2 = \mathbf{157}$$
  • English: Since the calculated value ($\mathbf{157}$) equals the Dividend ($\mathbf{157}$), the answer is 100% correct.

  • Hindi: चूंकि प्राप्त परिणाम ($\mathbf{157}$) हमारे भाज्य ($\mathbf{157}$) के बराबर है, इसलिए उत्तर 100% सही है।

Here are the most fundamental and important characteristics (properties) of division in mathematics, explained in both English and Hindi (Devanagari):

1. Division by Zero is Undefined (शून्य से विभाजन अपरिभाषित है)

  • English: Dividing any number by zero ($0$) is mathematically undefined ($\frac{a}{0} = \text{Undefined}$). However, zero divided by any non-zero number is always zero ($\frac{0}{a} = 0$, where $a \neq 0$).

  • Hindi: किसी भी संख्या को शून्य ($0$) से भाग देना गणितीय रूप से अपरिभाषित ($\text{Undefined}$) है। हालांकि, शून्य को किसी भी गैर-शून्य संख्या से भाग देने पर परिणाम हमेशा शून्य ही प्राप्त होता है ($\frac{0}{a} = 0$).

2. Division by 1 Identity (1 से विभाजन का नियम)

  • English: Any number divided by $1$ remains unchanged and gives the number itself ($\frac{a}{1} = a$).

  • Hindi: किसी भी संख्या को $1$ से भाग देने पर वही संख्या प्राप्त होती है ($\frac{a}{1} = a$).

3. Division of a Number by Itself (संख्या का स्वयं से विभाजन)

  • English: Any non-zero number divided by itself always equals $1$ ($\frac{a}{a} = 1$, where $a \neq 0$).

  • Hindi: किसी भी गैर-शून्य संख्या को स्वयं उसी संख्या से भाग देने पर उत्तर हमेशा $1$ आता है ($\frac{a}{a} = 1$).

4. Non-Commutative Property (क्रमविनिमेय नियम लागू नहीं होता)

  • English: Changing the order of the numbers changes the result. Division is not commutative ($a \div b \neq b \div a$).

    • Example: $12 \div 4 = 3$, but $4 \div 12 = \frac{1}{3} \quad (3 \neq \frac{1}{3})$

  • Hindi: संख्याओं का क्रम बदलने पर उत्तर बदल जाता है। विभाजन में क्रमविनिमेय नियम लागू नहीं होता है ($a \div b \neq b \div a$).

    • उदाहरण: $12 \div 4 = 3$, लेकिन $4 \div 12 = \frac{1}{3} \quad (3 \neq \frac{1}{3})$

5. Non-Associative Property (साहचर्य नियम लागू नहीं होता)

  • English: Grouping numbers differently yields different results. Division is not associative ($(a \div b) \div c \neq a \div (b \div c)$).

    • Example: $(24 \div 4) \div 2 = 6 \div 2 = \mathbf{3}$

    • Whereas: $24 \div (4 \div 2) = 24 \div 2 = \mathbf{12} \quad (3 \neq 12)$

  • Hindi: संख्याओं के समूह बनाने का तरीका बदलने पर उत्तर बदल जाता है। विभाजन में साहचर्य नियम लागू नहीं होता है ($(a \div b) \div c \neq a \div (b \div c)$).

6. Division as Inverse of Multiplication (गुणा का प्रतिलोम रूप)

  • English: Division is the exact inverse (opposite) operation of multiplication. If $a \times b = c$, then $c \div b = a$ and $c \div a = b$.

  • Hindi: विभाजन, गुणा की बिल्कुल विपरीत प्रक्रिया है। यदि $a \times b = c$ है, तो $c \div b = a$ और $c \div a = b$ होगा।

7. Remainder Constraint (शेषफल की सीमा)

  • English: In any integer division, the remainder ($R$) is always non-negative and strictly smaller than the divisor ($D$): $0 \le R < D$.

  • Hindi: किसी भी पूर्णांक विभाजन में, शेषफल ($R$) हमेशा शून्य या धनात्मक होता है और भाजक ($D$) से छोटा होता है: $0 \le R < D$.

निष्कर्ष (Conclusion):

संख्याएँ (Numbers) संपूर्ण गणित की नींव हैं। चाहे सम और विषम संख्याएँ (Even and Odd Numbers) हों, अभाज्य और भाज्य संख्याएँ (Prime and Composite Numbers), या फिर प्राकृतिक संख्याओं और पूर्णांकों (Natural Numbers and Integers) के योग, घटाव, गुणा और भाग के नियम—इन सभी मूलभूत अवधारणाओं को सही ढंग से समझना बेहद ज़रूरी है।

इन 10 सरल नियमों और विशेषताओं को समझकर छात्र न केवल गणित के जटिल सवालों को आसानी से हल कर सकते हैं, बल्कि परीक्षाओं में होने वाली छोटी-छोटी गलतियों से भी बच सकते हैं।

Happy Learning!

Amit Poonia | Founder & Educator, English Era

englisherawithamitpoonia.com

 

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Scroll to Top
0
Would love your thoughts, please comment.x
()
x