document.write( "Question 1160695: A briefcase lock opens with the correct 4-digit code. If the digits can be any number from 0-9 with no repetition, how many 4-digit codes are possible that end in a multiple of 3? \n" ); document.write( "
Algebra.Com's Answer #784067 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A briefcase lock opens with the correct 4-digit code. If the digits can be any number from 0-9 with no repetition, how many 4-digit codes are possible that end in a multiple of 3? \n" ); document.write( "----------------- \n" ); document.write( "The units must be 0, 3, 6 or 9 ---> 1 of 4 \n" ); document.write( "The other 3 are 1 of 9, \n" ); document.write( "then 1 of 8, \n" ); document.write( "then 1 of 7. \n" ); document.write( "---> 4*9*8*7 \n" ); document.write( "------------------------ \n" ); document.write( "If you don't want 0 to be used as a multiple of 3, then make adjustments. \n" ); document.write( " |