SOLUTION: How would u solve a systems of equations applications like this one.
A class divides into two groups for a science experiment. the first group has five fewer students than the sec
Question 272430: How would u solve a systems of equations applications like this one.
A class divides into two groups for a science experiment. the first group has five fewer students than the second group. if there are 27 students in the class, how many students are in each group? Answer by oberobic(2304) (Show Source):
You can put this solution on YOUR website! The class has 27 students divided into two groups.
x = number of students in one group
y = number of students in the other group
x + y = 27 describes the whole class.
.
One group has 5 fewer than the other. This can be shown as:
x = y + 5 :: which means y has 5 fewer than x
.
this can be solved as a system of equations.
.
x + y = 27
x - y = 5
add them
2x = 32
x = 16
.
which means
y = 27 - 16 = 11
.
Answer:
One group has 16 and the other has 11.
.
Done.