shouldn't it be just solve: 1500=900+750+500-150-75-175-x (x is those enrolled all three), but then x=-250? seems data is wrong here...
ChandlerBong
A certain language school offers courses in English, Hindi, and German. Last year, 1500 students enrolled in the school. Each student took at least one language course. 900 students enrolled in English, 750 enrolled in German, and 500 students enrolled in Hindi language courses. 75 students enrolled in both Hindi and English language courses only, 150 students enrolled in both German and English language courses only, and 175 students enrolled in both Hindi and German language courses only. How many students enrolled in all three language courses?
(A) 50
(B) 75
(C) 125
(D) 175
(E) 250
Number of people taking only one course = \(E_1\)
Number of people taking exact two courses = \(E_2\)
Number of people taking exact three courses = \(E_3\)
Quote:
1500 students enrolled in the school
\(E_1 + E_2 + E_3 = 1500\) -- (1)
Quote:
900 students enrolled in English, 750 enrolled in German, and 500 students enrolled in Hindi language courses
\(E_1 + 2E_2 + 3E_3 = 900 + 750 + 500 = 2150\) -- (2)
Quote:
75 students enrolled in both Hindi and English language courses only, 150 students enrolled in both German and English language courses only, and 175 students enrolled in both Hindi and German language courses only
\(E_2 = 75 + 150 + 175 = 400\)
Substituting the value of \(E_2\) in equation (1) and equation (2) we get
\(E_1 + E_3 = 1100\) -- (4)
\(E_1 + 3E_3 = 1350\) -- (5)
Substracting (4) from (5)
\(2E_3 = 250 \)
\(E_3 = 125\)
Option C