document.write( "Question 711112: How many 7 digit numbers can be made from the numbers 2,2,2,4,4,5,5,6? \n" ); document.write( "
Algebra.Com's Answer #437301 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! total 8 digits are there \n" ); document.write( " so no of 7 digit no's = 8p7 / 3 ! * 2!*2! \n" ); document.write( " =1680 \n" ); document.write( " |