document.write( "Question 799018: From a group of 4 males and 4 females a committee of 5 is to formed. One president, one vice president and three secretaries. What is the number of ways if at least 3 women need to be selected such that at least one women is president or vice president. \n" ); document.write( "
Algebra.Com's Answer #482464 by Finavon(81)\"\" \"About 
You can put this solution on YOUR website!
Assuming the order of the Secretaries matters.
\n" ); document.write( "Identifying the people only by gender (ie MMMM FFFF, not M(1), M(2), M(3), M(4), F(1), F(2), F(3), F(4) )\r
\n" ); document.write( "\n" ); document.write( "FF FFM
\n" ); document.write( "FF FMF
\n" ); document.write( "FF FMM
\n" ); document.write( "FF MFF
\n" ); document.write( "FF MFM
\n" ); document.write( "FF MMF\r
\n" ); document.write( "\n" ); document.write( "FM FFF
\n" ); document.write( "FM FFM
\n" ); document.write( "FM FMF
\n" ); document.write( "FM MFF\r
\n" ); document.write( "\n" ); document.write( "MF FFF
\n" ); document.write( "MF FFM
\n" ); document.write( "MF FMF
\n" ); document.write( "MF MFF\r
\n" ); document.write( "\n" ); document.write( "14 permutations
\n" ); document.write( "
\n" );