document.write( "Question 601640: the total number of ways in which six 't' and four '-' signs can be arranged in a line such that no two '-' signs occur together is? \n" ); document.write( "
Algebra.Com's Answer #379936 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Think of it this way:\r\n" ); document.write( "\r\n" ); document.write( "tttttt\r\n" ); document.write( "\r\n" ); document.write( "We must pick 4 of the 7 boxes to put a single \"-\" in.\r\n" ); document.write( "\r\n" ); document.write( "Answer: the number of combinations of 7 things taken 4 at a time \r\n" ); document.write( "\r\n" ); document.write( "or 7C4 or C(7,4) =\n" ); document.write( " |