document.write( "Question 750356: in how many ways can a committee of 4 people be chosen out of 8 people? \n" ); document.write( "
Algebra.Com's Answer #456532 by FrankM(1040)\"\" \"About 
You can put this solution on YOUR website!
The equation is \r
\n" ); document.write( "\n" ); document.write( "8!/(4!*4!) = (8*7*6*5)/(4*3*2*1) = 70\r
\n" ); document.write( "\n" ); document.write( "Note: Had your question been \"In how many ways can board position of Pres, VP, Treasurer, Secretary, be filled from a group of 8\", the answer would be 8!/4! or 1680.\r
\n" ); document.write( "\n" ); document.write( "The distinction is the 4 people you are choosing in your problem are not going into unique positions.
\n" ); document.write( "
\n" );