document.write( "Question 93528: Permutations\r
\n" );
document.write( "\n" );
document.write( "1. taking all 7 letters at a time
\n" );
document.write( "2. taking 5 letts at a time
\n" );
document.write( "3. taking 4 letters at a time
\n" );
document.write( "4. taking 3 letters at a time\r
\n" );
document.write( "\n" );
document.write( "Question: in how many ways can 12 books be displayed on a shelf if the given number of books are available?\r
\n" );
document.write( "\n" );
document.write( "5. 12 books
\n" );
document.write( "6. 14 books
\n" );
document.write( "7. 15 books
\n" );
document.write( "8. 20 books\r
\n" );
document.write( "\n" );
document.write( "Question: Find the number of permutations of the letters in each word.\r
\n" );
document.write( "\n" );
document.write( "9. geometry
\n" );
document.write( "10. algebra
\n" );
document.write( "11. addition
\n" );
document.write( "12. calculus
\n" );
document.write( "13. mathematics
\n" );
document.write( "14. arithmetic \n" );
document.write( "
Algebra.Com's Answer #68145 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Permutations \n" ); document.write( "1. taking all 7 letters at a time---: 7! \n" ); document.write( "2. taking 5 letts at a time---: 7!/(7-5)! \n" ); document.write( "3. taking 4 letters at a time---: 7!(7-4)! \n" ); document.write( "4. taking 3 letters at a time \n" ); document.write( "Question: in how many ways can 12 books be displayed on a shelf if the given number of books are available? \n" ); document.write( "5. 12 books-- : 12! \n" ); document.write( "6. 14 books-- : 14!/(14-12)! \n" ); document.write( "7. 15 books-- : 15!/(15-12)! \n" ); document.write( "8. 20 books \n" ); document.write( "Question: Find the number of permutations of the letters in each word. \n" ); document.write( "9. geometry---: 8!/2! \n" ); document.write( "10. algebra--: 7!/2! \n" ); document.write( "11. addition--: 8!/[2!*2!] \n" ); document.write( "12. calculus--: 8!/[2!*2!*2!] \n" ); document.write( "13. mathematics \n" ); document.write( "14. arithmetic \n" ); document.write( " \n" ); document.write( " |