document.write( "Question 425634: How many permutations and combinations can be made for: three of the digits 3,5,7, and 9? \n" ); document.write( "
Algebra.Com's Answer #296300 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "permutations and combinations for 3 of 4 digits: 3,5,7,9
\n" ); document.write( "permutations = 4P3 = 4! = 24
\n" ); document.write( "combinations = 4C3 = 4!/3! = 4
\n" ); document.write( "Note: Combinations (order not important) are:
\n" ); document.write( "(3,5,7)
\n" ); document.write( "(3,5,9)
\n" ); document.write( "(3,7,9) &
\n" ); document.write( "(5,7,9)
\n" ); document.write( " \n" ); document.write( "
\n" );