document.write( "Question 1115418: How many six-digit numbers divisible by 20 can be formed from the digits 0, 1, 2, 3, 4, 5 (with repetition).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730327 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The units digit has to be 0 (1 choice -- 0). \n" ); document.write( "The tens digit has to be even (3 choices -- 0, 2, or 4). \n" ); document.write( "Each of the other four digits can be any one of the given digits (6 choices each). \n" ); document.write( "Answer: 1*3*6*6*6*6 = 3888 \n" ); document.write( " |