document.write( "Question 356644: in how many ways can a committee of 7 be formed if there are 10 dogs and 15 cats to choose from and the committee must consist of at least one cat? \n" ); document.write( "
Algebra.Com's Answer #254566 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
in how many ways can a committee of 7 be formed if there are 10 dogs and 15 cats to choose from and the committee must consist of at least one cat?
\n" ); document.write( "------------
\n" ); document.write( "# of committees with no cats: 10C7
\n" ); document.write( "---
\n" ); document.write( "# of committees with no restrictions: 25C7
\n" ); document.write( "----
\n" ); document.write( "# of committees with at least one cat:
\n" ); document.write( "25C7 - 10C7 = 480,580
\n" ); document.write( "======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );