document.write( "Question 383202: I don't see my catagory. It is about permutations. My book is not giving me clear answers. I need to find the number of permutations for: 1,3,5? and another is: 7P3? Thank you. \n" ); document.write( "
Algebra.Com's Answer #271386 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! The set of permutations of {1,3,5} is simply the set of all possible ways of arranging {1,3,5}. These are\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{1,3,5}, {1,5,3}, {3,1,5}, {3,5,1}, {5,1,3}, {5,3,1}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since there are 6 items in this collection, this means that there are 6 permutations.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A quick way of computing this is to simply calculate 3! to get 3! = 3*2*1 = 6\r \n" ); document.write( "\n" ); document.write( "------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall that \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n P r = (n!)/(n-r)!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So in this case, n = 7 and r = 3, which means that \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7 P 3 = (7!)/(7-3)! = (7*6*5*4!)/(4!) = 7*6*5 = 210\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So 7 P 3 = 210 \n" ); document.write( " |