A spot has three kinds of activities to choose, there are canoeing, fishing, and swimming. People who chose canoeing are 15, 22 chose swimming, and 12 chose fishing. If 9 didn't choose anything, what is the minimum number of visitors?
I've tried to do this by adding all of them
x-9 = 22 - (a+b+d) + 12 - (a+c+d) + 15 - (b+c+d)
That left me with 52 = 2a + 2b + 2c + 3d
Now I don't know how to find the minimum value, or maybe I am wrong. Can anyone help me figure this out? Thanks