document.write( "Question 709569: Jim has 9 marbles: 3 are yellow, 4 red, and 2 pink. In how many ways can he arrange the marbles in a row? \n" ); document.write( "
Algebra.Com's Answer #436687 by vheroli(126)\"\" \"About 
You can put this solution on YOUR website!
The colors doesn't matter so we will use 9 factorial or 9!
\n" ); document.write( "9*8*7*6*5*4*3*2*1= 362880
\n" ); document.write( "
\n" );