document.write( "Question 301693: How do you solve the following A Social Security is a code made up of 3 digits - 2 digits - 4 digits. If repetition of numbers were not permitted in ss numbers how many different ss # would be possible? \n" ); document.write( "
Algebra.Com's Answer #216310 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's 9 digits. \n" ); document.write( "The 1st can be one of 10 (assuming it can be zero). \n" ); document.write( "Then 1 of 9, 1 of 8, etc \n" ); document.write( "--> 10*9*8*7... \n" ); document.write( "= 10! (10 factorial) \n" ); document.write( " \n" ); document.write( " |