document.write( "Question 508299: A large marketing firm will select 4 employees from a list of 8 to represent the company at a regional conference. How many combinations of employees are possible? \n" ); document.write( "
Algebra.Com's Answer #340934 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Use following formula \n" ); document.write( "nCr = n! /r!(n-r)!\r \n" ); document.write( "\n" ); document.write( "Where \n" ); document.write( "n=8, r=4 \n" ); document.write( "Total Combinations = 8C4 = 8!/4!(8-4)! \n" ); document.write( "Total Combinations = 8C4 = 8!/4!(4)! \n" ); document.write( "Total Combinations = 8C4 = 8*7*6*5*4!/4*3*2*1*4! \n" ); document.write( "Cancel out 4! \n" ); document.write( "Total Combinations = 8C4 = 8*7*6*5/4*3*2*1 \n" ); document.write( "Total Combinations = 8C4 = 1680/24 \n" ); document.write( "Total Combinations = 8C4 = 70\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |