document.write( "Question 616267: My bag has seven marbles in it, The marbles are either red or blue, How many ways can the marbles be ordered?\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #387587 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! It really depends on how many reds and how many blues there are. Say you had 6 reds and 1 blue. Assuming you can't distinguish between two reds or two blues (ie tell them apart), this would mean you would have\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R, B, B, B, B, B, B \n" ); document.write( "B, R, B, B, B, B, B \n" ); document.write( "B, B, R, B, B, B, B \n" ); document.write( "B, B, B, R, B, B, B \n" ); document.write( "B, B, B, B, R, B, B \n" ); document.write( "B, B, B, B, B, R, B \n" ); document.write( "B, B, B, B, B, B, R\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you would have 7 ways to order this\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "But, if you have 5 reds and 2 blues, then there would be a lot more ways to order the marbles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we would need to know how many red and blue marbles there are. \n" ); document.write( " |