Number of students that take all three courses is 29 students
<h3>Further explanation</h3>
A set is a clearly defined collection of objects.
To declare a set can be done in various ways such as:
- With words or the nature of membership
- By registering its members
Multiplying set A x B is by pairing each member of set A with each member of set B.
<u>Example:
</u>
<em>A = {1, 2, 3}
</em>
<em>B = {a, b}
</em>
Then
A x B = {(1, a), (1, b), (2, a), (2, b), (3, a), (3, b)}
Union of set A and B ( A ∪ B ) is rewriting each member A and combined with each member B.
Intersection of set A and B ( A ∩ B ) is to find the members that are both in Set A and Set B.
<u>Example:
</u>
<em>A = {1, 2, 3, 4}
</em>
<em>B = {3, 4, 5}
</em>
A ∪ B = {1, 2, 3, 4, 5}
A ∩ B = {3, 4}
Let us now tackle the problem!
To solve this problem, it is better to draw the Venn diagram as shown in the picture in the attachment.
Let :
x → students take all three courses
y = 34 - x → students only take both algebra and industrial technology
z = 29 - x → students only take both computer and industrial technology
w = 70 - x → students only take both algebra and computer
p = 117 - w - x - y = 13 + x → students only take algebra
q = 114 - x - y - z = 51 + x → students only take industrial technology
r = 109 - x - z - w = 10 + x → students only take computer
t = 164 → students take none of these courses
Because the total number of students is 400 people, then :





<h3>Learn more</h3>
<h3>Answer details</h3>
Grade: High School
Subject: Mathematics
Chapter: Sets
Keywords: Sets , Venn , Diagram , Intersection , Union , Mean , Median , Mode