The problem is as follows:
In a toddler's room there are 120 toys, 95 of them uses batteries, 86 have wheels, 94 are red color, 110 are made of plastic, 100 emit sound. How many of the toys share all the characteristics?
I'm stuck at this situation since I don't know how should I build up the sets in order they can be arranged in such a way that I can made an intersection of all thus finding the answer. Can somebody help me to be in the right direction?
Hint: \begin{eqnarray*} b_1+a=95 \\ w_1+a=86 \\ r_1+a=94 \\ p_1+a=110 \\ s_1+a =100 \\ b_1+w_1+r_1+p_1+s_1+a=120 \end{eqnarray*} add $4a$ to both sides of the last equation & ...
Edit : To obtain the least value for the number of toys that has all $5$ popeerties ...
Let $a$ be the number of toys with all five properties.
Let $b$ be the number of toys with all the properties apart from needing batteries. etc ...
We have the following equations. \begin{eqnarray*} a &+& b &+& w &+& r &+& p &+& s &=& 120 \\ a & & &+& w &+& r &+& p &+& s &=& 95 \\ a &+& b & & &+& r &+& p &+& s &=& 86 \\ a &+& b &+& w & & &+& p &+& s &=& 94 \\ a &+& b &+& w &+& r & & &+& s &=& 110 \\ a &+& b &+& w &+& r &+& p & & &=& 100 \\ \end{eqnarray*}