In order to find the number of white socks in the drawer we can initiate by representing the situation in a graph:
then, using we first statement we separate into groups of 4 socks and select
2 of them as white:
finally, using the third condition, we can make a subgroup of 4 socks and 5 socks knowing there cannot be more than 3 white socks in the group of 5:
Answer:
There are 5 white socks in the drawer