document.write( "Question 913724: I want to find all the ways to order 5 people (numbered 1:5) in 3 rows (rows a:c).
\n" ); document.write( "the only constraint is that each row can contain only 3 people.
\n" ); document.write( "What i am looking for is the formula to do this. \r
\n" ); document.write( "\n" ); document.write( "Any help would be appreciated\r
\n" ); document.write( "\n" ); document.write( "thanks
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #554677 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
You want the formula for permutations without repetition. The formula is
\n" ); document.write( "(nPr) = n! / (n-r)! where ! = factorial
\n" ); document.write( "(5P3) = (5*4*3*2*1) / (5-3)! = 20 = 20 possible permutations\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );