Question 175235
x = number of students who study language only.
y = number of students who study physics only.
z = number of students who do not study at all.
t = total number of students.
---
x + y + z = t
---
1/2 of the total study languages only,
so:
x = t/2
---
1/4 of the total study french.
since french is a language, this is extraneous information not needed.
---
1/7 of the total study physics only,
so:
y = t/7
---
20 do not study at all,
so:
z = 20
---
substituting in the original equation of:
x + y + z = t, we get:
t/2 + t/7 + 20 = t
multiply both sides of the equation by 14 to get:
7t + 2t + 280 = 14t
combine like terms to get:
9t + 280 = 14t
subtract 9t from both sides of the equation to get:
280 = 5t
divide both sides of the equation by 5 to get:
t = 56
---
total number of students is 56.
1/2 study languages = 28.
1/7 study physics = 8
20 don't study at all = 20
total = 28 + 8 + 20 = 56
---