[Math] There are 14 students: 8 girls and 6 boys. In how many ways can you make a 4-student committee which has at least one boy

combinatorics

In a group of $14$ students there are $8$ girls and $6$ boys. Determine the number of ways that a committee of $4$ students which has at least $1$ boy can be chosen from the group.

Here is what I have so far:

Method $1$

If there is $1$ boy: $(^6C_1)\cdot (^8C_3) = 336$

If there are $2$ boys: $(^6C_2)\cdot (^8C_2)= 420$

If there are $3$ boys: $(^6C_3)\cdot (^8C_1) = 160$

If there are $4$ boys: $(^6C_4)\cdot (^8C_0)= 15$

$336+420+160+15 = 931$

I was confident in this answer, until I tried solving another way.

Method $2$

number of comittees with at least one boy = total number of committees possible – number of comittees with zero boys

$=(^{14}C_4)\cdot (^8C_8) = 1000$

Why are my two answers different?

EDIT:

Method $2$ should be as follows:

$= (^{14}C_4)-(^8C_4)$

$= 931$

Best Answer

Method 2 should be $14\choose 4$-$8\choose 4$.

That will give you 931.