document.write( "Question 446981: How many social security numbers are possible that have the same first five digits? \n" ); document.write( "
Algebra.Com's Answer #307786 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Note that the first five digits are fixed, so we only care about the remaining four digits. Each placeholder has ten different possibilities (0, 1, ..., 9) so there are 10^4 possible SSNs. \n" ); document.write( " |