document.write( "Question 1025099: Mary's Zip code is 19383. How many Zip codes altogether, could be formed using all of those same five digits?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #640399 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The number of distinct zip codes that can be formed is found by \n" ); document.write( "5! / 2! = 5*4*3 = 60 \n" ); document.write( "The 2! in the denominator is because of the two threes... \n" ); document.write( " |