document.write( "Question 576557: Curtis, Ray and Andy are waiting in line for the bus. Show all the different ways they can stand in line. \n" ); document.write( "
Algebra.Com's Answer #369926 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! There are 3! = 3*2*1 = 6 ways for them to stand in line, and they are\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Curtis, Ray, Andy \n" ); document.write( "Curtis, Andy, Ray \n" ); document.write( "Ray, Andy, Curtis \n" ); document.write( "Ray, Curtis, Andy \n" ); document.write( "Andy, Curtis, Ray \n" ); document.write( "Andy, Ray, Curtis \n" ); document.write( " |