document.write( "Question 39860: The local sandwich shop has 3 cash registers. In howmany possible ways can 4 customers lineup at the registers? \n" ); document.write( "
Algebra.Com's Answer #25303 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well one way to get the answer is to merely lay out all the possibilties... \n" ); document.write( "1st 2nd 3rd registers \n" ); document.write( "4,0,0 \n" ); document.write( "3,1,0 \n" ); document.write( "3,0,1 \n" ); document.write( "2,2,0 \n" ); document.write( "2,1,1 \n" ); document.write( "2,0,2 \n" ); document.write( "1,3,0 \n" ); document.write( "1,2,1 \n" ); document.write( "1,1,2 \n" ); document.write( "1,0,3 \n" ); document.write( "0,4,0 \n" ); document.write( "0,3,1 \n" ); document.write( "0,2,2 \n" ); document.write( "0,1,3 \n" ); document.write( "0,0,4 \n" ); document.write( "I think that covers them all...so how many is that? \n" ); document.write( " |