document.write( "Question 820231: let A={1,2,3,4,5,6}
\n" );
document.write( "1) HOW MANY PERMUTATION ARE THERE ON THE SET A?
\n" );
document.write( "B) HOW many permutation of Set A end with 6?
\n" );
document.write( "C) How many permutation of sey A contains the substring 23?
\n" );
document.write( "D) How many permutation of set A contains the substring 23 together in any order?
\n" );
document.write( "E) How many ways can we select 3 permutation of set A? \n" );
document.write( "
Algebra.Com's Answer #493436 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6!\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |