document.write( "Question 149031: How many 3-digit codes using the digits 0 through 9 are possible if repetitions are allowed. Is it 504, 729, 30, 1000. Can you show me how to work this out?\r
\n" );
document.write( "\n" );
document.write( "Thank you,\r
\n" );
document.write( "\n" );
document.write( "Ellen \n" );
document.write( "
Algebra.Com's Answer #109339 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How many 3-digit codes using the digits 0 through 9 are possible if repetitions are allowed. Is it 504, 729, 30, 1000. \n" ); document.write( "----------- \n" ); document.write( "1st digit in 10 ways \n" ); document.write( "2nd digit in 10 ways \n" ); document.write( "3rd digit in 10 ways \n" ); document.write( "-------------- \n" ); document.write( "Total number of ways = 10^3 = 1000 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |