document.write( "Question 229101: How many combinations of three digits can be made from the numbers 0-9 without repetitions?\r
\n" ); document.write( "\n" ); document.write( "Please correct my answer if its wrong.\r
\n" ); document.write( "\n" ); document.write( "n=10
\n" ); document.write( "r=3\r
\n" ); document.write( "\n" ); document.write( "nPr=(n!)/(n-r)!
\n" ); document.write( " = (10!)/(10-3)!
\n" ); document.write( " = (3,628,800)/ (7)!
\n" ); document.write( " = (3,628,800)/5040
\n" ); document.write( " = 720
\n" ); document.write( "

Algebra.Com's Answer #169927 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
How many combinations of three digits can be made from the numbers 0-9 without repetitions?
\n" ); document.write( "Please correct my answer if its wrong.
\n" ); document.write( "n=10
\n" ); document.write( "r=3
\n" ); document.write( "nPr=(n!)/(n-r)!
\n" ); document.write( "= (10!)/(10-3)!
\n" ); document.write( "= (3,628,800)/ (7)!
\n" ); document.write( "= (3,628,800)/5040
\n" ); document.write( "= 720
\n" ); document.write( "-------------------
\n" ); document.write( "You want combinations, not permutations.
\n" ); document.write( "Permutations are arrangements: Example 231 is different than 312
\n" ); document.write( "Combinations are groups: Example 231 is the same group as 312
\n" ); document.write( "10C3 = 10!/[7!*3!] = 120
\n" ); document.write( "=======================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );