document.write( "Question 1194573: In how many ways can 4 people be seated in a row of 12 chairs​ \n" ); document.write( "
Algebra.Com's Answer #826805 by math_tutor2020(3816)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let's say the four people have the code names of A,B,C,D\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We'll have twelve slips of paper with the numbers 1,2,3,...,10,11,12​ written on them (one number per paper).
\n" ); document.write( "Each number refers to a different chair.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The process is that each person will pick a slip of paper at random out of a hat.
\n" ); document.write( "Whatever is chosen is not put back or replaced. In other words, repeats are not allowed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "One possible permutation is: 12,8,7,1
\n" ); document.write( "This means:
\n" ); document.write( "person A is in chair 12
\n" ); document.write( "person B is in chair 8
\n" ); document.write( "person C is in chair 7
\n" ); document.write( "person D is in chair 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "As you can see, we have n = 12 slips of paper to pick from and r = 4 slots to fill. The order matters.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That means you'll compute nPr = 12P4 as shown below.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n P r = (n!)/( (n-r)! )
\n" ); document.write( "12 P 4 = (12!)/( (12-4)! )
\n" ); document.write( "12 P 4 = (12!)/( 8! )
\n" ); document.write( "12 P 4 = (12*11*10*9*8!)/( 8! )
\n" ); document.write( "12 P 4 = 12*11*10*9
\n" ); document.write( "12 P 4 = 11880\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "or slightly alternatively
\n" ); document.write( "n P r = (n!)/( (n-r)! )
\n" ); document.write( "12 P 4 = (12!)/( (12-4)! )
\n" ); document.write( "12 P 4 = (12!)/( 8! )
\n" ); document.write( "12 P 4 = (12*11*10*9*8*7*6*5*4*3*2*1)/( 8*7*6*5*4*3*2*1 )
\n" ); document.write( "12 P 4 = (479,001,600)/( 40,320 )
\n" ); document.write( "12 P 4 = 11880\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 11880
\n" ); document.write( "
\n" ); document.write( "
\n" );