Skip to content

Commit 0090dd6

Browse files
committed
Add Course Content For Mathematics Foundation Course of IITM
1 parent 1c71d2f commit 0090dd6

10 files changed

Lines changed: 546 additions & 2 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hextra"]
2+
path = themes/hextra
3+
url = https://github.com/imfing/hextra.git
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Sets and Relations
3+
date: 2025-08-09
4+
weight: 100
5+
description: "IIT Madras has launched the BS in `Data Science and Applications`. In this program, the course contents are delivered online and can be studied by anyone from anywhere, while the monthly quizzes and final semester exams will have to be attended in-person at designated centres."
6+
type: docs
7+
width: normal
8+
---
Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
---
2+
title: Natural Numbers and their operations
3+
date: 2025-08-09
4+
weight: 1
5+
image: https://sciencenotes.org/wp-content/uploads/2023/05/Natural-Numbers-Definition-and-Examples-1024x683.png
6+
emoji: 📃
7+
slug: "Natural Numbers and their operations"
8+
linkTitle: Natural Numbers and their operations🔥
9+
series_order: 1
10+
---
11+
12+
Of course! Let's dive deep into the world of Natural Numbers and their operations. We'll start from the very basics and build up to the properties that govern them.
13+
14+
{{< youtube WEC6jPWvoj8 >}}
15+
16+
17+
## Identifying Natural Numbers and Integers
18+
19+
**Natural numbers** are positive whole numbers, used for counting: 1, 2, 3, 4, 5, ....[^1][^2]
20+
**Integers** include all positive and negative whole numbers and zero: ..., -3, -2, -1, 0, 1, 2, 3, ....[^3]
21+
22+
![A diagram showing the relationship between Natural Numbers, Whole Numbers, and Integers](https://cdn1.byjus.com/wp-content/uploads/2020/10/Natural-Numbers-2.png)
23+
24+
- Example images: Diagrams often show natural numbers on a number line starting at 1, with integers extending in both directions to negative numbers.[^4][^1]
25+
[^4]
26+
- Natural numbers set: $\mathbb{N} = \{1, 2, 3, 4, 5, \dots\}$.[^2][^1]
27+
- Integers set: $\mathbb{Z} = \{\dots, -2, -1, 0, 1, 2, \dots\}$.[^5][^3]
28+
29+
30+
## Distinguishing Between Notations: ($\mathbb{N}$), ($\mathbb{Z}$), ($\mathbb{Z}_n$)
31+
32+
- **N** ($\mathbb{N}$): Natural numbers set ($1, 2, 3, ...$).[^6][^1]
33+
- **Z** ($\mathbb{Z}$): Integers set ($..., -2, -1, 0, 1, 2, ...$).[^6]
34+
- **ZN** ($\mathbb{Z}_n$): Modular integers—the set of possible remainders when dividing by $n$ ($0,1,\ldots, n-1$).
35+
36+
![A graphic explaining what natural numbers are, with examples](https://sciencenotes.org/wp-content/uploads/2023/05/Natural-Numbers-Definition-and-Examples-1024x683.png)
37+
38+
Example: Venn diagram notation can show relationships; N could fit inside Z on a diagram.[^7][^6]
39+
[^4]
40+
41+
## Multiplication and Division as Addition/Subtraction
42+
43+
- **Multiplication** is repeated addition:
44+
45+
$$
46+
3 \times 4 = 3 + 3 + 3 + 3 = 12
47+
$$
48+
49+
Imagine four groups, each with three objects—adding up all objects gives the same as multiplication.[^8]
50+
- **Division** is repeated subtraction:
51+
52+
$$
53+
15 \div 5: 15 - 5 = 10, 10 - 5 = 5, 5 - 5 = 0
54+
$$
55+
56+
The number of times 5 is subtracted until reaching zero is the quotient (here, 3).[^9][^8]
57+
58+
Visual: Diagrams often show sets of objects grouped or repeatedly removed, or jumps on a number line illustrating subtraction.
59+
[^4]
60+
61+
## Quotient, Remainder, and Modulus
62+
63+
- **Quotient**: The result of division (number of times divisor "fits" in dividend).
64+
- **Remainder**: What’s left after dividing as far as possible.
65+
- **Modulus (mod)**: The remainder after division.
66+
67+
Example: $14 \div 5 = 2$ remainder $4$, so $14$ mod $5 = 4$.
68+
69+
Visual: Number lines or division diagrams often show repeated subtraction steps, grouping leftover items as remainder.[^9]
70+
71+
## Factors and Prime Factorization
72+
73+
- **Factors**: Numbers that divide another exactly. Example: 12’s factors are 1, 2, 3, 4, 6, 12.
74+
- **Prime Factorization**: Breaking a number into prime numbers multiplied together.
75+
Example: 12 = 2 × 2 × 3 = $2^2 \times 3$.
76+
77+
Visual: Factor trees are diagrams showing branches, each end-point is a prime number.[^1]
78+
[^4]
79+
80+
***
81+
82+
### Table: Sets and Concepts
83+
84+
| Concept | Notation | Example | Image Reference |
85+
| :-- | :-- | :-- | :-- |
86+
| Natural numbers | $\mathbb{N}$ | 1,2,3,... | [^4] |
87+
| Integers | $\mathbb{Z}$ | ..., -1,0,1 | [^5] |
88+
| Modular integers | $\mathbb{Z}_n$ | 0,1,...,n-1 | [^4] |
89+
| Factors of 12 | n/a | 1,2,3,4,6,12 | [^4] |
90+
| Prime factorization | n/a | 12 = $2^2\times3$ | [^4] |
91+
92+
---
93+
94+
## Exercise Questions 🤯
95+
96+
97+
{{< border >}}
98+
99+
### 1) How many natural numbers are there in the given list?
100+
101+
**List:** 22, -17, 47, -2000, 0, 1, 43, 1729, 6174, -63, 100, 32, -9.
102+
103+
**Solution:**
104+
Natural numbers ($\mathbb{N}$) are positive whole numbers: $\{1, 2, 3, ...\}$, and do not include 0 or negatives.[^1][^2]
105+
Filtering the list:
106+
107+
- **22** — Yes
108+
- -17 — No
109+
- **47** — Yes
110+
- -2000 — No
111+
- 0 — No
112+
- **1** — Yes
113+
- **43** — Yes
114+
- **1729** — Yes
115+
- **6174** — Yes
116+
- -63 — No
117+
- **100** — Yes
118+
- **32** — Yes
119+
- -9 — No
120+
121+
There are **8 natural numbers**: 22, 47, 1, 43, 1729, 6174, 100, 32.[^2]
122+
[^3]
123+
124+
{{< /border >}}
125+
126+
{{< border >}}
127+
128+
### 2) If we distribute 3 pens to each student and 4 pens remain, what is the value of M?
129+
130+
**Solution:**
131+
Given: Total pens = 70, pens per student = 3, pens left over = 4, number of students = $M$.
132+
133+
Use Division Algorithm:
134+
135+
$$
136+
\text{Total} = (\text{Pens per student} \times M) + \text{Remainder}
137+
$$
138+
139+
So:
140+
141+
$$
142+
70 = (3 \times M) + 4 \implies 66 = 3M \implies M = \frac{66}{3} = 22
143+
$$
144+
145+
Thus, **M = 22**.[^4]
146+
147+
{{< /border >}}
148+
149+
{{< border >}}
150+
151+
### 3) Which of the following will be the sixteenth prime number?
152+
153+
**Solution:**
154+
List out the first sixteen primes:[^5]
155+
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, **53**
156+
157+
Therefore, the **sixteenth prime number is 53**.
158+
159+
{{< /border >}}
160+
161+
{{< border >}}
162+
163+
### 4) If z mod 31 and z mod 74. Which of the following is (are) possible values for z?
164+
165+
**Solution:**
166+
Possible remainders from modulus operations must be between 0 and one less than the divisor:[^4]
167+
168+
- For $z \mod 31$: remainder must be in \$\$
169+
- For $z \mod 74$: remainder must be in \$\$
170+
171+
Test options:
172+
173+
- $z = 25$: Valid for both
174+
- $z = 34$: Invalid for mod 31
175+
- $z = 58$: Invalid for mod 31
176+
- $z = 67$: Invalid for mod 31
177+
178+
Thus, **25** is the only possible value.
179+
180+
{{< /border >}}
181+
182+
{{< border >}}
183+
184+
### 5) If Sheetal's birthday is on the Pth of October and Karthik's is on the Qth of November... find the value of P + 20.
185+
186+
**Solution:**
187+
P and Q are perfect squares, October/November birthdays, and Sheetal is 10 days before Karthik:
188+
189+
Perfect squares up to 31: 1, 4, 9, 16, 25
190+
Let $P = 25$ (25th October).
191+
192+
If Karthik is born 10 days later:
193+
Days left in October after 25th = 31-25 = 6; Karthik's birthday is 4th November, which is also a perfect square.
194+
195+
Thus:
196+
P = 25, Q = 4
197+
$P + 20 = 25 + 20 = 45$
198+
199+
{{< /border >}}
200+
201+
<div style="text-align: center">⁂</div>
202+
203+
[^1]: https://byjus.com/maths/natural-numbers/
204+
205+
[^2]: https://www.cuemath.com/numbers/natural-numbers/
206+
207+
[^3]: https://www.pinterest.com/pin/633387438370444/
208+
209+
[^4]: https://www.vedantu.com/maths/division-is-a-process-of-repeated-subtraction
210+
211+
[^5]: https://study.com/academy/lesson/classification-of-numbers.html
212+

0 commit comments

Comments
 (0)