Skip to content

Commit 3e2b4f4

Browse files
author
aryan
committed
check ui
1 parent 9325eec commit 3e2b4f4

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

content/exercises/graded-assignments/mathematics-1/W1GA1.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,18 @@ Thus, $A = \{-3,-2,-1,0,1,2\}$; **cardinality = 6**.
108108

109109
**Answer:** 6
110110

111-
---
112111

112+
{{< border >}}
113113
**Question 6:**
114114
Consider $S = \{a \mid a \in \mathbb{N}, a \leq 18\}$.
115115
Let $R_1 = \{(x,y) \mid x, y \in S, y = 3x\}$
116116
Let $R_2 = \{(x,y) \mid x, y \in S, y = x^2\}$
117117

118118
Find the cardinality of $R_1 \setminus (R_1 \cap R_2)$.
119119

120+
{{< /border >}}
121+
122+
{{< border >}}
120123
**Solution:**
121124

122125
$S = \{0,1,2,\ldots,18\}$
@@ -130,12 +133,14 @@ $R_1 \cap R_2 = \{(0,0),(3,9)\}$
130133
$R_1 \setminus (R_1 \cap R_2) = \{(1,3),(2,6),(4,12),(5,15),(6,18)\}$
131134

132135
**Answer:** 5
136+
{{< /border >}}
133137

134-
---
135-
138+
{{< border >}}
136139
**Question 7:**
137140
In a Zoo, there are 6 Bengal white tigers and 7 Bengal royal tigers. Out of these, 5 are males and 10 are either Bengal royal tigers or males. Find the number of female Bengal white tigers.
141+
{{< /border >}}
138142

143+
{{< border >}}
139144
**Solution:**
140145
Let BW = Bengal White, BR = Bengal Royal, M = Male.
141146
$n(BR) = 7$, $n(M) = 5$, $n(BR \cup M) = 10$
@@ -153,8 +158,7 @@ So, male Bengal Royal tigers = 2, male Bengal White tigers = 3
153158
Female Bengal White tigers = 6 - 3 = **3**
154159

155160
**Answer:** 3
156-
157-
---
161+
{{< /border >}}
158162

159163
## 4. Additional Examples and Incorrect Questions (Not for Marks)
160164

layouts/shortcodes/border.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ <h3 class="header-title">{{ $title }}</h3>
2929
padding: 16px;
3030
margin: 16px 0;
3131
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
32+
overflow-x: scroll;
3233

3334
p{
34-
margin: 0;
35+
margin-top: 1rem;
3536
}
3637
ol{
3738
margin-top: 0;
3839
}
3940
.katex-display{
4041
margin: 0;
42+
margin-top: 0.5rem;
4143
}
4244
}
4345

0 commit comments

Comments
 (0)