document.write( "Question 660091: How many five-digit zip codes are possible if digits can be repeated? If there cannot be repetitions? \n" ); document.write( "
Algebra.Com's Answer #411070 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many five-digit zip codes are possible if digits can be repeated? \n" ); document.write( "Each digit position can have any of 10 digits. \n" ); document.write( "Ans: 10^5 = 100,000 \n" ); document.write( "----------------------------- \n" ); document.write( "If there cannot be repetitions? \n" ); document.write( "10*9*8*7*6 = 30,240 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |