document.write( "Question 387810: A ten-person club must select a president, a vice-president and a secretary treasurer. They must also select a 3 person committee. If the officers may not serve on the committee, in how many ways may both selections be made?
\n" );
document.write( " Assume one person cannot be assigned more than one position. \n" );
document.write( "
Algebra.Com's Answer #274166 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A ten-person club must select a president, a vice-president and a secretary treasurer. \n" ); document.write( "They must also select a 3 person committee. \n" ); document.write( "If the officers may not serve on the committee, in how many ways may both selections be made? \n" ); document.write( "Assume one person cannot be assigned more than one position. \n" ); document.write( "------------------------------------ \n" ); document.write( "# of ways to pick P,VP,and sec: 10*9*8 \n" ); document.write( "------ \n" ); document.write( "# of ways to pick 3 person committee: 7C3 = 35 \n" ); document.write( "---- \n" ); document.write( "# of ways to make the selections: \n" ); document.write( "10*9*8*35 = 25200 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=======================\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |