document.write( "Question 627330: How many committes of 4 can be formed from 20 Republicans and 15 Democrats if at least 1 Republican and at least 1 Democrat must be on the committee? \n" ); document.write( "
Algebra.Com's Answer #394882 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Combinations possible in the committee \n" ); document.write( "a) 1 Republican + 3 Democrats: 20C1 x 15C3 = 20 x (13x14x15)/(2x3) = 9100 \n" ); document.write( "b) 2 Republican + 2 Democrats: 20C2 x 15C2 = (19x20)/2 x (14x15)/2 = 19950 \n" ); document.write( "c) 3 Republican + 1 Democrats: 20C3 x 15C1 = (18x19x20)/(2x3) x 15 = 17100\r \n" ); document.write( "\n" ); document.write( "Total number of such committees possible is: a + b + c = 46150. \n" ); document.write( " |