document.write( "Question 38637: How many different 6-digit numbers can be written using all of the following digits: 2,5,5,6,6,6 ? \n" ); document.write( "
Algebra.Com's Answer #24191 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
How many different 6-digit numbers can be written using all of the following digits: 2,5,5,6,6,6 ?
\n" ); document.write( "(6!)/(2!)(3!) Use the repitition property of permutations.
\n" ); document.write( "60 Different ways ....
\n" ); document.write( "
\n" );