document.write( "Question 1198404: In hw many ways can three items be selected from a group of six items. Use letters A B C D E and F to identity the items and list each of the different combination of three items \n" ); document.write( "
Algebra.Com's Answer #831995 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "This is the number of combinations of 6 things taken 3 at a time.\r\n" ); document.write( "\r\n" ); document.write( "{A,B,C} {A,B,D} {A,B,E} {A,B,F} {A,C,D} \r\n" ); document.write( "{A,C,E} {A,C,F} {A,D,E} {A,D,F} {A,E,F}\r\n" ); document.write( "{B,C,D} {B,C,E} {B,C,F} {B,D,E} {B,D,F} \r\n" ); document.write( "{B,E,F} {C,D,E} {C,D,F} {C,E,F} {D,E,F} \r\n" ); document.write( "\r\n" ); document.write( "20 ways. The formula is\n" ); document.write( " |