document.write( "Question 460484: I can't seem to figure this example problem out. Can some one please help?
\n" );
document.write( "What is the formula? or How is it calculated?\r
\n" );
document.write( "\n" );
document.write( "How many ways can a committee of 2 be selected from a club with
\n" );
document.write( "12 members?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #315836 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! How many ways can a committee of 2 be selected from a club with \n" ); document.write( "12 members?\r \n" ); document.write( "\n" ); document.write( "Let x = number of ways a committee of 2 can be selected from a club with \n" ); document.write( "12 members\r \n" ); document.write( "\n" ); document.write( "x = (12 * 11) / 2 \n" ); document.write( "x = 66 \n" ); document.write( " |