
David W. answered 01/26/17
Tutor
4.7
(90)
Experienced Prof
Let:
s = number of students
t = number of teachers
Translate:
"4 times as many students as teachers" means s = 4t [eq1]
" total of 80 people" means s + t = 80 [eq2]
"How many are students?" means report s
Substitution:
Use one equation to solve for one variable, then substitute into the other equation to solve for the other variable.
t = 80 - s [from eq2]
s = 4(80-s) [put that into eq1]
s = 320 - 4s [distribute]
5s = 320 [add 4s to both sides]
s = 64 {There were 64 students]
Elimination:
Add/subtract equations with the same coefficient one variable to eliminate it.
4s + 4t = 320 [4*eq2]
s - 4t = 0 [from eq1]
-------------------- [eliminate 4 using addition]
5s = 320
s = 64
Check:
s = 4t
64 = 4(16) so t=16
s + t = 80
64 + 16 = 80
Yes: