More complicated problems on finding number of elements in finite subsets
Introductory problems on finding the number of elements of subsets of finite sets are placed in the lesson
- Counting elements in sub-sets of a given finite set
Here in this lesson, you will find more complicated problems of this type.
Problem 1
All 30 students in a class study at least one of the two subjects History and Geography.
Twice as many study History as Geography. 8 students study only Geography.
Find the number of students who study both History and Geography.
Solution
Let x students study only History;
y students study only Geography;
z students study both subjects.
Then we have these three equations
x + y + z = 30 (1)
x + z = 2*(y+z) (2)
y = 8 (3)
Substitute y= 8 from equation (3) into equations (1) and (2)
x + 8 + z = 30 (1')
x + z = 2*(8+z) (2')
Simplify
x + z = 22 (1'')
x - z = 16 (2'')
From equations (1'') and (2'') you get by adding 2x = 22+16 = 38, x = 38/2 = 19.
From equations (1'') and (2'') you get by subtracting 2z = 22-16 = 6, z = 6/2 = 3.
Thus 19 students study only History; 8 students study only Geography, and 3 students study both subjects.
ANSWER. 3 students study both subjects.
Problem 2
A class of 30 students took two quizzes. Sixteen passed the first quiz and 20 passed the second.
If 4 students failed both quizzes, how many passed both?
Solution
From the condition, 30-16 = 14 failed the first quiz, and
30-20 = 10 failed the second quiz,
while 4 failed both quizzes.
Hence, the number of those who failed at least one quiz is 14 + 10 - 4 = 20.
It means that 30-20 = 10 students passed both quizzes. ANSWER
Problem 3
In a city school, 60% of students have blue eyes, 55% have dark hair,
and 20% have neither blue eyes nor dark hair. How many students have blue eyes and dark hair?
Solution
Since 20% have neither blue eyes nor dark hair, we conclude that
100 -20% = 80% are those who either has blue eyes OR dark hair.
So, now we have 60% of students have blue eyes n(B) = 0.6,
55% have dark hair n(D) = 0.55, and their union (B U D) is 80%: n(B U D) = 0.8.
Having it, we write
0.6 + 0.55 - n(B and D) = 0.8,
0.6 + 0.55 - 0.8 = n(B and D),
n(B and D) = 0.35.
Therefore, the probability that a randomly selected student will have blue eyes and dark hair is
P =
= 0.35 = 35%. ANSWER
My other additional lessons on Miscellaneous word problems (section 3) in this site are
- Solving problems by the Backward method
- Minimax linear problems to solve MENTALLY based on common sense
- Solving linear optimization problems without LP-method by reduction to linear function
- Solving one special linear minimax problem in 100-D space by the Linear Programming method
- Miscellaneous logical problems
- Upper class entertainment Math problems for all ages
- OVERVIEW of my additional lessons on Miscellaneous word problems, section 3
Use this file/link ALGEBRA-I - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-I.
Use this file/link ALGEBRA-II - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-II.