document.write( "Question 4083: In how many ways can a committee of 3 be selected from a group of 5? \n" ); document.write( "
Algebra.Com's Answer #1826 by rapaljer(4671)\"\" \"About 
You can put this solution on YOUR website!
This is a combination problem, since the order of selection is not significant. Standard notation for this can be written C(5,3), and most standard calculators can be used to do the calculation without even understanding it. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "However, understanding it, you can calculate the product of three numbers beginning at 5 and counting down: 5 times 4 times 3, and then divide by the product of the three numbers beginning at 3 and counting down: 3 times 2 times 1. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Final answer is (5*4*3) over (3*2*1) or 60/6 = 10.
\n" ); document.write( "
\n" );