There are
\begin{equation} \left(\begin{matrix} 10 \\ i \end{matrix}\right)\left(\begin{matrix} 10 \\ 10-i \end{matrix}\right)\end{equation}
possible committees consisting of $i$ men and $10 - i$ women, where $i$ is among $0,...,10$. This is true because a male cohort of size $i$ must first be chosen out the the $10$ available men, there being \begin{equation} \left(\begin{matrix} 10 \\ i \end{matrix}\right)\end{equation}
many ways to do this; moreover, for each choice of male cohort we must choose a female cohort by choosing $10 - i$ out of the available $10$ females to fill the remaining $10-i$ seats of the committee, and there are \begin{equation} \left(\begin{matrix} 10 \\ 10-i \end{matrix}\right) \end{equation}
many ways to do this.
You multply the binomial coefficents in the last paragraph because of the multiplication principle: if two tasks are to be completed, there are $m$ ways of completing the first task, and for any particular way of completing the first task there are $n$ ways of completing the second task, then there a total of $mn$ ways of completing both tasks. In the last paragraph, the first task would be choosing a male cohort, and the second task would be choosing a female cohort.
Thus if there are no restrictions as to the number of men, women in the committee, then there are
\begin{equation} \sum_{i=0}^{10}\left(\begin{matrix} 10 \\ i \end{matrix}\right)\left(\begin{matrix} 10 \\ 10-i \end{matrix}\right)
\end{equation}
possibilities.
The answers to the other parts of this problem can be found by restricting the $i$ in the sum above to have certain properties - for instance, if there must be an even number of males and an even number of females, then $i$ must be even. If there must be at least $8$ men, then $i$ can only range from $8$ to $10$. Etc