document.write( "Question 759672: Ok, heres my question and I have the answer its 10. But I dont know whats the \"formal\" equation to use.
\n" );
document.write( "From 5 employees at a company, a group of 3 employees will be chosen to work on a project. How many different groups of 3 employees can be chosen? \n" );
document.write( "
Algebra.Com's Answer #462152 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! this is a combination problem, that is, how many combinations are there from 5 employees taken 3 at a time?\r \n" ); document.write( "\n" ); document.write( "formula is 5! / 3! * (5-3)! = 5*4*3*2*1 / 3*2*2 = 10 combinations \n" ); document.write( " |