.
There are 22 students in a music class in a school.
Students in the class are either Freshmen or Sophomore, and there are 6 more boys than girls.
If there are 5 Freshmen boys and 4 Sophomore girls, how many Sophomores are in the class?
~~~~~~~~~~~~~~~
It can be solved in three simple steps.
Step 1 - determine how many boys are in the class
Let "b" be the number of boys in the class.
Then the number of girls is (b-6).
The total students equation is
b + (b-6) = 22,
which gives
2b = 22 + 6, 2b = 28, b = 28/2 = 14. So, there are 14 boys in the class, in all.
Step 2 - determine how many boys are the Sophomores
From total 14 boys, subtract 5 Freshmen boys and get 14-5 = 9 Sophomores boys.
Step 3 - determine how many Sophomores are in the class
Add 4 Sophomore girls and 9 Sophomores boys to get 4+9 = 13 Sophomores in the class, in total.
ANSWER. There are 13 Sophomores in the class, in all.
Solved.