document.write( "Question 1021882: How many 6 digit numbers are there with 3 different digits each of them repeated, if the only digits permitted are members of the set {1,2,3,5,7,8,9,}. \n" ); document.write( "
Algebra.Com's Answer #637823 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Pick the 3 digits first. There are 7C3 = 7*6*5/3! = 35 ways to do so.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Given the 3 digits, there are 6!/(2!*2!*2!) = 90 ways to order them to produce different 6-digit numbers.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "# of ways = 35*90 = 3150
\n" ); document.write( "
\n" );