Skip to content

Commit 03ae8d9

Browse files
author
aryan
committed
Extra Content Added
1 parent b4cedc2 commit 03ae8d9

17 files changed

Lines changed: 1564 additions & 60 deletions

File tree

β€Žcontent/notes/iit-madras/data-science-and-application/foundational-level/mathematics/week 1/aq1.1.mdβ€Ž

Lines changed: 37 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ excludeSearch: false
88
weight: 1.5
99
---
1010

11-
1. Below is a list of numbers: 22, -17, 47, -2000, 0, 1, 43, 1729, 6174, -63, 100, 32, -9. How many natural numbers are there in the given list?
11+
{{< border >}}
1212

13-
6
13+
**1**. Below is a list of numbers: 22, -17, 47, -2000, 0, 1, 43, 1729, 6174, -63, 100, 32, -9. How many natural numbers are there in the given list?
1414

15-
7
15+
a) 6
1616

17-
8
17+
b) 7
18+
19+
c) 8
20+
21+
d) 9
22+
{{< /border >}}
1823

19-
9
2024
{{< border type="tip" title="Solution" >}}
2125
Based on the sources, the set of **natural numbers** is denoted by **N**. This set includes **0, 1, 2, 3, 4, 5, and so on**. The sources explicitly state that whenever they are talking about natural numbers, it **always includes a 0**, even though some books may not. Natural numbers are primarily used for counting.
2226

@@ -44,15 +48,18 @@ Counting these numbers, we find there are **9** natural numbers in the given lis
4448
This corresponds to one of the options provided. The number of natural numbers in the list is **9**.
4549
{{< /border >}}
4650

47-
2. Suppose a class has M students. If we distribute 3 pens to each student, then 4 pens will remain. If there are 70 pens in total, what is the value of M?
51+
{{< border >}}
52+
**2**. Suppose a class has M students. If we distribute 3 pens to each student, then 4 pens will remain. If there are 70 pens in total, what is the value of M?
4853

49-
22
54+
a) 22
5055

51-
20
56+
b) 20
5257

53-
19
58+
c) 19
59+
60+
d) 23
61+
{{< /border >}}
5462

55-
23
5663
{{< border type="tip" title="Solution" >}}
5764
Okay, let's determine the value of M, the number of students in the class, based on the information provided and drawing on the concepts discussed in the sources.
5865

@@ -89,15 +96,18 @@ Let's verify this: If there are 22 students and each gets 3 pens, that's 22 * 3
8996
The value of M is **22**. This is one of the options provided.
9097
{{< /border >}}
9198

92-
3. Consider β€˜2’ to be the first prime number. Which of the following will be the sixteenth prime number?
99+
{{< border >}}
100+
**3**. Consider β€˜2’ to be the first prime number. Which of the following will be the sixteenth prime number?
93101

94-
47
102+
a) 47
95103

96-
61
104+
b) 61
97105

98-
59
106+
c) 59
107+
108+
d) 53
109+
{{< /border >}}
99110

100-
53
101111
{{< border type="tip" title="Solution" >}}
102112
Based on the sources and our conversation, we can determine the sixteenth prime number.
103113

@@ -173,21 +183,24 @@ Comparing this to the provided options:
173183
Therefore, the sixteenth prime number is **53**.
174184
{{< /border >}}
175185

176-
4. If
186+
{{< border >}}
187+
**4**. If
177188
x
178189
x mod 3 = 1 and
179190
x
180191
x mod 7 = 4. Which of the following is(are) possible values for
181192
x
182193
x?
183194

184-
25
195+
a) 25
196+
197+
b) 34
185198

186-
34
199+
c) 58
187200

188-
58
201+
d) 67
202+
{{< /border >}}
189203

190-
67
191204
{{< border type="tip" title="Solution" >}}
192205
Based on the sources and our conversation history, we can evaluate which of the given options are possible values for `x` by using the concept of the **modulo** operation.
193206

@@ -226,8 +239,8 @@ Let's check each of the possible values provided:
226239
Therefore, the possible values for `x` among the given options are **25** and **67**.
227240
{{< /border >}}
228241

229-
5.
230-
Suppose Sheetal’s birthday is on the
242+
{{< border >}}
243+
**5**. Suppose Sheetal’s birthday is on the
231244
P
232245
Pth of October and Karthik’s birthday is on the
233246
Q
@@ -241,6 +254,8 @@ P
241254
2
242255
Q
243256
Pβˆ’2Q will be __________
257+
{{< /border >}}
258+
244259
{{< border type="tip" title="Solution" >}}
245260
Based on the information from the sources, let's determine the value of P - 2Q.
246261

β€Žcontent/notes/iit-madras/data-science-and-application/foundational-level/mathematics/week 1/aq1.10.mdβ€Ž

Lines changed: 129 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,151 @@ excludeSearch: false
88
weight: 10.5
99
---
1010

11+
**Answer the questions 1-3, based on following information:**
12+
13+
Let A = {x|x ∈ β„•, x < 10 and x is odd}
14+
15+
B = {y|y ∈ β„•, y is a perfect square and 15 < y < 40}
16+
17+
{{< border >}}
18+
**Q1**. Which of the following is a subset of B Γ— A?
19+
20+
β—‹ {(36, 3), (25, 5), (36, 6)}
21+
22+
β—‹ {(1, 25), (6, 36), (7, 25), (3, 36)}
23+
24+
β—‹ {(16, 5), (25, 9), (36, 3), (16, 1)}
25+
26+
β—‹ {(1, 16), (5, 16), (3, 36), (9, 36), (7, 25)}
27+
{{< /border >}}
28+
29+
{{< border type="tip" title="Solution" >}}
30+
31+
{{< /border >}}
32+
33+
34+
{{< border >}}
35+
**Q2**. Which of the following is a subset of A Γ— A?
36+
37+
β—‹ {(1, 3), (3, 5), (5, 9), (7, 3), (7, 7)}
38+
39+
β—‹ {(36, 25), (25, 25), (36, 36), (16, 25)}
40+
41+
β—‹ {(3, 3), (1, 5), (3, 6), (9, 9)}
42+
43+
β—‹ {(3, 5), (5, 1), (9, 4), (1, 1), (7, 1)}
44+
{{< /border >}}
45+
46+
{{< border type="tip" title="Solution" >}}
47+
48+
{{< /border >}}
49+
50+
51+
{{< border >}}
52+
**Q3**. Which of the following is(are) element(s) of A Γ— B Γ— A?
53+
54+
β–‘ (2, 25, 3)
55+
56+
β–‘ (5, 25, 9)
57+
58+
β–‘ (3, 36, 9)
59+
60+
β–‘ (5, 16, 1)
61+
{{< /border >}}
62+
63+
{{< border type="tip" title="Solution" >}}
64+
65+
{{< /border >}}
66+
67+
**Answer the questions 4-5, based on following information:**
68+
69+
Suppose the Cartesian product M Γ— M has 9 elements among which 2 elements are (2, 4) and (3, 2).
70+
71+
{{< border >}}
72+
**Q4**. Which of the following sets is M?
73+
74+
β—‹ {9, 2, 4}
75+
76+
β—‹ {3, 2, 9}
77+
78+
β—‹ {2, 3, 4}
79+
80+
β—‹ {3, 4, 9}
81+
{{< /border >}}
1182

1283
{{< border type="tip" title="Solution" >}}
1384

1485
{{< /border >}}
1586

87+
88+
{{< border >}}
89+
**Q5**. Remaining elements of M Γ— M are
90+
91+
β—‹ {(2, 3), (2, 2), (3, 4), (3, 2), (4, 4), (4, 2), (3, 3)}
92+
93+
β—‹ {(2, 3), (2, 2), (3, 4), (4, 3), (4, 4), (4, 2), (3, 3)}
94+
95+
β—‹ {(2, 3), (2, 2), (4, 3), (2, 4), (4, 4), (4, 2), (3, 3)}
96+
97+
β—‹ {(2, 2), (2, 3), (4, 3), (3, 2), (3, 3), (4, 4), (3, 4)}
98+
{{< /border >}}
99+
16100
{{< border type="tip" title="Solution" >}}
17101

18102
{{< /border >}}
19103

104+
**Answer the questions 6-8, based on following information:**
105+
106+
Suppose the relation R = {(Snail, Frog), (Bird, Bird), (Fox, Frog), (Snail, Fox)} is defined on the set S = {Snail, Fox, Bird, Frog}.
107+
108+
{{< border >}}
109+
**Q6**. The relation R on the set S is(are)
110+
111+
β—‹ Reflexive
112+
113+
β—‹ Symmetric
114+
115+
β—‹ Transitive
116+
117+
β—‹ None of these
118+
{{< /border >}}
119+
20120
{{< border type="tip" title="Solution" >}}
21121

22122
{{< /border >}}
23123

124+
125+
{{< border >}}
126+
**Q7**. Let P be a subset of (S Γ— S)\R. What is the set of possible cardinalities of P?
127+
128+
β—‹ {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
129+
130+
β—‹ {}
131+
132+
β—‹ {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}
133+
134+
β—‹ {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
135+
{{< /border >}}
136+
24137
{{< border type="tip" title="Solution" >}}
25138

26139
{{< /border >}}
27140

141+
142+
{{< border >}}
143+
**Q8**. What is the minimum number of elements of the Cartesian product S Γ— S that need to be added to R such that the relation becomes symmetric?
144+
145+
β—‹ 4
146+
147+
β—‹ 8
148+
149+
β—‹ 2
150+
151+
β—‹ 3
152+
{{< /border >}}
153+
28154
{{< border type="tip" title="Solution" >}}
29155

30-
{{< /border >}}
156+
{{< /border >}}
157+
158+

0 commit comments

Comments
Β (0)